Skip to content

Releases: algorand/java-algorand-sdk

1.14.0

02 May 15:02
6506e97
Compare
Choose a tag to compare

Added

  • Add foreign app address to dryrun creator (#315)
  • Add appTrace and lsigTrace DryrunTxnResult printer utility functions. (#305)
  • Add createDryrun helper function. (#284)
  • Add error message with atomic transaction composer (#311)

Changed

  • Update generated client code. (#307)

Algorand Java SDK 1.13.0

23 Mar 17:48
Compare
Choose a tag to compare

GitHub Logo

What's New

Support for unlimited assets.

Changelog

  • Unlimited assets regenerated code. (#302)

Additional Resources

1.13.0-beta-1

17 Mar 21:03
Compare
Choose a tag to compare
1.13.0-beta-1 Pre-release
Pre-release

1.13.0-beta-1

  • Unlimited assets regenerated code. (#302)

1.12.0

02 Mar 21:48
a44b312
Compare
Choose a tag to compare

1.12.0

  • Add new key reg txn field (#266)
  • C2C Feature and Testing (#290)
  • Implement circle ci (#293)
  • Update README.md (#297)
  • Update langspec for teal6 (#298)

1.12.0-beta-1

15 Feb 22:08
7d2f24a
Compare
Choose a tag to compare
1.12.0-beta-1 Pre-release
Pre-release

1.12.0-beta-1

Added

  • add new key reg txn field (#266)
  • C2C Feature and Testing (#290)

Changed

  • Implement circle ci (#293)
  • Update README.md (#297)
  • Update langspec for teal6 (#298)

1.11.0

14 Jan 21:46
Compare
Choose a tag to compare

1.11.0

  • Support Foreign objects as ABI arguments (#283)
  • Upgrade jackson packages to resolve PRs on vulnerability (#281)
  • ABI Interaction Support for JAVA SDK (#268)
  • Bug fix for logs on PendingTransactionResponse (#275)
  • Add WaitForConfirmation function (#274)
  • Better error message on encoding exception. (#258)
  • Fix ABI source code position for ABI feature (#260)
  • Add ABI encoding support (#255)

1.11.0-beta-2

30 Dec 20:36
Compare
Choose a tag to compare
1.11.0-beta-2 Pre-release
Pre-release

1.11.0-beta-2

  • Support Foreign objects as ABI arguments (#283)
  • Upgrade jackson packages to resolve PRs on vulnerability (#281)

1.11.0-beta-1

08 Dec 02:29
Compare
Choose a tag to compare
1.11.0-beta-1 Pre-release
Pre-release

1.11.0-beta-1

  • ABI Interaction Support for JAVA SDK (#268)
  • Bug fix for logs on PendingTransactionResponse (#275)
  • Add WaitForConfirmation function (#274)
  • Better error message on encoding exception. (#258)
  • Fix ABI source code position for ABI feature (#260)
  • Add ABI encoding support (#255)

1.10.0

12 Oct 19:36
Compare
Choose a tag to compare

1.10.0

  • Feature/sign rekey lsig msig (#250)
  • Support parsing msgpack with numeric key (#262)

1.9.0

29 Sep 21:50
Compare
Choose a tag to compare

1.9.0

  • Support AVM 1.0
    • Update TEAL langspec to v5
    • Add function to get app address
    • Regenerate REST API types
    • Support new cucumber tests
    • Enable new cucumber tests
  • Allow non-base64 metadata hash and force 32 bytes
  • mark contract templates as deprecated
  • Added pretty print option to Object Mapper instance