Merge pull request #2615 from XRPLF/kennyzlei/clio-2-1-2

Clio version 2.1.2 Release Notes
This commit is contained in:
Rome Reginelli
2024-06-10 15:12:45 -07:00
committed by GitHub
2 changed files with 47 additions and 0 deletions

46
blog/2024/clio-2.1.2.md Normal file
View File

@@ -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 <skuznetsov@ripple.com>
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).

View File

@@ -5,6 +5,7 @@
- group: '2024'
expanded: false
items:
- page: 2024/clio-2.1.2.md
- page: 2024/rippled-2.2.0.md
- page: 2024/testnet-reset.md
- page: 2024/how-to-master-xrp-transfers.md