Releases: algorand/java-algorand-sdk
Releases · algorand/java-algorand-sdk
1.14.0
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

What's New
Support for unlimited assets.
Changelog
- Unlimited assets regenerated code. (#302)
Additional Resources
1.13.0-beta-1
1.13.0-beta-1
- Unlimited assets regenerated code. (#302)
1.12.0
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
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
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
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
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
1.10.0
- Feature/sign rekey lsig msig (#250)
- Support parsing msgpack with numeric key (#262)
1.9.0
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