Skip to content

Releases: algorand/py-algorand-sdk

v1.12.0

21 Apr 17:13
e6f5aa9

Choose a tag to compare

v1.12.0

Fixed

  • Catch TypeError and ValueError in verify functions (#309)

Added

  • Dryrun response (#283)

v1.11.0

23 Mar 16:38

Choose a tag to compare

v1.11.0

Added

  • Support unlimited assets REST API changes. (#295)

Changed

  • Fix the cucumber test wording around block rounds in indexer asset balance lookup (#301)

v1.11.0b1

18 Mar 13:42
23354e9

Choose a tag to compare

v1.11.0b1 Pre-release
Pre-release

1.11.0b1

Added

  • Support unlimited assets REST API changes. (#295)

Changed

  • Fix the cucumber test wording around block rounds in indexer asset balance lookup (#301)

v1.10.0

02 Mar 21:53
9d5ec1b

Choose a tag to compare

1.10.0

Added:

  • New keyreg txn field (#244)
  • C2C Feature and Testing (#268)
  • Add App creator to account balances (#277)
  • Add ABI and ATC to Sphinx (#289)

Changed:

  • Change init.py to include v2client import (#243)
  • Updates to pipeline (#279)
  • Add CircleCI build step to generate docsets (#285)
  • revert to point testing harness to sdk testing's master branch (#288)
  • Partially fix types for atomic transaction composer (#290)
  • Update langspec.json for Teal6 (#292)

v1.10.0b1

15 Feb 21:55

Choose a tag to compare

1.10.0b1

Added:

  • New keyreg txn field (#244)
  • C2C Feature and Testing (#268)
  • Add App creator to account balances (#277)
  • Add ABI and ATC to Sphinx (#289)

Changed:

  • Change init.py to include v2client import (#243)
  • Updates to pipeline (#279)
  • Add CircleCI build step to generate docsets (#285)
  • revert to point testing harness to sdk testing's master branch (#288)
  • Partially fix types for atomic transaction composer (#290)
  • Update langspec.json for Teal6 (#292)

v1.9.0

14 Jan 17:32

Choose a tag to compare

Changelog

1.9.0

Added

  • Create dryrun (#259)
  • Support Foreign objects as ABI arguments and address ARC-4 changes (#251)
  • Add requirement to fetch behave source code and update readme (#262)
  • Fix wait for confirmation function (#263)
  • Add a default User-Agent header to the v2 algod client (#260)
  • ABI Interaction Support for Python SDK (#247)
  • ABI Type encoding support (#238)
  • Add type hints and clean up ABI code (#253)
  • Add CircleCI configs to the Python SDK repo (#246)

Changed

  • Re-format local and global state to work with correct msgpack encoding (#274)

v1.9.0b2

03 Jan 23:06

Choose a tag to compare

v1.9.0b2 Pre-release
Pre-release

Changelog

1.9.0b2

Added

  • Support Foreign objects as ABI arguments and address ARC-4 changes (#251)
  • Add requirement to fetch behave source code and update readme (#262)
  • Fix wait for confirmation function (#263)
  • Add a default User-Agent header to the v2 algod client (#260)

v1.9.0b1

26 Nov 18:26
6785baa

Choose a tag to compare

v1.9.0b1 Pre-release
Pre-release

Changelog

1.9.0b1

Added

  • ABI Interaction Support for Python SDK (#247)
  • ABI Type encoding support (#238)
  • Add type hints and clean up ABI code (#253)
  • Add CircleCI configs to the Python SDK repo (#246)

v1.8.0

04 Oct 23:21

Choose a tag to compare

Changelog

1.8.0

Added

  • Add wait_for_confirmation() to AlgodClient (#214)
  • Support AVM 1.0 (#236)
  • Support for < python 3.7 (#221)

Bug Fixes

  • Fix JSON decoding in AlgodHTTPError (#223)

v1.7.0

04 Aug 15:23
2495670

Choose a tag to compare

Added

  • Add OnlineyKeyregTxn and OfflineKeyregTxn class and additional tests.
  • Signing support for rekeying to LogicSig/MultiSig account

Enhancements

  • Deprecate to_public_key and remove internal usage of to_public_key
  • Modified constants.py to match python.org PEP 8 style guidelines

Bug Fixes

  • Bugfix for newer Sphinx versions - m2r replaced with maintained m2r2
  • Fix typo in min/max balance indexer & make clearer
  • Merge Request headers in algod.py