Releases: algorand/go-algorand-sdk
Releases · algorand/go-algorand-sdk
v1.9.0 - API COMPATIBILITY CHANGE
Added
- Support for TEAL 4 programs
- Support for creating application with extra program pages
- Support for setting a transaction fee below the network minimum, for use with fee pooling
Bugfix
- Algod and Indexer responses will now produce JSON that matches the other SDKs
v1.8.0
Added
- V2: Add MakeClientWithHeaders wrapper functions
Bugfix
- Fix FlatFee computation
v1.7.0
Bugfix
- Fix GetGenesis endpoint.
v1.6.0
Added
- Code generation for more of the http client
- Add TEAL 3 support
- template UX tweaks
Bugfix
- Make limitorder.GetSwapAssetsTransaction behave the same as other SDKs
v1.5.1
Added
- Add
BlockRaw
method to algod API V2 client.