Skip to content

Releases: XRPLF/xrpl4j

v4.0.2

29 Oct 23:13
Compare
Choose a tag to compare

What's Changed

  • Fix more AccountSet fields by @nkramer44 in #566
    • Add WalletLocator and WalletSize in AccountSet object.
    • Correct MessageKey serialization when its value is an empty string.

Full Changelog: v4.0.1...v4.0.2

v4.0.1

29 Oct 16:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0...v4.0.1

v4.0

22 Oct 21:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v4.0

v3.5.1

17 Sep 00:08
Compare
Choose a tag to compare

What's Changed

  • Make XrplClient timeouts configurable

Full Changelog: v3.5.0...v3.5.1

v3.5.0

23 Aug 23:45
Compare
Choose a tag to compare

What's Changed

  • Add isNegative indicator to all CurrencyAmount types.

Full Changelog: v3.4.0...v3.5.0

v3.4.0

19 Jul 23:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.4.0

v3.3.1

09 Jul 23:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

05 Feb 22:46
3c4a076
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.3.0

v3.2.1

24 Aug 17:07
Compare
Choose a tag to compare

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

14 Aug 21:56
Compare
Choose a tag to compare

What's Changed

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