From a6aad09820eff4e97b72074c35d6fd30cf30fe40 Mon Sep 17 00:00:00 2001 From: Kenny Lei <3003853+kennyzlei@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:27:07 -0700 Subject: [PATCH] Create clio-2.1.2.md --- blog/2024/clio-2.1.2.md | 46 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 blog/2024/clio-2.1.2.md diff --git a/blog/2024/clio-2.1.2.md b/blog/2024/clio-2.1.2.md new file mode 100644 index 0000000000..c6b65174f0 --- /dev/null +++ b/blog/2024/clio-2.1.2.md @@ -0,0 +1,46 @@ +--- +category: 2024 +date: 2024-06-05 +labels: + - Clio Release Notes +theme: + markdown: + editPage: + hide: true +--- + +# Introducing Clio version 2.1.2 + +Version 2.1.2 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds a new feature. + +## rippled Dependency on Clio + +Clio needs to be updated to 2.1.2 or later before updating to rippled 2.2.0. Clio will be blocked if it is not updated first. + +## Database Migration + +If you are currently running Clio 1.0.4 or earlier and upgrading, you must perform a database migration to properly support NFT data. Instructions for the migration are described [here](https://github.com/XRPLF/clio/tree/clio_migrator%402.0.0). + +## Install / Upgrade + +| Package | SHA-256 | +|:--------|:--------| +| [Ubuntu Deb (x86_64)](https://github.com/XRPLF/clio/releases/download/2.1.2/clio_2.1.2_amd64.deb) | `3cc864837a2e194cb9dc68e0cdb617149ab466b4512614ec18879792fdb41571` | + +For other platforms, please [build from source](https://github.com/XRPLF/clio/releases/tag/2.1.2). The most recent commit in the git log should be: + +```text +commit c1037785a11d5079ab6b8a72f1585a0e9ff2810a +Author: Sergey Kuznetsov +Date: Tue Jun 4 16:02:28 2024 +0100 + + Upgrade xrpl to 2.2.0 (#1443) +``` + +## What's Changed + +* Upgrade xrpl to 2.2.0 by @kuznetsss in https://github.com/XRPLF/clio/pull/1443 + +See the [Full Changelog on GitHub](https://github.com/XRPLF/clio/compare/2.1.1...2.1.2). + +To report an issue, provide feedback, or propose a new idea, please [open an issue](https://github.com/XRPLF/clio/issues).