{"templateId":"../../@theme/templates/blogpost","sharedDataIds":{"sidebar":"sidebar-blog/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"redocly_category":"Blog","type":"markdown"},"seo":{"title":"Introducing Clio version 2.7.1","siteUrl":"https://xrpl.org/","llmstxt":{"hide":false,"title":"XRPL Developer Portal & Documentation","description":"Explore XRP Ledger documentation, blogs, and other blockchain developer resources needed to start building and integrating with the ledger.","details":{"content":"XRP Ledger concepts, use cases, tutorials, references, and other blockchain developer resources. Also, stay up to date with release announcements and more through the XRPL Blog."},"sections":[{"title":"Introduction","description":"A high-level introduction to the XRP Ledger.","includeFiles":["docs/introduction/**/*.*","about/faq.md"],"excludeFiles":["docs/introduction/index.md"]},{"title":"Use Cases","description":"Real-world applications and business scenarios for the XRP Ledger.","includeFiles":["docs/use-cases/**/*.*"],"excludeFiles":["docs/use-cases/index.md","docs/use-cases/defi/index.md"]},{"title":"Agentic Transactions","description":"XRPL AI Starter Kit to help autonomous agents discover, set up, and execute agentic transactions on the XRP Ledger.","includeFiles":["docs/agents/**/*.*"],"excludeFiles":[]},{"title":"Concepts","description":"Core concepts including accounts, tokens, transactions, consensus, and more.","includeFiles":["docs/concepts/**/*.*"],"excludeFiles":["docs/concepts/index.md","docs/concepts/decentralized-storage/index.md","docs/concepts/payment-types/index.md"]},{"title":"Tutorials","description":"Step-by-step guides for building on the XRP Ledger in JavaScript, Python, Go, and more.","includeFiles":["docs/tutorials/**/*.*"],"excludeFiles":[]},{"title":"References","description":"Protocol specification, transaction types, ledger entries, and API methods.","includeFiles":["docs/references/**/*.*"],"excludeFiles":["docs/references/xrp-api.md","docs/references/data-api.md","docs/references/protocol/index.md","docs/references/protocol/ledger-data/ledger-entry-types/index.md","docs/references/protocol/transactions/index.md","docs/references/protocol/transactions/types/index.md","docs/references/http-websocket-apis/api-conventions/index.md","docs/references/http-websocket-apis/public-api-methods/*/index.md","docs/references/http-websocket-apis/admin-api-methods/*/index.md"]},{"title":"Infrastructure","description":"Install, configure, and troubleshoot xrpld and Clio servers.","includeFiles":["docs/infrastructure/**/*.*"],"excludeFiles":["docs/infrastructure/index.md","docs/infrastructure/*/index.md","docs/infrastructure/installation/build-run-xrpld-in-reporting-mode.md","docs/infrastructure/configuration/data-retention/index.md","docs/infrastructure/configuration/server-modes/index.md"]},{"title":"Blog (2023+)","description":"Recent XRPL Blog posts (showing 2023 and newer).","includeFiles":["blog/2023/**/*.*","blog/2024/**/*.*","blog/2025/**/*.*","blog/2026/**/*.*"],"excludeFiles":[]},{"title":"Resources","description":"Developer resources and contribution guidelines.","includeFiles":["resources/**/*.*"],"excludeFiles":["resources/index.md"]}],"excludeFiles":[]},"description":"Version 2.7.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds support for the fixCleanup3_2_0 amendment and bug fixes."},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"introducing-clio-version-271","__idx":0},"children":["Introducing Clio version 2.7.1"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["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 ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["libxrpl"]}," 3.2.0, adding support for the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fixCleanup3_2_0"]}," amendment, and includes bug fixes."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"amendment-support","__idx":1},"children":["Amendment Support"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://xrpl.org/resources/known-amendments#fixcleanup3_2_0"},"children":["fixCleanup3_2_0"]}," amendment has been introduced since Clio 2.7.0 and has transaction model changes. Clio 2.7.1 is built with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["libxrpl"]}," 3.2.0, which supports this amendment."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["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."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To check the current voting status of this amendment on Mainnet, see the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://livenet.xrpl.org/amendments"},"children":["XRPL Amendments Dashboard"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"install--upgrade","__idx":2},"children":["Install / Upgrade"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"align":"left","data-label":"Package"},"children":["Package"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/releases/download/2.7.1/clio_server_Linux_Release_gcc.zip"},"children":["Clio Server Linux Release (GCC)"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/releases/download/2.7.1/clio_2.7.1_amd64.deb"},"children":["Clio Server Linux Debian Release (amd64)"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/releases/download/2.7.1/clio_server_macOS_Release_apple-clang.zip"},"children":["Clio Server macOS Release (Apple Clang 17)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For other platforms, please ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/releases/tag/2.7.1"},"children":["build from source"]},". The most recent commit in the git log should be:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"text","header":{"controls":{"copy":{}}},"source":"Author: Alex Kremer <akremer@ripple.com>\nDate:   Wed Jul 8 12:12:40 2026 +0000\n\n    ci: Pin scylladb docker to fix integration tests (#3140)\n","lang":"text"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"whats-changed","__idx":3},"children":["What's Changed"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/compare/2.7.0...2.7.1"},"children":["Full Changelog on GitHub"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"bug-fixes","__idx":4},"children":["Bug Fixes"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Fixed an issue where client IP addresses weren't resolved correctly behind a proxy. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3103"},"children":["#3103"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Fixed an issue where the SSL context was unnecessarily recreated for each connection instead of being created once and shared. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3138"},"children":["#3138"]},")"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"miscellaneous-tasks","__idx":5},"children":["Miscellaneous Tasks"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["libxrpl"]}," to version 3.2.0. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3095"},"children":["#3095"]},", ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3105"},"children":["#3105"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated CI Ubuntu version to 22.04. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3090"},"children":["#3090"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Fixed the Docker update CI workflow. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3092"},"children":["#3092"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated Docker actions and fixed the LLVM repo. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3093"},"children":["#3093"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Removed ARM builds from CI workflow. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3094"},"children":["#3094"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated the Conan profile to use a specific ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["glibc"]}," version. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3099"},"children":["#3099"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Updated Docker images with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["glibc"]}," version in Conan. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3100"},"children":["#3100"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Pinned the ScyllaDB Docker image version to fix integration tests. (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/pull/3140"},"children":["#3140"]},")"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"contributors","__idx":6},"children":["Contributors"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following people contributed directly to this release:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/kuznetsss"},"children":["@kuznetsss"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/godexsoft"},"children":["@godexsoft"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"feedback","__idx":7},"children":["Feedback"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To report an issue or propose a new idea, please ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/clio/issues"},"children":["open an issue"]},"."]}]},"headings":[{"value":"Introducing Clio version 2.7.1","id":"introducing-clio-version-271","depth":1},{"value":"Amendment Support","id":"amendment-support","depth":2},{"value":"Install / Upgrade","id":"install--upgrade","depth":2},{"value":"What's Changed","id":"whats-changed","depth":2},{"value":"Bug Fixes","id":"bug-fixes","depth":3},{"value":"Miscellaneous Tasks","id":"miscellaneous-tasks","depth":3},{"value":"Contributors","id":"contributors","depth":2},{"value":"Feedback","id":"feedback","depth":2}],"frontmatter":{"category":2026,"date":"2026-07-20","template":"../../@theme/templates/blogpost","seo":{"title":"Introducing Clio version 2.7.1","description":"Version 2.7.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds support for the fixCleanup3_2_0 amendment and bug fixes."},"labels":["Clio Release Notes"],"markdown":{"editPage":{"hide":true}}},"lastModified":"2026-07-21T08:18:29.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/blog/2026/clio-2.7.1","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}