Skip to content

Releases: XRPLF/xrpl4j

v4.0

22 Oct 21:28

Choose a tag to compare

What's Changed

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

v3.5.1

17 Sep 00:08

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

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

Choose a tag to compare

What's Changed

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

v3.3.1

09 Jul 23:48

Choose a tag to compare

What's Changed

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

v3.3.0

05 Feb 22:46
3c4a076

Choose a tag to compare

What's Changed

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

v3.2.1

24 Aug 17:07

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

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

v3.1.2

19 Jul 16:16

Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

14 Jul 18:27

Choose a tag to compare

What's Changed

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.xrpl4j</groupId>
            <artifactId>xrpl4j-bom</artifactId>
            <version>3.1.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Full Changelog: v3.1.0...v3.1.1