File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.22.0
2+
3+ ### Bugfixes
4+ * BugFix: Fix incorrect reference to global schema by @barnjamin in https://github.com/algorand/java-algorand-sdk/pull/427
5+ * Bug-Fix: parsing type strings for tuples containing static arrays of tuples by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/431
6+ ### Enhancements
7+ * REST API: Add KV counts to NodeStatusResponse by @github-actions in https://github.com/algorand/java-algorand-sdk/pull/428
8+ * Enhancement: Migrate v1 algod dependencies to v2 in cucumber tests by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/425
9+ * Enhancement: Allowing zero length in static array by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/432
10+
11+
12+ ** Full Changelog** : https://github.com/algorand/java-algorand-sdk/compare/1.21.1...1.22.0
13+
114# 1.21.1
215
316## What's Changed
Original file line number Diff line number Diff line change 1919<dependency >
2020 <groupId >com.algorand</groupId >
2121 <artifactId >algosdk</artifactId >
22- <version >1.21.1 </version >
22+ <version >1.22.0 </version >
2323</dependency >
2424```
2525
Original file line number Diff line number Diff line change 44
55 <groupId >com.algorand</groupId >
66 <artifactId >algosdk</artifactId >
7- <version >1.21.1 </version >
7+ <version >1.22.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