Skip to content

Commit

Permalink
Release 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Dec 30, 2024
1 parent 25ad4c0 commit 6bfaba9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.10.7"
version = "0.10.8"
authors = ["Roman Zeyde <[email protected]>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6bfaba9

Please sign in to comment.