Skip to content

Releases: symbol/sdk-java

[1.0.3] - 8-Dec-2022

08 Dec 18:45
244bb6c
Compare
Choose a tag to compare
Package Version Link
SDK OkHttp v1.0.3 https://repo.maven.apache.org/maven2/io/nem/symbol-sdk-okhttp-client
SDK Vertx v1.0.3 https://repo.maven.apache.org/maven2/io/nem/symbol-sdk-vertx-client
Catbuffer Library v0.1.5 https://repo.maven.apache.org/maven2/io/nem/catbuffer-java
Client OkHttp v1.0.3 https://repo.maven.apache.org/maven2/io/nem/symbol-openapi-okhttp-gson-client
Client Vertx v1.0.3 https://repo.maven.apache.org/maven2/io/nem/symbol-openapi-vertx-client
  • upgrade rest openapi client version to 1.0.3
  • keep only mainnet and testnet network types
  • catbuffer - add a revokable flag to mosaic and revocation transaction type
  • SDK - add revokable mosaic and revocation transaction support
  • upgrade Catbuffer to v0.1.5
  • add a revokable flag to mosaic and revocation transaction type and tests
  • correct e2e tests to make them pass

[1.0.2] - 1-Nov-2022

01 Nov 16:47
bf72825
Compare
Choose a tag to compare
Package Version Link
SDK OkHttp v1.0.2 https://repo.maven.apache.org/maven2/io/nem/symbol-sdk-okhttp-client
SDK Vertx v1.0.2 https://repo.maven.apache.org/maven2/io/nem/symbol-sdk-vertx-client
Catbuffer Library v0.1.3 https://repo.maven.apache.org/maven2/io/nem/catbuffer-java
Client OkHttp v1.0.0 https://repo.maven.apache.org/maven2/io/nem/symbol-openapi-okhttp-gson-client
Client Vertx v1.0.0 https://repo.maven.apache.org/maven2/io/nem/symbol-openapi-vertx-client/
  • [BREAKING CHANGE] The type of value field in AccountMetadataTransaction, MosaicMetadataTransaction, NamespaceMetadataTransaction classes changed from String to byte[].
  • [Bug] Fixed incorrect Merkle hash calculation for aggregate transactions, make the tests match the ones in Catapult.
  • Bumped AggregateTransaction version to V2. Note that the ability to create or broadcast V1 aggregate transactions has been removed.
  • Upgrade Gradle version to v6.9.3
  • Upgrade Catbuffer to v0.1.3
  • Flatten structure and move git submodules: catbuffer-generators, catbuffer-parser and catbuffer-schemas to SDK repository (at correct version)