Skip to content

Commit 1a51c1b

Browse files
committed
Updated CHANGELOG.md
1 parent f09c24d commit 1a51c1b

File tree

1 file changed

+40
-33
lines changed

1 file changed

+40
-33
lines changed

CHANGELOG.md

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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)
111
# 1.12.0
2-
# Added
12+
## Added
313
- Add stateproof to keyreg transaction (#278)
414
- Create response object for "AtomicTransactionComposer.Execute" (#276)
515
- Support ABI reference types and other improvements (#273)
@@ -8,81 +18,81 @@
818
- ABI Interaction (#258)
919
- Add ABI-encoding feature (#247)
1020
- Implemented WaitForConfirmation function (#232)
11-
# Changed
21+
## Changed
1222
- Update abi exported interface (#255)
1323
- Update ApplyData and EvalDelta (#249)
1424
# 1.12.0-beta.2
15-
# Added
25+
## Added
1626
- Support ABI reference types and other improvements (#273)
17-
# Changed
27+
## Changed
1828
- Fix wait for confirmation function (#267)
1929
# 1.12.0-beta.1
20-
# Added
30+
## Added
2131
- EncodeAddress
2232
- ABI Interaction
2333
- WaitForConfirmation function
24-
# Changed
34+
## Changed
2535
- ABI Interface
2636
# 1.11.0
27-
# Added
37+
## Added
2838
- add TealVerify function (#242)
2939
- Support AVM 1.0 (#248)
3040
- Test with go 1.17 in ci (#237)
31-
# Changed
41+
## Changed
3242
- Mark contract binary template code as Deprecated (#241)
3343
# 1.10.0
34-
# Added
44+
## Added
3545
- New github Issue template
3646
- Signing support for rekeying to LogicSig/MultiSig account
3747
- Asset Base64 Fields
38-
# BugFix
48+
## BugFix
3949
- Use correct go version in CI
4050
# 1.9.2
41-
# Bug Fix
51+
## Bug Fix
4252
- Update FromBase64String() to correctly return the signed transaction
4353
- Make MakeApplicationCreateTxWithExtraPages() and revert MakeApplicationCallTx() to make non-API-breaking
4454
# 1.9.1
45-
# Bugfix
55+
## Bugfix
4656
- Allow asset URLs to be up to 96 bytes
4757
# 1.9.0 - API COMPATIBILITY CHANGE
48-
# Added
58+
## Added
4959
- Support for TEAL 4 programs
5060
- Support for creating application with extra program pages
5161
- Support for setting a transaction fee below the network minimum, for use with fee pooling
52-
# Bugfix
62+
## Bugfix
5363
- Algod and Indexer responses will now produce JSON that matches the other SDKs
5464
# 1.8.0
55-
# Added
65+
## Added
5666
- V2: Add MakeClientWithHeaders wrapper functions
57-
# Bugfix
67+
## Bugfix
5868
- Fix FlatFee computation
5969
# 1.7.0
60-
# Bugfix
70+
## Bugfix
6171
- Fix GetGenesis endpoint.
6272
# 1.6.0
63-
# Added
73+
## Added
6474
- Code generation for more of the http client
6575
- Add TEAL 3 support
6676
- template UX tweaks
67-
# Bugfix
77+
## Bugfix
6878
- Make limitorder.GetSwapAssetsTransaction behave the same as other SDKs
6979
# 1.5.1
70-
# Added
80+
## Added
7181
- Add `BlockRaw` method to algod API V2 client.
7282
# 1.5.0
73-
# Added
83+
## Added
7484
- Support for Applications
7585
# 1.4.2
76-
# Bugfix
86+
## Bugfix
7787
- Fix incorrect `SendRawTransaction` path in API V2 client.
7888
# 1.4.1
79-
# Bugfix
89+
## Bugfix
8090
- Fix go get, test package names needed to be renamed.
8191
# 1.4.0
82-
# Added
92+
## Added
8393
- Clients for Indexer V2 and algod API V2
8494
# 1.3.0
85-
# Added
95+
## Added
8696
- additional Algorand Smart Contracts (ASC)
8797
- support for Dynamic Fee contract
8898
- support for Limit Order contract
@@ -91,25 +101,25 @@
91101
- support for RawBlock request
92102
- Missing transaction types
93103
# 1.2.1
94-
# Added
104+
## Added
95105
- Added asset decimals field.
96106
# 1.2.0
97-
# Added
107+
## Added
98108
- Added support for Algorand Standardized Assets (ASA)
99109
- Added support for Algorand Smart Contracts (ASC)
100110
- Added support for Hashed Time Lock Contract (HTLC)
101111
- Added support for Split contract
102112
- Added support for Group Transactions
103113
- Added support for leases
104114
# 1.1.3
105-
# Added
115+
## Added
106116
- Signing and verifying arbitrary bytes
107117
- Deleting multisigs
108118
- Support for flat fees in transactions
109-
# Changed
119+
## Changed
110120
- Add note parameter to key registration transaction constructors
111121
# 1.1.2
112-
# Added
122+
## Added
113123
- Support for GenesisHash
114124
- Updated API Models.
115125
# 1.1.1
@@ -137,6 +147,3 @@
137147
# 1.0.0
138148
## Added
139149
- SDK released
140-
141-
142-

0 commit comments

Comments
 (0)