File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.15 - Dec 9, 2019
4+ - Fix the wrong handling of null and empty bytes when ` RpcObject ` is serialized/deserialized
5+ - Define ` RpcValue.NULL ` for null value
6+ - Add a new method ` getDefault ` in ` ScoreApi.Param `
7+
38## 0.9.14 - Jun 21, 2019
49- Fix the bug that generates an invalid signature when a ` stepLimit ` is given
510
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This document is focused on how to use the SDK properly. For the detailed API sp
1010
1111## Version
1212
13- 0.9.14 (beta)
13+ 0.9.15 (beta)
1414
1515## Prerequisite
1616
@@ -27,15 +27,15 @@ Download [the latest JAR](https://search.maven.org/search?q=g:foundation.icon%20
2727<dependency >
2828 <groupId >foundation.icon</groupId >
2929 <artifactId >icon-sdk</artifactId >
30- <version >0.9.14 </version >
30+ <version >0.9.15 </version >
3131</dependency >
3232```
3333
3434or Gradle:
3535
3636``` groovy
3737dependencies {
38- implementation 'foundation.icon:icon-sdk:0.9.14 '
38+ implementation 'foundation.icon:icon-sdk:0.9.15 '
3939}
4040```
4141
Original file line number Diff line number Diff line change 1515#
1616
1717GROUP =foundation.icon
18- VERSION_NAME =0.9.14
18+ VERSION_NAME =0.9.15
1919
2020BINTRAY_USER_ORG =icon
2121BINTRAY_REPO =icon-sdk
You can’t perform that action at this time.
0 commit comments