|
| 1 | +--- |
| 2 | +category: 2025 |
| 3 | +date: "2025-05-27" |
| 4 | +template: '../../@theme/templates/blogpost' |
| 5 | +seo: |
| 6 | + title: Introducing Clio version 2.4.1 |
| 7 | + description: Version 2.4.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds bug fixes. |
| 8 | +labels: |
| 9 | + - Clio Release Notes |
| 10 | +markdown: |
| 11 | + editPage: |
| 12 | + hide: true |
| 13 | +--- |
| 14 | +# Introducing Clio version 2.4.1 |
| 15 | + |
| 16 | +Version 2.4.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds bug fixes. |
| 17 | + |
| 18 | +## What's Changed |
| 19 | + |
| 20 | +See the [Full Changelog on GitHub](https://github.com/XRPLF/clio/compare/2.4.0...2.4.1). |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +- Experimental dosguard API weights ([#2082](https://github.com/XRPLF/clio/pull/2082)) by [@kuznetsss](https://github.com/kuznetsss) |
| 25 | + |
| 26 | +- Forwarding metrics ([#2128](https://github.com/XRPLF/clio/pull/2128)) by [@kuznetsss](https://github.com/kuznetsss) |
| 27 | + |
| 28 | +### Bug Fixes |
| 29 | + |
| 30 | +- Fix ssl in new webserver ([#1981](https://github.com/XRPLF/clio/pull/1981)) by [@kuznetsss](https://github.com/kuznetsss) |
| 31 | +- Incorrect set `HighDeepFreeze` flag ([#1978](https://github.com/XRPLF/clio/pull/1978)) by [@PeterChen13579](https://github.com/PeterChen13579) |
| 32 | +- Fix incorrect requests logging ([#2005](https://github.com/XRPLF/clio/pull/2005)) by [@kuznetsss](https://github.com/kuznetsss) |
| 33 | +- Guarantee async behavior of `WsBase::send` ([#2100](https://github.com/XRPLF/clio/pull/2100)) by [@godexsoft](https://github.com/godexsoft) |
| 34 | + |
| 35 | +## Testing Credits |
| 36 | + |
| 37 | +- Thanks to [@mounikakun](https://github.com/mounikakun) and others for testing this release. |
| 38 | + |
| 39 | +## Install / Upgrade |
| 40 | + |
| 41 | +| Package | |
| 42 | +| :------- | |
| 43 | +| [Clio Server Linux Release (GCC)](https://github.com/XRPLF/clio/releases/download/2.4.1/clio_server_Linux_Release_gcc_2.4.1.zip) | |
| 44 | +| [Clio Server macOS Release (Apple Clang 16)](https://github.com/XRPLF/clio/releases/download/2.4.1/clio_server_macOS_Release_apple_clang_16_2.4.1.zip) | |
| 45 | + |
| 46 | +For other platforms, please [build from source](https://github.com/XRPLF/clio/releases/tag/2.4.1). The most recent commit in the git log should be: |
| 47 | + |
| 48 | +```text |
| 49 | +Merge: 317b3e23 8d76a05d |
| 50 | +Author: Sergey Kuznetsov <skuznetsov@ripple.com> |
| 51 | +Date: Tue May 20 16:58:50 2025 +0100 |
| 52 | +
|
| 53 | + chore: Revert extra commits for 2.4.1 (#2133) |
| 54 | +``` |
| 55 | + |
| 56 | +## Feedback |
| 57 | + |
| 58 | +To report an issue or propose a new idea, please [open an issue](https://github.com/XRPLF/clio/issues). |
0 commit comments