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

Update release notes

This commit is contained in:
Roman Zeyde 2021-10-15 22:20:23 +03:00
parent c38341f9ab
commit 44cda47f39

View File

@ -1,3 +1,17 @@
# 0.9.1 (TBD)
* Initialize chain height metric (#515)
* Don't shutdown write-side before all responses are sent back (#523)
* Use p2p protocol to replace waitfornewblock hidden RPC (#526)
* Use correct Prometheus buckets for size and duration (#528)
* Don't ignore signals during IBD (#533)
* Expose index DB size as a Prometheus gauge metric (#544)
* Add p2p protocol monitoring (#546)
* Fix contrib/xpub.py support for ypub/zpub keys (#549)
* Rewrite and simplify p2p message receiving thread (#550)
* Re-introduce mempool vsize and txs' count metrics (#557)
* Allow RPC connection before initial sync is over (#558)
# 0.9.0 (Sep 30 2021)
**IMPORTANT: This release contains major changes, please read carefully!**