Skip to content

Releases: lightningdevkit/ldk-garbagecollected

v0.0.112.0

29 Oct 01:01
0de4267
Compare
Choose a tag to compare

No substantial bindings-specific updates. See upstream release notes.

v0.0.111.0

04 Oct 03:35
384d4ce
Compare
Choose a tag to compare

No significant bindings changes since 0.0.110.3
See upstream release notes at
https://github.com/lightningdevkit/rust-lightning/releases/tag/v0.0.111

Note that lightningdevkit/rust-lightning#1694
has been backported as well, causing the Router API to be slightly
mis-aligned with the Rust documentation for 0.0.111.

v0.0.110.1.1

04 Sep 02:24
Compare
Choose a tag to compare
  • Backport the v0.0.110.3 fix to v0.0.110.1

v0.0.110.3

04 Sep 00:04
f385eff
Compare
Choose a tag to compare
  • Fixes a NullPointerException in some cases where a struct/enum
    contains a field which is None.

v0.0.110.2

13 Aug 23:06
d4ebc84
Compare
Choose a tag to compare
  • Rewrote pointer flag tracking to allow for structs which are only
    single-byte aligned.
  • Dropped clone on tuple-field-fetching, which should result in
    substantially less memory overhead in some use-cases.

v0.0.110.1

06 Aug 05:33
86706cd
Compare
Choose a tag to compare
  • Updated to LDK-C-Bindings 0.0.110.1, adding several new getters
  • Added getters for channel and node lists from
    lightningdevkit/rust-lightning#1651
  • Fixed numerous memory corruption or crash bugs in TS bindings
  • Supported lock structs in TS bindings
  • Reduced log verbosity in TS bindings

v0.0.110.0

28 Jul 03:30
af6f994
Compare
Choose a tag to compare

No significant bindings changes since 0.0.108.1.
See upstream release notes at
https://github.com/lightningdevkit/rust-lightning/releases/tag/v0.0.110

v0.0.109.0

02 Jul 02:19
293bcee
Compare
Choose a tag to compare

No significant bindings changes since 0.0.108.1.
See upstream release notes at
https://github.com/lightningdevkit/rust-lightning/releases/tag/v0.0.109

v0.0.108.0

30 Jun 01:16
47341be
Compare
Choose a tag to compare

v0.0.106.0

15 Apr 19:12
53fabb3
Compare
Choose a tag to compare

Upstream release notes available at https://github.com/lightningdevkit/rust-lightning/releases/tag/v0.0.106

Bindings-specific changes are minimal.