Skip to content

Releases: XRPLF/clio

2.2.1

09 Jul 00:13
2.2.1
7b18e28
Compare
Choose a tag to compare

Introducing Clio version 2.2.1

Version 2.2.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds a bug fix.

Bug fixes

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. See the clio_migrator branch and its README for instructions.

Full Changelog: 2.2.0...2.2.1

Clio development (nightly) build

09 Jul 08:03
d536433
Compare
Choose a tag to compare
Pre-release

Note: Please remember that this is a development release and it is not recommended for production use.

Changelog (including previous releases): https://github.com/XRPLF/clio/commits/nightly

SHA256 checksums

07235a668d7cbee0bcef9d3ff3b8c66d73542ceae063c8a1599fc135e52e88bf  ./clio_server_Linux_Debug.tar.gz
b50d65b538ce6d1095a2531d336571680865fe921b5cb641baee95923c472466  ./clio_server_Linux_Release.tar.gz
db0d2e2b997de0e9daccce925939e912ef5a532d37fdda25bd8a7d3cb5eb4643  ./clio_server_macOS_Release.tar.gz

2.2.0

27 Jun 05:05
2.2.0
4940d46
Compare
Choose a tag to compare

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

Read more

2.1.2

05 Jun 16:29
c103778
Compare
Choose a tag to compare

Introducing Clio version 2.1.2

Version 2.1.2 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds a new feature.

rippled Dependency on Clio

Clio needs to be updated to 2.1.2 or later before updating to rippled 2.2.0. Clio will be blocked if it is not updated first.

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

Full Changelog: 2.1.1...2.1.2

2.1.1

23 Mar 03:07
2.1.1
26ed78f
Compare
Choose a tag to compare

Introducing Clio version 2.1.1

Version 2.1.1 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.

New features

  • libxrpl 2.1.0

Bug fixes

  • Bug fix to support new fields for the XRPFees amendment by @godexsoft in #1280
    • Version 2.0.0 of Clio supported the XRPFees amendment, but did not includes updates to the new fee fields
    • If the XRPFees amendment is enabled and you have not upgraded Clio to 2.1.1 or newer, the new fee fields of the SetFee transaction and FeeSettings ledger entry would not be returned and the previous fee fields would return 0. The server_info API includes fee fields; new fee fields would not be returned and and previous fee fields would return 0

To check the current voting status of these amendments on Mainnet, see the XRPScan 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

Testing Credits

  • Thanks to @mounikakun and others for testing this release.

Full Changelog: 2.1.0...2.1.1

2.1.0

14 Feb 18:53
2.1.0
8575f78
Compare
Choose a tag to compare

Introducing Clio version 2.1.0

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

Notable New Features

Amendment Support

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

If these amendments are enabled and you have not upgraded Clio to 2.1.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 XRPScan 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

Read more

2.0.0

16 Oct 21:09
7a1f902
Compare
Choose a tag to compare

Introducing Clio version 2.0.0

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

Amendment Support

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

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

The current voting status of these amendments in mainnet is available here: https://xrpscan.com/amendments

Database Migration

If you are currently running Clio on a previous version and upgrading to 2.0.0, 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

Read more

2.0

27 Oct 05:12
7a1f902
Compare
Choose a tag to compare
2.0

The exact version number is 2.0.0. This 2.0 alias is provided in case of inadvertent linking. Please continue to the 2.0.0 release.

1.0.4

02 Feb 23:20
0c5a69e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4