You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 0.7.0 - TODO
1
+
# 0.7.0 - Dec. 3, 2025
2
2
This seventh minor release introduces numerous new features, bug fixes, and API improvements. In particular, it adds support for channel Splicing, Async Payments, as well as sourcing chain data from a Bitcoin Core REST backend.
3
3
4
4
## Feature and API updates
@@ -23,7 +23,8 @@ This seventh minor release introduces numerous new features, bug fixes, and API
23
23
24
24
## Bug Fixes and Improvements
25
25
- Robustness of the shutdown procedure has been improved, minimizing risk of blocking during `Node::stop`. (#592, #612, #619, #622)
26
-
- The VSS storage backend now supports 'lazy' deletes, allowing it to avoid unnecessary remote calls for certain operations. (#689)
26
+
- The VSS storage backend now supports 'lazy' deletes, allowing it to avoid
27
+
unnecessarily waiting on remote calls for certain operations. (#689, #722)
27
28
- The encryption and obfuscation scheme used when storing data against a VSS backend has been improved. (#627)
28
29
- Transient errors during `bitcoind` RPC chain synchronization are now retried with an exponential back-off. (#588)
29
30
- Transactions evicted from the mempool are now correctly handled when syncing via `bitcoind` RPC/REST. (#605)
@@ -46,10 +47,23 @@ This seventh minor release introduces numerous new features, bug fixes, and API
46
47
- The `electrum-client` dependency has been bumped to v0.24.0. (#602)
47
48
- For Kotlin/Android builds we now require 16kb page sizes, ensuring Play Store compatibility. (#625)
48
49
49
-
In total, this release features TODO files changed, TODO insertions, TODO
50
-
deletions in TODO commits from TODO authors in alphabetical order:
50
+
In total, this release features 77 files changed, 12350 insertions, 5708
51
+
deletions in 264 commits from 14 authors in alphabetical order:
51
52
52
-
- TODO TODO
53
+
- aagbotemi
54
+
- alexanderwiederin
55
+
- Andrei
56
+
- Artur Gontijo
57
+
- benthecarman
58
+
- Chuks Agbakuru
59
+
- coreyphillips
60
+
- Elias Rohrer
61
+
- Enigbe
62
+
- Joost Jager
63
+
- Jeffrey Czyz
64
+
- moisesPomilio
65
+
- Martin Saposnic
66
+
- tosynthegeek
53
67
54
68
# 0.6.2 - Aug. 14, 2025
55
69
This patch release fixes a panic that could have been hit when syncing to a
0 commit comments