Releases: XRPLF/xrpl4j
Releases · XRPLF/xrpl4j
v4.0.2
What's Changed
- Fix more AccountSet fields by @nkramer44 in #566
- Add
WalletLocator
andWalletSize
inAccountSet
object. - Correct
MessageKey
serialization when its value is an empty string.
- Add
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- Serialize non-absent AccountSet
domain
values by @nkramer44 in #564
Full Changelog: v4.0...v4.0.1
v4.0
What's Changed
- Update README.md by @sappenin in #551
- Upgrade bcprov-jdk18on version by @RajatArora08 in #552
- Fix EscrowFinish fulfillment and condition parsing by @nkramer44 in #512
- Support XRPFees amendment by @nkramer44 in #508
- Bump org.apache.maven.plugins:maven-source-plugin from 3.1.0 to 3.3.0 by @dependabot in #507
- Bump junit-jupiter.version from 5.10.0 to 5.10.1 by @dependabot in #505
Full Changelog: v3.5.1...v4.0
v3.5.1
v3.5.0
v3.4.0
v3.3.1
What's Changed
- Update README for v3.3.0 by @nkramer44 in #523
- Fix failing AMM IT by @sappenin in #536
- Fix 529: Make all AMM transaction IssuedCurrencyAmount fields CurrencyAmounts by @nkramer44 in #534
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Add support for Clawback by @nkramer44 in #485
- Add AMM support by @nkramer44 in #344
- Fixes #486 by @sappenin in #487
- Add unit test to verify rippled bug by @sappenin in #478
- Update README.md with correct BOM version by @sappenin in #490
- Point Reporting Mode tests to xrplcluster by @nkramer44 in #494
- Update README.md to fix example by @sappenin in #493
- Add support for ledger_entry RPC by @nkramer44 in #489
- Fix flaky tests by @nkramer44 in #502
- Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.1.2 by @dependabot in #470
- Bump junit-jupiter.version from 5.9.3 to 5.10.0 by @dependabot in #472
- Bump com.github.docker-java:docker-java-api from 3.3.1 to 3.3.4 by @dependabot in #492
- Bump ch.qos.logback:logback-classic from 1.2.11 to 1.4.11 by @dependabot in #480
- XChain support by @nkramer44 in #497
- DID Support by @nkramer44 in #498
- Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 by @dependabot in #504
- Revert logback-classic to 1.3.X to work with JDK 8 by @nkramer44 in #509
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
- Fix EscrowFinish condition/fulfillment deserialization by @nkramer44 in #483
Maven
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.xrpl4j</groupId>
<artifactId>xrpl4j-bom</artifactId>
<version>3.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Bump maven-failsafe-plugin from 2.22.2 to 3.1.2 by @dependabot in #454
- Bump assertj-core from 3.23.1 to 3.24.2 by @dependabot in #455
- Bump caffeine from 2.8.8 to 2.9.3 by @dependabot in #457
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 by @dependabot in #458
- Support for NetworkID by @nkramer44 in #461
- Add PreviousFields to DeletedNode by @nkramer44 in #462
- Add nftoken_id, nftoken_ids, and offer_id fields to TransactionMetadata by @nkramer44 in #463
- Fix NfTokenBuyOffers and NfTokenSellOffers RequestParams/Results by @nkramer44 in #465
- Add nft_info support by @nkramer44 in #466
- Allow for No-Op AccountSet SetFlag and ClearFlag values by @nkramer44 in #479
Maven
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.xrpl4j</groupId>
<artifactId>xrpl4j-bom</artifactId>
<version>3.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Full Changelog: v3.1.2...v3.2.0