|
| 1 | +# 1.13.0-beta.1 |
| 2 | +## Added |
| 3 | +- Add app creator to dryrun request (#283) |
| 4 | +- Stateproof keys APIs changes (#284) |
| 5 | +- adding status code checker to msgpack decode (#286) |
| 6 | +## Changed: |
| 7 | +- Update to use v2 client (#270) |
| 8 | +- Implement C2C tests (#282) |
| 9 | +- Add circleci job (#287) |
| 10 | +- Update langspec for TEAL 6 (#291) |
1 | 11 | # 1.12.0
|
2 |
| -# Added |
| 12 | +## Added |
3 | 13 | - Add stateproof to keyreg transaction (#278)
|
4 | 14 | - Create response object for "AtomicTransactionComposer.Execute" (#276)
|
5 | 15 | - Support ABI reference types and other improvements (#273)
|
|
8 | 18 | - ABI Interaction (#258)
|
9 | 19 | - Add ABI-encoding feature (#247)
|
10 | 20 | - Implemented WaitForConfirmation function (#232)
|
11 |
| -# Changed |
| 21 | +## Changed |
12 | 22 | - Update abi exported interface (#255)
|
13 | 23 | - Update ApplyData and EvalDelta (#249)
|
14 | 24 | # 1.12.0-beta.2
|
15 |
| -# Added |
| 25 | +## Added |
16 | 26 | - Support ABI reference types and other improvements (#273)
|
17 |
| -# Changed |
| 27 | +## Changed |
18 | 28 | - Fix wait for confirmation function (#267)
|
19 | 29 | # 1.12.0-beta.1
|
20 |
| -# Added |
| 30 | +## Added |
21 | 31 | - EncodeAddress
|
22 | 32 | - ABI Interaction
|
23 | 33 | - WaitForConfirmation function
|
24 |
| -# Changed |
| 34 | +## Changed |
25 | 35 | - ABI Interface
|
26 | 36 | # 1.11.0
|
27 |
| -# Added |
| 37 | +## Added |
28 | 38 | - add TealVerify function (#242)
|
29 | 39 | - Support AVM 1.0 (#248)
|
30 | 40 | - Test with go 1.17 in ci (#237)
|
31 |
| -# Changed |
| 41 | +## Changed |
32 | 42 | - Mark contract binary template code as Deprecated (#241)
|
33 | 43 | # 1.10.0
|
34 |
| -# Added |
| 44 | +## Added |
35 | 45 | - New github Issue template
|
36 | 46 | - Signing support for rekeying to LogicSig/MultiSig account
|
37 | 47 | - Asset Base64 Fields
|
38 |
| -# BugFix |
| 48 | +## BugFix |
39 | 49 | - Use correct go version in CI
|
40 | 50 | # 1.9.2
|
41 |
| -# Bug Fix |
| 51 | +## Bug Fix |
42 | 52 | - Update FromBase64String() to correctly return the signed transaction
|
43 | 53 | - Make MakeApplicationCreateTxWithExtraPages() and revert MakeApplicationCallTx() to make non-API-breaking
|
44 | 54 | # 1.9.1
|
45 |
| -# Bugfix |
| 55 | +## Bugfix |
46 | 56 | - Allow asset URLs to be up to 96 bytes
|
47 | 57 | # 1.9.0 - API COMPATIBILITY CHANGE
|
48 |
| -# Added |
| 58 | +## Added |
49 | 59 | - Support for TEAL 4 programs
|
50 | 60 | - Support for creating application with extra program pages
|
51 | 61 | - Support for setting a transaction fee below the network minimum, for use with fee pooling
|
52 |
| -# Bugfix |
| 62 | +## Bugfix |
53 | 63 | - Algod and Indexer responses will now produce JSON that matches the other SDKs
|
54 | 64 | # 1.8.0
|
55 |
| -# Added |
| 65 | +## Added |
56 | 66 | - V2: Add MakeClientWithHeaders wrapper functions
|
57 |
| -# Bugfix |
| 67 | +## Bugfix |
58 | 68 | - Fix FlatFee computation
|
59 | 69 | # 1.7.0
|
60 |
| -# Bugfix |
| 70 | +## Bugfix |
61 | 71 | - Fix GetGenesis endpoint.
|
62 | 72 | # 1.6.0
|
63 |
| -# Added |
| 73 | +## Added |
64 | 74 | - Code generation for more of the http client
|
65 | 75 | - Add TEAL 3 support
|
66 | 76 | - template UX tweaks
|
67 |
| -# Bugfix |
| 77 | +## Bugfix |
68 | 78 | - Make limitorder.GetSwapAssetsTransaction behave the same as other SDKs
|
69 | 79 | # 1.5.1
|
70 |
| -# Added |
| 80 | +## Added |
71 | 81 | - Add `BlockRaw` method to algod API V2 client.
|
72 | 82 | # 1.5.0
|
73 |
| -# Added |
| 83 | +## Added |
74 | 84 | - Support for Applications
|
75 | 85 | # 1.4.2
|
76 |
| -# Bugfix |
| 86 | +## Bugfix |
77 | 87 | - Fix incorrect `SendRawTransaction` path in API V2 client.
|
78 | 88 | # 1.4.1
|
79 |
| -# Bugfix |
| 89 | +## Bugfix |
80 | 90 | - Fix go get, test package names needed to be renamed.
|
81 | 91 | # 1.4.0
|
82 |
| -# Added |
| 92 | +## Added |
83 | 93 | - Clients for Indexer V2 and algod API V2
|
84 | 94 | # 1.3.0
|
85 |
| -# Added |
| 95 | +## Added |
86 | 96 | - additional Algorand Smart Contracts (ASC)
|
87 | 97 | - support for Dynamic Fee contract
|
88 | 98 | - support for Limit Order contract
|
|
91 | 101 | - support for RawBlock request
|
92 | 102 | - Missing transaction types
|
93 | 103 | # 1.2.1
|
94 |
| -# Added |
| 104 | +## Added |
95 | 105 | - Added asset decimals field.
|
96 | 106 | # 1.2.0
|
97 |
| -# Added |
| 107 | +## Added |
98 | 108 | - Added support for Algorand Standardized Assets (ASA)
|
99 | 109 | - Added support for Algorand Smart Contracts (ASC)
|
100 | 110 | - Added support for Hashed Time Lock Contract (HTLC)
|
101 | 111 | - Added support for Split contract
|
102 | 112 | - Added support for Group Transactions
|
103 | 113 | - Added support for leases
|
104 | 114 | # 1.1.3
|
105 |
| -# Added |
| 115 | +## Added |
106 | 116 | - Signing and verifying arbitrary bytes
|
107 | 117 | - Deleting multisigs
|
108 | 118 | - Support for flat fees in transactions
|
109 |
| -# Changed |
| 119 | +## Changed |
110 | 120 | - Add note parameter to key registration transaction constructors
|
111 | 121 | # 1.1.2
|
112 |
| -# Added |
| 122 | +## Added |
113 | 123 | - Support for GenesisHash
|
114 | 124 | - Updated API Models.
|
115 | 125 | # 1.1.1
|
|
137 | 147 | # 1.0.0
|
138 | 148 | ## Added
|
139 | 149 | - SDK released
|
140 |
| - |
141 |
| - |
142 |
| - |
|
0 commit comments