Skip to content

Releases: algorand/java-algorand-sdk

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

1.8.0

03 Aug 16:59
7f1bfe5
Compare
Choose a tag to compare
  • Added toSeed() method in Account.java
  • Regenerate HTTP Client (Asset b64 fields + App extra pages)
  • Set default header for base execute

1.7.0

23 Jun 22:40
fa70f8e
Compare
Choose a tag to compare
  • 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

26 Apr 19:19
Compare
Choose a tag to compare
  • 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.