Skip to content

2.2.0

Compare
Choose a tag to compare
@kennyzlei kennyzlei released this 27 Jun 05:05
· 26 commits to develop since this release
2.2.0
4940d46

Introducing Clio version 2.2.0

Version 2.2.0 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds new features and bug fixes.

Notable New Features

  • Price Oracle support, including get_aggregate_price API
  • Forwarding to rippled for feature API
    • Clio-native implementation of feature API is planned for future implementation
  • Improved doxygen documentation
  • TLS 1.3 support
  • C++23 compilers

Amendment Support

The following amendments have been introduced since Clio 2.1.2 and have transaction model changes. Clio 2.2.0 is built with libxrpl 2.2.0, which supports these amendments.

If these amendments are enabled and you have not upgraded Clio to 2.2.0 or newer, the ETL will be amendment blocked and new ledgers will not be processed.

To check the current voting status of these amendments on Mainnet, see the XRPL Amendments Dashboard.

Database Migration

If you are currently running Clio 1.0.4 or earlier and upgrading, you must perform a database migration to properly support NFT data. Instructions for the migration are described https://github.com/XRPLF/clio/tree/clio_migrator%402.0.0

What's Changed

New Contributors

Full Changelog: 2.1.2...2.2.0

Feedback

The Clio open-source project is seeking feedback and engagement from the XRPL community.
To provide feedback, please fill out this survey.
To report an issue or propose a new idea, please open an issue.