Skip to content

Releases: breez/breez-sdk-greenlight

SDK Core 0.3.2

05 Mar 12:25
ef471e3
Compare
Choose a tag to compare

Features & Bug fixes

SDK Core 0.3.1

15 Feb 11:55
Compare
Choose a tag to compare

Features & Bug fixes

  • Fix Flutter plugin to work SxS with bdk-flutter
  • Store and expose lnurl-pay domain in payments
  • Include ReverseSwapInfo in Payment
  • Add pending_balance field to NodeState
  • Add rescan_swap to rescan swap addresses
  • Support notifications via a webhook after a swap transaction confirms
  • Allow setting of close_to_addr for cooperative channel closures
  • Add open_channel_bolt11 to a payment when it's used to open a JIT channel

What's Changed

Full Changelog: 0.2.15...0.3.1

SDK Core 0.3.0

13 Feb 19:36
Compare
Choose a tag to compare
SDK Core 0.3.0 Pre-release
Pre-release

Features & Bug fixes

  • Fix Flutter plugin to work SxS with bdk-flutter
  • Store and expose lnurl-pay domain in payments
  • Include ReverseSwapInfo in Payment
  • Add pending_balance field to NodeState
  • Add rescan_swap to rescan swap addresses
  • Support notifications via a webhook after a swap transaction confirms
  • Allow setting of close_to_addr for cooperative channel closures
  • Add open_channel_bolt11 to a payment when it's used to open a JIT channel

What's changed

Full Changelog: 0.2.15...0.3.0

SDK Core 0.2.15 - hotfix

26 Jan 21:45
Compare
Choose a tag to compare

This is a hotfix release that fixes a critical issue from previous release

What's Changed

Full Changelog: 0.2.14...0.2.15

SDK Core 0.2.14

24 Jan 09:34
Compare
Choose a tag to compare

Features & Bug fixes

  • Persist payment failure error
  • Support custom payment metadata
  • Add register webhook to the cli
  • Add extra TLVs to send spontaneous payment
  • Add payment expiry for pending payments

Breaking changes

  • Rename sweep to redeem_onchain_funds

What's Changed

New Contributors

Full Changelog: 0.2.12...0.2.14

SDK Core 0.2.12

13 Dec 20:22
Compare
Choose a tag to compare

Features & Bug fixes

  • Bug fix: SDK hangs on connect when signer is needed.
  • Bug fix: Reverse swap fails right on start.
  • Allow native access to SDK from flutter (kotlin & swift)
  • Improve receive payment performance

What's Changed

Full Changelog: 0.2.10...0.2.12

SDK Core 0.2.10

28 Nov 09:33
Compare
Choose a tag to compare

Features & Bug fixes

What's Changed

New Contributors

Full Changelog: 0.2.9...0.2.10

SDK Core 0.2.9

12 Nov 12:49
Compare
Choose a tag to compare

Features & Bug fixes

  • Publish python package: https://pypi.org/project/breez-sdk-lib
  • Introduce max_reverse_swap_amount to allow draining all channels when sending on-chain.
  • Extend payment type filter to include ClosedChannels.
  • Introduce prepare_sweep to estimate the sweep transaction fee.
  • Introduce prepare_refund to estimate the refund transaction fee.
  • Improve error handling and specifying error code in exceptions and errors.
  • Include SwapInfo in Payment.
  • Add payment hash to lnurl_pay.
  • Auto-discovery for default LSP.

What's Changed

Full Changelog: 0.2.7...0.2.9

SDK Core 0.2.7

25 Oct 11:55
Compare
Choose a tag to compare

Features & Bug fixes

  • Add Getinfo command
  • Support paging in list payments - Thank you @dleutenegger
  • Add optional claim_txid and lock_txid to ReverseSwapInfo
  • Add closing_txid to closed channels received in payments list
  • Use millisatoshi instead of satoshi for lightning amounts.
  • Improve sync and sending payments performance
  • Fix uniffi-kotlin-multiplatform package

Breaking changes

  • Parameters and return type of the following API's now use their respective Request/Response objects
    • send_onchain, refund, send_payment, send_spontaneous_payment, lnurl_pay, lnurl_withdraw
  • Use req shorthand for request params across all bindings.
  • Rename req_data of lnurl_pay & lnurl_withdraw to data as it now belongs to their respective Request object
  • ReceivePaymentRequest now use amount_msat instead of amount_sat
  • SendPaymentRequest now use amount_msat instead of amount_sat
  • SendSpontaneousPaymentRequest now use amount_msat instead of amount_sat

What's Changed

New Contributors

Full Changelog: 0.2.5...0.2.7

SDK Core 0.2.5

05 Oct 11:33
Compare
Choose a tag to compare

Features & Bug fixes

Breaking changes

The React Native generator is a huge advantage for us which allows us to deliver changes a lot more frequently.
We do have some minor changes in the way parameters are passed to the sdk methods but migration should be straight forward.
No functionality has been removed.

What's Changed

New Contributors

Full Changelog: 0.2.3...0.2.5