1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00

Update 0.9.0-rc2 release notes

This commit is contained in:
Roman Zeyde 2021-09-23 18:08:58 +03:00
parent a8a4ba280e
commit 5ae3d6526e
3 changed files with 10 additions and 8 deletions

2
Cargo.lock generated
View File

@ -316,7 +316,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]] [[package]]
name = "electrs" name = "electrs"
version = "0.9.0-rc1" version = "0.9.0-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitcoin", "bitcoin",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "electrs" name = "electrs"
version = "0.9.0-rc1" version = "0.9.0-rc2"
authors = ["Roman Zeyde <me@romanzey.de>"] authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust" description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT" license = "MIT"

View File

@ -1,11 +1,5 @@
# 0.9.0 (TBD) # 0.9.0 (TBD)
* Prevent panic during logging of p2p messages (#490)
* Don't collect process' Prometheus metrics by default (#492)
* Support initial sync resume (#494)
# 0.9.0-rc1 (Sep 17 2021)
**IMPORTANT: This release contains major changes, please read carefully!** **IMPORTANT: This release contains major changes, please read carefully!**
The two main things to watch out for: The two main things to watch out for:
@ -17,6 +11,14 @@ See [upgrading](doc/usage.md#upgrading) section of our docs to learn more.
Full list of changes: Full list of changes:
## 0.9.0-rc2 (Sep 23 2021)
* Prevent panic during logging of p2p messages (#490)
* Don't collect process' Prometheus metrics by default (#492)
* Support initial sync resume (#494)
## 0.9.0-rc1 (Sep 17 2021)
* Fix incorrect ordering of same-block transactions (#297) * Fix incorrect ordering of same-block transactions (#297)
* Change DB index format and use Zstd compression (instead of Snappy) * Change DB index format and use Zstd compression (instead of Snappy)
* The database will be reindexed automatically when it encounters old version (#477) * The database will be reindexed automatically when it encounters old version (#477)