Releases: algorand/java-algorand-sdk
Releases · algorand/java-algorand-sdk
1.12.0-beta-1
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
onPendingTransactionResponse
(#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-1
1.10.0
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
1.8.0
1.7.0
- Implement dynamic opcode accounting, backward jumps, loops, callsub, retsub
- Implement ability to pool fees
- Update asset URL length to 96 bytes
- Implement ability to pay for extra pages
- Don't override values with lookupParams/suggestedParams
1.6.0
- Add static qualifiers to json creators for onCompletion enum serialization.
- Corrected Exception message for Keccak-256 hash function.
- Add TEAL 3 support.
- Regenerated comment.
- Fix custom token key comment.
- Update .gitignore.
- Regenerate Indexer Client.
- Regenerate client code, implement new cucumber tests.
- Fix base32 decode bug.
- Add secure vars and docker login.
- Don't override values with lookupParams/suggestedParams.
- New constructors for v2 and Indexer that also accepts tokenKey.
- Updated README example.