Skip to content

Releases: ketola/jlibra

0.20.0 - Compatibility with testnet

09 Mar 08:27
Compare
Choose a tag to compare
  • Updated the configuration to run the integration tests and examples against the devnet
  • renamed an attribute in the event data response object based on changes in diem

0.19.0 - Compatibility with testnet

25 Aug 15:23
Compare
Choose a tag to compare
  • Added the new attribute in the ParentVASPAccountRole class

0.18.0 - Compatibility with testnet + bug fix

04 Jul 05:23
Compare
Choose a tag to compare
  • 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

08 May 17:47
Compare
Choose a tag to compare
  • A new version attribute was introduced in the Account response

0.16.0 - Async client

08 Feb 13:03
Compare
Choose a tag to compare
  • 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

03 Dec 04:15
Compare
Choose a tag to compare
  • 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

19 Oct 05:11
Compare
Choose a tag to compare
  • Java 11 http client
  • Compatibility with testnet

0.13.0 - Testnet compatibility + dual attestation signature

20 Sep 08:09
Compare
Choose a tag to compare
  • Fixes after testnet updates
  • Dual attestation signature example

0.12.0 - Testnet compatibility

23 Aug 12:28
Compare
Choose a tag to compare
  • Fixes after testnet updates
  • Implemented the new getAccountTransactions method to libra client + an example

0.11.0 Compatibility with testnet

06 Aug 18:18
Compare
Choose a tag to compare
  • Updates for compatibility with the latest testnet version