Releases: lightningdevkit/ldk-garbagecollected
Releases · lightningdevkit/ldk-garbagecollected
v0.0.125.0
No bindings-specific changes.
v0.0.124.0
In addition to upstream LDK 0.0.124 changes, this also reduces references which may reduce the chance of memory leaks.
v0.0.123.1
- Updated to LDK-C-Bindings 0.0.123.1, providing additional missing
Display
/*_to_str
implementations and restoring missing
ChannelDetails
fields which were not public in 0.0.123.0
(includingChannelDetails_new
). - Fixed a bug in C# bindings which led to
bool
s being corrupted
when passed between C and C#.
v0.0.123.0
In addition to upstream LDK 0.0.123 changes, this release includes
BOLT12 offer support and fixes a memory leak in the Java
NioPeerManager
.
v0.0.122.0
No substantial bindings-specific changes
v0.0.121.3
- Fixes an issue where Windows binaries were mangled by llvm-strip
- Fixes an issue in C# where arrays of strings were handled
incorrectly - Fixes an issue where Java bindings would crash if the first access
to LDK was a unitary enum - Updates upstream LDK to include two backported fixes
v0.0.118.2
Backport upstream LDK persistence fix
v0.0.117.2
Backport upstream LDK persistence fix
v0.0.118.1
Backport upstream LDK Route
serialization fixes
v0.0.121.2
Includes macOS support for C# bindings