Skip to content

Introducing Clio version 2.7.1

Version 2.7.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release updates Clio to libxrpl 3.2.0, adding support for the fixCleanup3_2_0 amendment, and includes bug fixes.

Amendment Support

The fixCleanup3_2_0 amendment has been introduced since Clio 2.7.0 and has transaction model changes. Clio 2.7.1 is built with libxrpl 3.2.0, which supports this amendment.

If this amendment is enabled and you have not upgraded Clio to 2.7.1 or newer, the ETL will be amendment blocked and new ledgers will not be processed.

To check the current voting status of this amendment on Mainnet, see the XRPL Amendments Dashboard.

Install / Upgrade

For other platforms, please build from source. The most recent commit in the git log should be:

Author: Alex Kremer <[email protected]>
Date:   Wed Jul 8 12:12:40 2026 +0000

    ci: Pin scylladb docker to fix integration tests (#3140)

What's Changed

See the Full Changelog on GitHub.

Bug Fixes

  • Fixed an issue where client IP addresses weren't resolved correctly behind a proxy. (#3103)
  • Fixed an issue where the SSL context was unnecessarily recreated for each connection instead of being created once and shared. (#3138)

Miscellaneous Tasks

  • Updated libxrpl to version 3.2.0. (#3095, #3105)
  • Updated CI Ubuntu version to 22.04. (#3090)
  • Fixed the Docker update CI workflow. (#3092)
  • Updated Docker actions and fixed the LLVM repo. (#3093)
  • Removed ARM builds from CI workflow. (#3094)
  • Updated the Conan profile to use a specific glibc version. (#3099)
  • Updated Docker images with the glibc version in Conan. (#3100)
  • Pinned the ScyllaDB Docker image version to fix integration tests. (#3140)

Contributors

The following people contributed directly to this release:

Feedback

To report an issue or propose a new idea, please open an issue.