Releases: symbol/sdk-java
Releases · symbol/sdk-java
[1.0.3] - 8-Dec-2022
- 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
- [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)