Skip to content

Releases: algorand/js-algorand-sdk

v1.21.0

19 Sep 13:25
98243e5
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Enhancement: Removing more unused steps by @tzaffi in #637
  • Enhancement: Add deprecation tag to algod v1 client by @algochoi in #642
  • enhancement: add unit test for ParticipationUpdates field by @shiqizng in #652

Full Changelog: v1.20.0...v1.21.0

v1.20.0

06 Sep 17:55
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in #630

Enhancements

Full Changelog: v1.19.1...v1.20.0

v1.20.0-beta.1

30 Aug 20:46
a539359
Compare
Choose a tag to compare
v1.20.0-beta.1 Pre-release
Pre-release

What's Changed

Bugfixes

  • Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in #630

Enhancements

New Contributors

Full Changelog: v1.19.1...v1.20.0-beta.1

v1.19.1

22 Aug 15:26
Compare
Choose a tag to compare

What's Changed

Enhancements

  • API: Support attaching signatures to standard and multisig transactions by @jdtzmn in #595
  • AVM: Consolidate TEAL and AVM versions by @michaeldiamant in #609
  • Testing: Use Dev mode network for cucumber tests by @algochoi in #614

Full Changelog: v1.19.0...v1.19.1

v1.19.0

21 Jul 15:53
0d7608a
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features

Enhancements

Full Changelog: v1.18.1...v1.19.0

v1.18.1

05 Jul 18:13
2b36126
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0

22 Jun 14:43
b31187f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.18.0

v1.17.0

02 Jun 21:02
cfd5b88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.17.0

v1.16.0

02 May 18:09
4d83ddb
Compare
Choose a tag to compare

v1.16.0

Added

  • Dryrun stack printer
  • Document more Indexer methods

Fixed

  • Corrected type of KMD keys
  • Include foreign app addr in dryrun requests

v1.15.0

23 Mar 19:45
cf746ef
Compare
Choose a tag to compare

Added

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

Fixed

  • Fix app creation createDryrun error (#539)
  • Fix cucumber tests for asset lookup step (#540)
  • Fix searchForApplications filter by creator parameter type. (#546)