Skip to content

Releases: breez/breez-sdk-greenlight

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

SDK Core 0.4.2-rc1

29 May 08:17
Compare
Choose a tag to compare
SDK Core 0.4.2-rc1 Pre-release
Pre-release

Features & Bug fixes

  • 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.

What's Changed

Full Changelog: 0.4.1...0.4.2-rc1

SDK Core 0.4.1

15 May 12:02
Compare
Choose a tag to compare

Features & Bug fixes

  • Fix Android package for x86_64

SDK Core 0.4.1-rc2

09 May 07:07
Compare
Choose a tag to compare
SDK Core 0.4.1-rc2 Pre-release
Pre-release

Features & Bug fixes

  • Show correct amount on closed channels
  • Fix transport errors occasionally returned when sending payments
  • Attach labels to payments
  • Persist LNURL-pay comment sent to the recipient

What's Changed

Full Changelog: 0.4.0...0.4.1-rc2

SDK Core 0.4.0

06 May 08:25
b08215d
Compare
Choose a tag to compare

What's Changed

  • Change background redeem swap notification message

SDK Core 0.4.0-rc5

17 Apr 13:52
Compare
Choose a tag to compare
SDK Core 0.4.0-rc5 Pre-release
Pre-release

Bug fixes

  • Fix swift package missing namespace
  • Fix signer doesn't exit immediately after disconnect

SDK Core 0.4.0-rc2

16 Apr 07:59
Compare
Choose a tag to compare
SDK Core 0.4.0-rc2 Pre-release
Pre-release

Features & Bug fixes

Bug fixes

  • Fix sql database deadlock
  • More robust swap redeem and fix edge cases when node connection is flaky
  • Fix a lag in balance update right after sending a payment.

What's Changed

New Contributors

Full Changelog: 0.3.9...0.4.0-rc2

SDK Core 0.3.9

29 Mar 07:03
Compare
Choose a tag to compare

Features & Bug fixes

  • Add API to generate diagnostic data
  • Use multiple chain service urls with redundancy (generate_diagnostic_data)

What's Changed