File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 0.6.2 - Aug. 14, 2025
2
+ This patch release fixes a panic that could have been hit when syncing to a
3
+ TLS-enabled Electrum server, as well as some minor issues when shutting down
4
+ the node.
5
+
6
+ ## Bug Fixes and Improvements
7
+ - If not set by the user, we now install a default ` CryptoProvider ` for the
8
+ ` rustls ` TLS library. This fixes an issue that would have the node panic
9
+ whenever they first try to access an Electrum server behind an ` ssl:// `
10
+ address. (#600 )
11
+ - We improved robustness of the shutdown procedure. In particular, we now
12
+ wait for more background tasks to finish processing before shutting down
13
+ LDK background processing. Previously some tasks were kept running which
14
+ could have lead to race conditions. (#613 )
15
+
16
+ In total, this release features 12 files changed, 198 insertions, 92
17
+ deletions in 13 commits from 2 authors in alphabetical order:
18
+
19
+ - Elias Rohrer
20
+ - moisesPomilio
21
+
1
22
# 0.6.1 - Jun. 19, 2025
2
23
This patch release fixes minor issues with the recently-exposed ` Bolt11Invoice `
3
24
type in bindings.
You can’t perform that action at this time.
0 commit comments