Skip to content

Releases: algorand/py-algorand-sdk

v1.14.0

02 Jun 20:43
760d892
Compare
Choose a tag to compare

What's Changed

  • Update client API to support new cost fields in dryrun result by @algoidurovic in #336

New Contributors

Full Changelog: v1.13.1...v1.14.0

v1.13.1

04 May 19:19
de80435
Compare
Choose a tag to compare

Fixed

  • Fix readthedocs by providing root requirements.txt (#332)

v1.13.0

02 May 15:06
896d2aa
Compare
Choose a tag to compare

Added

  • Adding condition for allowing rcv to be none if close to is set (#317)
  • Adding foreign-app-addr to dryrun creator (#321)

Changed

  • Matrix test python versions integration tests (#327)
  • Matrix test across Python versions for unit tests (#325)
  • Bump minimum Python version to 3.8 (#323)
  • Add minimum Python version policy to README (#322)
  • Consistently reference pip3 in README (#319)

Fixed

  • Fixed typo in lsig trace (#320)

v1.12.0

21 Apr 17:13
e6f5aa9
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)