Skip to content

Releases: breez/breez-sdk-liquid

Breez SDK Liquid 0.4.0-rc3

14 Oct 10:58
Compare
Choose a tag to compare
Pre-release

Features & Bug fixes

  • PendingConfirmation notification now is fixed for received payments via magic hints.
  • get_payment by hash API function was added
  • list_payments now supports filtering by address
  • Fix incorrect chain swap refund fees
  • list_refundables now reflects the correct refund amount in case of multiple utxos.

Breaking changes

  • default_config function now must receive API key on mainnet.

What's Changed

Full Changelog: 0.3.4...0.4.0-rc3

Breez SDK Liquid 0.3.4

25 Sep 10:30
Compare
Choose a tag to compare

Bug fixes

  • Fix error on sending an amount closed to the balance
  • Use the correct claim fee rate on pay_onchain

Breez SDK Liquid 0.3.2

24 Sep 15:54
Compare
Choose a tag to compare

Features

  • Use lowball fees for direct Liquid transactions
  • Send all funds is now supported in pay_onchain
  • Update default electrum URLs

Breaking Changes

What's Changed

Full Changelog: 0.3.0...0.3.2

Breez SDK Liquid 0.3.0

04 Sep 14:41
Compare
Choose a tag to compare

Features

  • LNURL-Pay support for receiving variant amounts
  • Added Go & C# bindings
  • Background receive via mobile notifications
  • Enable direct payments to and from a Liquid address
  • Fix fees calculation for pay_onchain
  • Add sign_message and check_message API
  • Emit pending confirmation for direct Liquid payments
  • Added PaymentDetails to the Payment structure

Breaking changes

  • Payment structure has changed to contain PaymentDetails
  • PrepareReceiveRequest has changed and now consists of PaymentMethod. It serves as a single interface for receiving funds.

What's Changed

Full Changelog: 0.2.1...0.3.0

Breez SDK Liquid 0.2.1

04 Aug 09:14
Compare
Choose a tag to compare

Bug fixes

  • Fix conflict in React Native with os.Logger

What's Changed

Breez SDK Liquid 0.2.0

27 Jul 06:58
Compare
Choose a tag to compare

Features & Bug fixes

  • Add way to set claim fee in chain swap
  • But bitcoin via Moonpay
  • Improve lightning receive performance
  • Support custom description on lightning receive payments
  • Set per wallet directory structure (Breaking change)

Breaking changes

We changed the wallet directory structure to be scoped by network and the wallet identifier, it prevents any collision when user sets the same working directory.
It is a breaking change as on upgrade the sdk will restore the onchain transactions but the swap info will be missing.
In order to get the swap info users can bakcup their sdk data before the upgrade and then restore after upgrade.
We do understand it is a bit annoying but better do this change at this early stage then leave it to later.

What's Changed

Full Changelog: 0.1.4...0.2.0

Breez SDK Liquid 0.1.4

22 Jul 19:17
Compare
Choose a tag to compare

Features & Bug fixes

  • Send/Receive Lightning payments
  • CLI Interface
  • Foreign languages bindings
  • Pay BTC on-chain
  • Receive via on-chain address
  • LNURL-Pay
  • LNURL-Withdraw
  • Send to a Lightning address

What's Changed

Read more