Skip to content

Commit 9befa99

Browse files
authored
Merge pull request #3125 from XRPLF/clio-release-2.4.1
Add release notes for Clio v2.4.1
2 parents d164884 + 16c8fdd commit 9befa99

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

blog/2025/clio-2.4.1.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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).

blog/sidebars.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- group: '2025'
77
expanded: false
88
items:
9+
- page: 2025/clio-2.4.1.md
910
- page: 2025/integrating-dia-oracles-on-xrpl.md
1011
- page: 2025/vulnerabilitydisclosurereport-bug-apr2025.md
1112
- page: 2025/defi-use-cases-exploring-the-potential.md

0 commit comments

Comments
 (0)