From 16c8fdd871358ac98ec83c0b747eeac201faaec4 Mon Sep 17 00:00:00 2001 From: Maria Shodunke Date: Wed, 28 May 2025 12:43:31 +0100 Subject: [PATCH] Add release notes for Clio v2.4.1 --- blog/2025/clio-2.4.1.md | 58 +++++++++++++++++++++++++++++++++++++++++ blog/sidebars.yaml | 1 + 2 files changed, 59 insertions(+) create mode 100644 blog/2025/clio-2.4.1.md diff --git a/blog/2025/clio-2.4.1.md b/blog/2025/clio-2.4.1.md new file mode 100644 index 0000000000..c22c91a44c --- /dev/null +++ b/blog/2025/clio-2.4.1.md @@ -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 +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). diff --git a/blog/sidebars.yaml b/blog/sidebars.yaml index 295c8e923b..1f8d3e3b91 100644 --- a/blog/sidebars.yaml +++ b/blog/sidebars.yaml @@ -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