0.6.2 - Aug. 14, 2025
This patch release fixes a panic that could have been hit when syncing to a
TLS-enabled Electrum server, as well as some minor issues when shutting down
the node.
Bug Fixes and Improvements
- If not set by the user, we now install a default CryptoProviderfor the
 rustlsTLS library. This fixes an issue that would have the node panic
 whenever they first try to access an Electrum server behind anssl://
 address. (#600)
- We improved robustness of the shutdown procedure. In particular, we now
 wait for more background tasks to finish processing before shutting down
 LDK background processing. Previously some tasks were kept running which
 could have lead to race conditions. (#613)
In total, this release features 12 files changed, 198 insertions, 92
deletions in 13 commits from 2 authors in alphabetical order:
- Elias Rohrer
- moisesPomilio
Please note the attached LDKNodeFFI.xcframework archive is intended to be used via SwiftPM.