Releases: ketola/jlibra
Releases · ketola/jlibra
0.20.0 - Compatibility with testnet
0.19.0 - Compatibility with testnet
- Added the new attribute in the ParentVASPAccountRole class
0.18.0 - Compatibility with testnet + bug fix
- Added new attributes to responses
- Fixed a bug with JSON de-serialization of list-type responses
- Upgraded the bouncycastle dependency
0.17.0 - Compatibility with testnet
- A new version attribute was introduced in the Account response
0.16.0 - Async client
- A new client implementation
DiemAsyncClient
for making requests asynchronously - Upgraded several dependencies
- Renamed references to Libra -> Diem after the name change
0.15.0 - Batch requests
- Support for JSON-RPC Batch requests. With this feature it's possible to bundle several api calls into one http request. (See: https://www.jsonrpc.org/specification#batch)
- Dependency to simple-json-rpc-client was dropped. Now jlibra has only three runtime dependencies to 3rd party libraries (jackson, bouncycastle and slf4j api)
- Some fixes after breaking changes in the libra / diem api
0.14.0 - Testnet compatibility + java 11
- Java 11 http client
- Compatibility with testnet
0.13.0 - Testnet compatibility + dual attestation signature
- Fixes after testnet updates
- Dual attestation signature example
0.12.0 - Testnet compatibility
- Fixes after testnet updates
- Implemented the new getAccountTransactions method to libra client + an example
0.11.0 Compatibility with testnet
- Updates for compatibility with the latest testnet version