Breez-sdk

Latest version: v0.6.7

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

Scan your dependencies

Page 4 of 6

0.3.6

Features & Bug fixes
* Fix swap INVOICE_AMOUNT_MISMATCH https://github.com/breez/breez-sdk/issues/859
* Defer signer start to increase overall startup time
* Reduce Chain Service load and usage
* Improve performance by reusing Breez server grpc connection.

0.3.3

Features & Bug fixes
* Upgrade to VLS 0.11

0.3.2

Features & Bug fixes
* Signer crash fix: https://github.com/breez/breez-sdk/commit/8f882692cd0329ec5bad6abfcc4efb8367994048

0.3.1

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
* Expand result of open_channel_fee SDK method by ok300 in https://github.com/breez/breez-sdk/pull/737
* Use broadcast stream where needed by roeierez in https://github.com/breez/breez-sdk/pull/738
* Use Swift bindings via CocoaPods in Flutter package by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/741
* Export Android bindings dependency of Flutter package by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/740
* Do not bundle pre-built binaries with Flutter plugin by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/742
* Add dart bindings for payment metadata by hydra-yse in https://github.com/breez/breez-sdk/pull/743
* Reverting reqwest version to 0.11.20 by hydra-yse in https://github.com/breez/breez-sdk/pull/744
* Store LNURL-pay domain by andrei-21 in https://github.com/breez/breez-sdk/pull/735
* Include `ReverseSwapInfo` in `Payment` by danielgranhao in https://github.com/breez/breez-sdk/pull/728
* remove lnurl pay description hash validation by JssDWt in https://github.com/breez/breez-sdk/pull/755
* Fix reqwest pinning by ok300 in https://github.com/breez/breez-sdk/pull/757
* Move early-return check to top of method by ok300 in https://github.com/breez/breez-sdk/pull/749
* Ensure homebrew updates its internal list of formulas before installing by ok300 in https://github.com/breez/breez-sdk/pull/762
* Bump Node version from 16 (EOL) to 20 in CI step by ok300 in https://github.com/breez/breez-sdk/pull/754
* Bump json5 from 2.2.1 to 2.2.3 in /libs/sdk-react-native by dependabot in https://github.com/breez/breez-sdk/pull/750
* Bump decode-uri-component from 0.2.0 to 0.2.2 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/751
* Bump RN `release-it` by ok300 in https://github.com/breez/breez-sdk/pull/753
* new `pending_balance` field to NodeState by ubbabeck in https://github.com/breez/breez-sdk/pull/714
* Apply dependabot suggestions by ok300 in https://github.com/breez/breez-sdk/pull/752
* Rescan swaps by roeierez in https://github.com/breez/breez-sdk/pull/764
* Limit log statement to rev swap ID by ok300 in https://github.com/breez/breez-sdk/pull/768
* Allow setting of close_to_addr by dangeross in https://github.com/breez/breez-sdk/pull/765
* Rename SwapInfo paid_sats to paid_msat by dangeross in https://github.com/breez/breez-sdk/pull/766
* Fix rustdoc warnings by ok300 in https://github.com/breez/breez-sdk/pull/771
* Fix generic_member_access build error on macos x86 by ademar111190 in https://github.com/breez/breez-sdk/pull/770
* Persist webhook URL by ok300 in https://github.com/breez/breez-sdk/pull/773
* Add chainnotifier_url config by ok300 in https://github.com/breez/breez-sdk/pull/775
* Update docs for swap channel fees by ok300 in https://github.com/breez/breez-sdk/pull/776
* Derive Default trait for OpenChannelFeeRequest by ok300 in https://github.com/breez/breez-sdk/pull/778
* Re-use bitcoin crate exported by gl-client by ok300 in https://github.com/breez/breez-sdk/pull/779
* Ensure there is at least one routing hint when creating invoice by roeierez in https://github.com/breez/breez-sdk/pull/782
* cache: remove webhook by rustaceanrob in https://github.com/breez/breez-sdk/pull/786
* remove deprecated fields from lsp info by JssDWt in https://github.com/breez/breez-sdk/pull/780
* Add `setPaymentMetadata` method to flutter wrapper by hydra-yse in https://github.com/breez/breez-sdk/pull/787
* Handle `redeem_swap` error in case the invoice is known by ok300 in https://github.com/breez/breez-sdk/pull/784
* Add JIT payment filter to `list_payments` by hydra-yse in https://github.com/breez/breez-sdk/pull/758
* Link bindings dynamically in iOS Flutter plugin by cnixbtc in https://github.com/breez/breez-sdk/pull/783
* Update `receive_onchain`: automatically register for swap tx notifications by ok300 in https://github.com/breez/breez-sdk/pull/772
* Check for ongoing swaps during register_webhook by ok300 in https://github.com/breez/breez-sdk/pull/789


**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.2.15...0.3.1

0.3.0

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
* Expand result of `open_channel_fee` method by ok300 in https://github.com/breez/breez-sdk/pull/737
* Use broadcast stream where needed by roeierez in https://github.com/breez/breez-sdk/pull/738
* Use Swift bindings via CocoaPods in Flutter package by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/741
* Export Android bindings dependency of Flutter package by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/740
* Do not bundle pre-built binaries with Flutter plugin by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/742
* Add dart bindings for payment metadata by hydra-yse in https://github.com/breez/breez-sdk/pull/743
* Reverting reqwest version to 0.11.20 by hydra-yse in https://github.com/breez/breez-sdk/pull/744
* Store LNURL-pay domain by andrei-21 in https://github.com/breez/breez-sdk/pull/735
* Include `ReverseSwapInfo` in `Payment` by danielgranhao in https://github.com/breez/breez-sdk/pull/728
* remove lnurl pay description hash validation by JssDWt in https://github.com/breez/breez-sdk/pull/755
* Fix reqwest pinning by ok300 in https://github.com/breez/breez-sdk/pull/757
* Move early-return check to top of method by ok300 in https://github.com/breez/breez-sdk/pull/749
* Ensure homebrew updates its internal list of formulas before installing by ok300 in https://github.com/breez/breez-sdk/pull/762
* Bump Node version from 16 (EOL) to 20 in CI step by ok300 in https://github.com/breez/breez-sdk/pull/754
* Bump json5 from 2.2.1 to 2.2.3 in /libs/sdk-react-native by dependabot in https://github.com/breez/breez-sdk/pull/750
* Bump decode-uri-component from 0.2.0 to 0.2.2 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/751
* Bump RN `release-it` by ok300 in https://github.com/breez/breez-sdk/pull/753
* new `pending_balance` field to NodeState by ubbabeck in https://github.com/breez/breez-sdk/pull/714
* Apply dependabot suggestions by ok300 in https://github.com/breez/breez-sdk/pull/752
* Rescan swaps by roeierez in https://github.com/breez/breez-sdk/pull/764
* Limit log statement to rev swap ID by ok300 in https://github.com/breez/breez-sdk/pull/768
* Allow setting of close_to_addr by dangeross in https://github.com/breez/breez-sdk/pull/765
* Rename SwapInfo paid_sats to paid_msat by dangeross in https://github.com/breez/breez-sdk/pull/766
* Fix rustdoc warnings by ok300 in https://github.com/breez/breez-sdk/pull/771
* Fix generic_member_access build error on macos x86 by ademar111190 in https://github.com/breez/breez-sdk/pull/770
* Persist webhook URL by ok300 in https://github.com/breez/breez-sdk/pull/773
* Add chainnotifier_url config by ok300 in https://github.com/breez/breez-sdk/pull/775
* Update docs for swap channel fees by ok300 in https://github.com/breez/breez-sdk/pull/776
* Derive Default trait for OpenChannelFeeRequest by ok300 in https://github.com/breez/breez-sdk/pull/778
* Re-use bitcoin crate exported by gl-client by ok300 in https://github.com/breez/breez-sdk/pull/779
* Ensure there is at least one routing hint when creating invoice by roeierez in https://github.com/breez/breez-sdk/pull/782
* cache: remove webhook by rustaceanrob in https://github.com/breez/breez-sdk/pull/786
* remove deprecated fields from lsp info by JssDWt in https://github.com/breez/breez-sdk/pull/780
* Add `setPaymentMetadata` method to flutter wrapper by hydra-yse in https://github.com/breez/breez-sdk/pull/787
* Handle `redeem_swap` error in case the invoice is known by ok300 in https://github.com/breez/breez-sdk/pull/784
* Add JIT payment filter to `list_payments` by hydra-yse in https://github.com/breez/breez-sdk/pull/758
* Link bindings dynamically in iOS Flutter plugin by cnixbtc in https://github.com/breez/breez-sdk/pull/783


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

0.2.15

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

What's Changed
* fix empty sent payment list by roeierez in https://github.com/breez/breez-sdk/pull/748


**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.2.14...0.2.15

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.