v2.5.0
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>