Skip to content

Releases: XRPLF/xrpl4j

v3.1.2

19 Jul 16:16
Compare
Choose a tag to compare

What's Changed

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

v3.1.1

14 Jul 18:27
Compare
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

v3.1.0

13 Jul 16:53
Compare
Choose a tag to compare

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: v3.0.1...v3.1.0

v3.0.1

14 Feb 21:27
Compare
Choose a tag to compare

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: v3.0.0...v3.0.1

v3.0.1-amm-dev-preview-rc2

14 Feb 21:27
Compare
Choose a tag to compare
Pre-release

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: v3.0-amm-dev-preview-rc1...v3.0.1-amm-dev-preview-rc2

v3.0.0

31 Jan 19:22
Compare
Choose a tag to compare

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: releases/v2.5.1...releases/v3.0

v3.0-amm-dev-preview-rc1

31 Jan 19:59
Compare
Choose a tag to compare
Pre-release

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>

v2.5.1

14 Nov 17:22
Compare
Choose a tag to compare

What's Changed

  • #324: Updates TransferFee bounds to allow for 50.00% transfer fees
  • #326: Allows brokered mode Nft without brokerFee`

Maven

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

Full Changelog: v2.5.0...v2.5.1

v2.5.0

31 Oct 14:30
Compare
Choose a tag to compare

Summary

This release includes full support for XLS-20 NFTs, as well as bug fixes and a new set of ServerInfo objects to account for differences in server_info responses between different XRPL server types.

What's Changed

  • #178 Add full support for XLS-20 NFTs
  • #264 Add ServerInfo models for different types of XRPL servers, including rippled, reporting mode, and Clio servers
  • #249 Set UnlModify.account to ACCOUNT_ZERO to avoid deserialization issues
  • #310 Fix typo in README
  • #311 Bump maven-dependency-plugin from 3.1.1 to 3.3.0
  • #312 Bump maven-checkstyle-plugin from 3.1.1 to 3.2.0
  • #313 Bump junit-jupiter.version from 5.7.1 to 5.9.1
  • #314 Bump jackson.version from 2.13.3 to 2.13.4
  • #315 Bump feign-bom from 11.6 to 11.10

Full Changelog: v2.4.0...v2.5.0

Maven

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

v3.0.0-rc2.1

10 Oct 17:54
Compare
Choose a tag to compare
v3.0.0-rc2.1 Pre-release
Pre-release

Summary

This is the second preview release of xrpl4j version 3.0. More documentation and feature summary to come, but for now you can read more in #170 and other issues in the overall milestone.

Changelog

Maven

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

Javadoc