Breez-sdk-liquid

Latest version: v0.7.8

Safety actively analyzes 723683 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.4.0rc3

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
* Fix lowball fee rates for onchain liquid tx by roeierez in https://github.com/breez/breez-sdk-liquid/pull/498
* Fix pay onchain claim fee by dangeross in https://github.com/breez/breez-sdk-liquid/pull/499
* Flutter uniFFI by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/510
* Update `flutter_rust_bridge` to `2.4.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/511
* Fix publishing of Flutter sources by dangeross in https://github.com/breez/breez-sdk-liquid/pull/513
* Re-add convenience Flutter gen command by dangeross in https://github.com/breez/breez-sdk-liquid/pull/514
* Chain swap cooperative refund: fix triggering of `refund_incoming_swap` by ok300 in https://github.com/breez/breez-sdk-liquid/pull/517
* Fix: Incoming Chain Swap Refund by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/522
* `list-refundables`: show refundable amount, not swap amount by ok300 in https://github.com/breez/breez-sdk-liquid/pull/516
* SDK: Require Breez API key globally by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/520
* Get Payment by dangeross in https://github.com/breez/breez-sdk-liquid/pull/476
* Add Breez electrum server for Liquid Mainnet by ok300 in https://github.com/breez/breez-sdk-liquid/pull/525


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.3.4...0.4.0-rc3

0.3.4

Bug fixes
* Fix error on sending an amount closed to the balance
* Use the correct claim fee rate on `pay_onchain`

0.3.2

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

Breaking Changes
* API key is now required: https://breez.technology/request-api-key/#contact-us-form-sdk
* Parse invoice: short_channel_id is now formatted as a string instead of a number

What's Changed
* Set optional prepare params as null by dangeross in https://github.com/breez/breez-sdk-liquid/pull/472
* `melos pub-upgrade` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/477
* Tests: fix swap handlers by switching to mock chain service by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/475
* Sync: correctly detect payment by refund tx ID by ok300 in https://github.com/breez/breez-sdk-liquid/pull/470
* Set `PaymentDetails` as mandatory, default to LiquidAddress by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/474
* Fix payment details rebase by dangeross in https://github.com/breez/breez-sdk-liquid/pull/483
* RN: prevent conversion of ReadableMap to HashMap by dangeross in https://github.com/breez/breez-sdk-liquid/pull/482
* Change short_channel_id to string by dangeross in https://github.com/breez/breez-sdk-liquid/pull/484
* Fix publish CI issues by dangeross in https://github.com/breez/breez-sdk-liquid/pull/485
* prepare-pay-onchain: add an option to drain by ok300 in https://github.com/breez/breez-sdk-liquid/pull/464
* Bump boltz client library by ok300 in https://github.com/breez/breez-sdk-liquid/pull/486
* Build SDK bindings for Flutter by dangeross in https://github.com/breez/breez-sdk-liquid/pull/488
* Fix the namespace conflict by dangeross in https://github.com/breez/breez-sdk-liquid/pull/490
* Remove transaction by dangeross in https://github.com/breez/breez-sdk-liquid/pull/493
* Add lowball broadcast support with API key for all transaction types by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/489
* Send & Chain: localize refund flow to swap handlers by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/407
* Chain: fix claim after refactoring changes by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/496
* Update electrum URLs by dangeross in https://github.com/breez/breez-sdk-liquid/pull/497


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.3.0...0.3.2

0.3.0

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
* Fix lowball broadcast by dangeross in https://github.com/breez/breez-sdk-liquid/pull/418
* Send: Show regular onchain fees when MRH payment is detected by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/421
* Bugfix: Correct the relative path on bindings scripts by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/425
* Pause event notifications on first sync by ok300 in https://github.com/breez/breez-sdk-liquid/pull/424
* Receive payment: remove retry backoff, reduce wait time to 1 sec by ok300 in https://github.com/breez/breez-sdk-liquid/pull/431
* Allow working with local library on iOS by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/434
* Downgrade Flutter to 3.22.3 by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/438
* Address `cargo clippy` warnings by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/439
* Bump `flutter_rust_bridge` to `2.2.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/442
* Receive payment: remove MRH BIP21 amount validation by ok300 in https://github.com/breez/breez-sdk-liquid/pull/448
* Confirm chain swap claims by dangeross in https://github.com/breez/breez-sdk-liquid/pull/450
* Bugfix: Update production podpsec's version with version script by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/447
* Depend on `sdk-common` with `liquid` feature by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/452
* Send/Receive: Add BIP21 support by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/414
* Handle in RN codegen multiple fields in enum variant by dangeross in https://github.com/breez/breez-sdk-liquid/pull/453
* Send: Consider request amount when preparing the payment by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/454
* pay-onchain: fix user lockup fee calculation, boltz fee calculation by ok300 in https://github.com/breez/breez-sdk-liquid/pull/459
* Fix chain swap limits validation by ok300 in https://github.com/breez/breez-sdk-liquid/pull/456
* Add Go/CS bindings by dangeross in https://github.com/breez/breez-sdk-liquid/pull/147
* Integrate webhooks by dangeross in https://github.com/breez/breez-sdk-liquid/pull/410
* Add description hash to receive payment by dangeross in https://github.com/breez/breez-sdk-liquid/pull/440
* Add `sign_message` and `check_message` by dangeross in https://github.com/breez/breez-sdk-liquid/pull/443
* Android notification plugin by dangeross in https://github.com/breez/breez-sdk-liquid/pull/433
* Ensure non-MRH invoices use lockup amount for fee calculation by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/461
* Swift notification plugin by dangeross in https://github.com/breez/breez-sdk-liquid/pull/436
* Restore: Associate swap tx IDs from onchain data by ok300 in https://github.com/breez/breez-sdk-liquid/pull/399
* Emit pending confirmation for liquid transactions by roeierez in https://github.com/breez/breez-sdk-liquid/pull/462
* Update `flutter_rust_bridge` to `2.3.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/465
* Fix C symbol export by dangeross in https://github.com/breez/breez-sdk-liquid/pull/466
* Add CLI commands to readme by dangeross in https://github.com/breez/breez-sdk-liquid/pull/463
* Fix Swift macOS platform definition by dangeross in https://github.com/breez/breez-sdk-liquid/pull/467


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.2.1...0.3.0

0.2.1

Bug fixes
* Fix conflict in React Native with os.Logger

What's Changed
* Fix conflict with os.Logger by roeierez in https://github.com/breez/breez-sdk-liquid/pull/430

0.2.0

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
* Update LNURL URL success action validation by dangeross in https://github.com/breez/breez-sdk-liquid/pull/395
* Set `PreparePayOnchainRequest` `sat_per_vbyte` default value by dangeross in https://github.com/breez/breez-sdk-liquid/pull/397
* Persistence: consolidate state filter by ok300 in https://github.com/breez/breez-sdk-liquid/pull/400
* Buy Bitcoin by dangeross in https://github.com/breez/breez-sdk-liquid/pull/398
* Add rustdocs generation to CI by dangeross in https://github.com/breez/breez-sdk-liquid/pull/402
* Remove `sync` call when handling Boltz update by ok300 in https://github.com/breez/breez-sdk-liquid/pull/401
* Fix payment position fluctuation in `list_payments` for Send by ok300 in https://github.com/breez/breez-sdk-liquid/pull/404
* Test: Complete Chain Swap Tests by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/392
* Update `BreezSDKLiquid` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/406
* Fix React Native CI by dangeross in https://github.com/breez/breez-sdk-liquid/pull/408
* Update boltz-rust and add receive payment description by dangeross in https://github.com/breez/breez-sdk-liquid/pull/409
* SDK: Add per-wallet directory structure for persister and lwk by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/413
* Storage: Split based on network by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/419


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.1.4...0.2.0

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.