Immutable
release. Only release title and notes can be modified.
Release notes
Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is under active development.
This release updates Clio to libxrpl 3.2.0, adding support for the fixCleanup3_2_0 amendment, and includes bug fixes.
What's Changed
🚀 Amendment Support
The fixCleanup3_2_0 amendment was introduced after the Clio 2.7.0 release and includes transaction model changes. Clio 2.7.1 is built with libxrpl 3.2.0, which supports this amendment.
If this amendment becomes enabled and you have not upgraded to Clio 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.
🐛 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 CI Ubuntu version to 22.04. (#3090)
- Updated Docker actions and fixed the LLVM repo. (#3093)
- Removed ARM builds from CI workflow. (#3094)
- Updated
libxrplto version 3.2.0. (#3095, #3105) - Updated the Conan profile to use a specific
glibcversion. (#3099) - Updated Docker images with the
glibcversion in Conan. (#3100) - Pinned the ScyllaDB Docker image version to fix integration tests. (#3140)
- Fixed the Docker update CI workflow. (#3092)