From 6bfaba99d5c7c598b5e067e3bc70041bc645b84a Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 30 Dec 2024 12:00:53 +0200 Subject: [PATCH] Release 0.10.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE-NOTES.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72601f52..86b3d0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "electrs" -version = "0.10.7" +version = "0.10.8" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 2022b54a..ea621b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.10.7" +version = "0.10.8" authors = ["Roman Zeyde "] description = "An efficient re-implementation of Electrum Server in Rust" license = "MIT" diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1943b6d8..25f77c7a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,13 @@ +# 0.10.8 (Dec 30 2024) + +* Separate blocks reading & index writing into scoped threads +* Set HTTP `Content-Type` header for Prometheus response +* Use `ctrlc` in place of `signal-hook` on Windows +* Don't deserialize transactions if not needed +* Run CI only on `master` branch and PRs +* Update dependencies (`bitcoin`, `bitcoin_slices`, `crossbeam-channel`, `tempfile`) + + # 0.10.7 (Nov 05 2024) * Support testnet4