Add release notes for Clio v2.4.1

This commit is contained in:
Maria Shodunke
2025-05-28 12:43:31 +01:00
parent d1648846d0
commit 16c8fdd871
2 changed files with 59 additions and 0 deletions

58
blog/2025/clio-2.4.1.md Normal file
View File

@@ -0,0 +1,58 @@
---
category: 2025
date: "2025-05-27"
template: '../../@theme/templates/blogpost'
seo:
title: Introducing Clio version 2.4.1
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.
labels:
- Clio Release Notes
markdown:
editPage:
hide: true
---
# Introducing Clio version 2.4.1
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.
## What's Changed
See the [Full Changelog on GitHub](https://github.com/XRPLF/clio/compare/2.4.0...2.4.1).
### Features
- Experimental dosguard API weights ([#2082](https://github.com/XRPLF/clio/pull/2082)) by [@kuznetsss](https://github.com/kuznetsss)
- Forwarding metrics ([#2128](https://github.com/XRPLF/clio/pull/2128)) by [@kuznetsss](https://github.com/kuznetsss)
### Bug Fixes
- Fix ssl in new webserver ([#1981](https://github.com/XRPLF/clio/pull/1981)) by [@kuznetsss](https://github.com/kuznetsss)
- Incorrect set `HighDeepFreeze` flag ([#1978](https://github.com/XRPLF/clio/pull/1978)) by [@PeterChen13579](https://github.com/PeterChen13579)
- Fix incorrect requests logging ([#2005](https://github.com/XRPLF/clio/pull/2005)) by [@kuznetsss](https://github.com/kuznetsss)
- Guarantee async behavior of `WsBase::send` ([#2100](https://github.com/XRPLF/clio/pull/2100)) by [@godexsoft](https://github.com/godexsoft)
## Testing Credits
- Thanks to [@mounikakun](https://github.com/mounikakun) and others for testing this release.
## Install / Upgrade
| Package |
| :------- |
| [Clio Server Linux Release (GCC)](https://github.com/XRPLF/clio/releases/download/2.4.1/clio_server_Linux_Release_gcc_2.4.1.zip) |
| [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) |
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:
```text
Merge: 317b3e23 8d76a05d
Author: Sergey Kuznetsov <skuznetsov@ripple.com>
Date: Tue May 20 16:58:50 2025 +0100
chore: Revert extra commits for 2.4.1 (#2133)
```
## Feedback
To report an issue or propose a new idea, please [open an issue](https://github.com/XRPLF/clio/issues).

View File

@@ -6,6 +6,7 @@
- group: '2025'
expanded: false
items:
- page: 2025/clio-2.4.1.md
- page: 2025/integrating-dia-oracles-on-xrpl.md
- page: 2025/vulnerabilitydisclosurereport-bug-apr2025.md
- page: 2025/defi-use-cases-exploring-the-potential.md