Xrpl4j Versions Save

A 100% Java implementation to interact with the XRP Ledger.

v3.3.0

3 months ago

What's Changed

Full Changelog: https://github.com/XRPLF/xrpl4j/compare/v3.2.1...v3.3.0

v3.2.1

8 months ago

What's Changed

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: https://github.com/XRPLF/xrpl4j/compare/v3.2.0...v3.2.1

v3.2.0

8 months ago

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: https://github.com/XRPLF/xrpl4j/compare/v3.1.2...v3.2.0

v3.1.2

9 months ago

What's Changed

Full Changelog: https://github.com/XRPLF/xrpl4j/compare/v3.1.1...v3.1.2

v3.1.1

9 months ago

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: https://github.com/XRPLF/xrpl4j/compare/v3.1.0...v3.1.1

v3.1.0

10 months ago

What's Changed

Maven

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

Full Changelog: https://github.com/XRPLF/xrpl4j/compare/v3.0.1...v3.1.0

v3.0.1-amm-dev-preview-rc2

1 year ago

What's Changed

This RC contains updates to AMM code in xrpl4j for the latest AMM release, as well as the bug fixes from the v3.0.1 release.

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.xrpl4j</groupId>
            <artifactId>xrpl4j-bom</artifactId>
            <version>3.0.1-amm-dev-preview-rc2</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

New Contributors

Full Changelog: https://github.com/XRPLF/xrpl4j/compare/v3.0-amm-dev-preview-rc1...v3.0.1-amm-dev-preview-rc2

v3.0.1

1 year ago

What's Changed

Maven

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

New Contributors

Full Changelog: https://github.com/XRPLF/xrpl4j/compare/v3.0.0...v3.0.1

v3.0-amm-dev-preview-rc1

1 year ago

Summary

Dev preview version with AMM support

Changelog

New Features

Bug Fixes, Test Coverage, Cleanup

  • Integration and unit coverage for all of AMM code.

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.xrpl4j</groupId>
            <artifactId>xrpl4j-bom</artifactId>
            <version>3.0.0-amm-dev-preview-rc1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

v3.0.0

1 year ago

What's Changed

This is the third major release of the xrpl4j library. For more information on migrating from v2.5.1 to v3.0.0 can be found in the migration guide.

Maven

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

Full Changelog: https://github.com/XRPLF/xrpl4j/compare/releases/v2.5.1...releases/v3.0