Skip to content

Releases: breez/breez-sdk-greenlight

Breez SDK - Native (Greenlight Implementation) 0.6.6

07 Dec 15:38
Compare
Choose a tag to compare

Features and Bug fixes

  • Fix pending payment not removed - #1139

Breez SDK - Native (Greenlight Implementation) 0.6.5

02 Dec 22:19
Compare
Choose a tag to compare

Features and bug fixes

  • Fix transport errors
  • Increase reliability for trampoline payments

What's Changed

Full Changelog: 0.6.4...0.6.5

Breez SDK - Native (Greenlight Implementation) 0.6.4

25 Nov 09:10
Compare
Choose a tag to compare

Features and bug fixes

  • Improve sync performance by moving to an incremental sync
  • Improve trampoline payments reliability and fix fees passed to the trampoline node
  • Add list_swaps API
  • Auto recover network connections after hibernation
  • Stability fixes for trampoline payments

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.4

0.6.3-rc2

19 Nov 08:28
Compare
Choose a tag to compare
0.6.3-rc2 Pre-release
Pre-release

Features & Bug fixes

  • Improve sync performance by moving to incremental sync
  • Improve trampoline payments reliability and fix fees passed to the trampoline node
  • Add list_swaps API
  • Auto recover network connections after hibernation.

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.3-rc2

SDK Core 0.6.2

14 Oct 20:52
Compare
Choose a tag to compare

Features & Bug fixes

  • Greenlight signer fix for de-sync.

What's Changed

  • fix notifications code to compile with the new node state properties by @roeierez in #1087
  • Remove some unused code by @JssDWt in #1096
  • use invoice destination for trampoline by @JssDWt in #1107

Full Changelog: 0.6.1...0.6.2

SDK Core 0.6.1

24 Sep 11:46
Compare
Choose a tag to compare

Features & Bug fixes

  • Upgrade to VLS 0.12.0

What's Changed

Full Changelog: 0.5.2...0.6.1

SDK Core 0.5.2

08 Aug 07:41
Compare
Choose a tag to compare
SDK Core 0.5.2 Pre-release
Pre-release

Features & Bug fixes

  • Fix stuck nodes by greenlight (signer upgrade)
  • Introduce InsufficientFunds error on redem_onchain_funds
  • Validate invoice expiration on send_payment
  • Fix reverse swap claim transaction fee to be more accurate.

What's Changed

Full Changelog: 0.5.1-rc6...0.5.2

0.5.1-rc4

17 Jul 11:40
5cc5e97
Compare
Choose a tag to compare
0.5.1-rc4 Pre-release
Pre-release

Features & Bug fixes

  • Support notifications to complete reverse swap when offline.
  • Switching LSP now keeps getting payment notifications from the previous lsp (as long as there are channels).
  • Support non strict mode for LNURL pay when callback domain is different than the lnurl domain.
  • Use JSON for dev command output

What's Changed

Full Changelog: 0.5.0...0.5.1-rc4

SDK Core 0.5.0

01 Jul 22:31
Compare
Choose a tag to compare

Features & Bug fixes

  • Greenlight signer upgrade.
  • Keep closed channels in pending state until sweep
  • Introduce unregister webhook API
  • Support LNURL lightning query parameter
  • Fix chain service error when channel closing tx couldn't be find onchain
  • Show open channel fees in Invoice_paid event.
  • Fix balance update after receive.

Breaking Changes

  • NodeCredentials have been changes which now returns GreenlightDeviceCredentials
  • Config now contains GreenlightCredentials which has developer_key & developer_cert (different naming)

What's Changed

Full Changelog: 0.4.1...0.5.0

SDK Core 0.4.2-rc2

16 Jun 10:46
328c1ed
Compare
Choose a tag to compare
SDK Core 0.4.2-rc2 Pre-release
Pre-release

Bug fixes

  • Fix wrong route hints when changing channel policy: #999