File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.6.0
2+ - Add static qualifiers to json creators for onCompletion enum serialization.
3+ - Bump guava from 28.2-android to 29.0-android in /generator.
4+ - Bump guava from 28.2-android to 29.0-android.
5+ - Corrected Exception message for Keccak-256 hash function.
6+ - Add TEAL 3 support.
7+ - Regenerated comment.
8+ - Fix custom token key comment.
9+ - Update .gitignore.
10+ - Regenerate Indexer Client.
11+ - Regenerate client code, implement new cucumber tests.
12+ - Fix base32 decode bug.
13+ - Add secure vars and docker login.
14+ - Don't override values with lookupParams/suggestedParams.
15+ - New constructors for v2 and Indexer that also accepts tokenKey.
16+ - Updated README example.
17+
118# 1.5.1
219- Add custom header option to v2 client, new 'execute' method on each endpoint request.
320
Original file line number Diff line number Diff line change 2323<dependency >
2424 <groupId >com.algorand</groupId >
2525 <artifactId >algosdk</artifactId >
26- <version >1.5.1 </version >
26+ <version >1.6.0 </version >
2727</dependency >
2828```
2929
Original file line number Diff line number Diff line change 168168 <dependency >
169169 <groupId >com.algorand</groupId >
170170 <artifactId >algosdk</artifactId >
171- <version >1.5.1 </version >
171+ <version >1.6.0 </version >
172172 </dependency >
173173
174174 <!-- testing -->
Original file line number Diff line number Diff line change 44
55 <groupId >com.algorand</groupId >
66 <artifactId >algosdk</artifactId >
7- <version >1.5.1 </version >
7+ <version >1.6.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments