Breez-sdk

Latest version: v0.6.2

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

Scan your dependencies

Page 4 of 5

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

0.2.14

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
* change: lud-16 assersions to ignore cases by rustaceanrob in https://github.com/breez/breez-sdk/pull/681
* Persist payment failure error by dangeross in https://github.com/breez/breez-sdk/pull/673
* Add extra TLVs to send spontaneous payment by dangeross in https://github.com/breez/breez-sdk/pull/679
* set group_id in send_pay by JssDWt in https://github.com/breez/breez-sdk/pull/685
* enhancement: sort fiat currencies in API by name, add docs by rustaceanrob in https://github.com/breez/breez-sdk/pull/686
* Fix sdk-flutter Kotlin bindings source by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/688
* rename sweep to redeem_onchain_funds by ubbabeck in https://github.com/breez/breez-sdk/pull/684
* Bump zerocopy from 0.7.29 to 0.7.31 in /libs by dependabot in https://github.com/breez/breez-sdk/pull/690
* Update flutter rust bridge to latest by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/693
* Bumping lightning and lightning-invoice versions by hydra-yse in https://github.com/breez/breez-sdk/pull/692
* Make code more idiomatic and simple by andrei-21 in https://github.com/breez/breez-sdk/pull/687
* Python package fix for v0.2.12 by dangeross in https://github.com/breez/breez-sdk/pull/697
* v0.2.12 by dangeross in https://github.com/breez/breez-sdk/pull/698
* Bump gl-client by ok300 in https://github.com/breez/breez-sdk/pull/694
* Downcase domain in lightning address and return normalized address by andrei-21 in https://github.com/breez/breez-sdk/pull/695
* Payment expiry for pending payments by ubbabeck in https://github.com/breez/breez-sdk/pull/674
* only iterate over pending payments for update_payment_expirations by ubbabeck in https://github.com/breez/breez-sdk/pull/707
* Improve sync payments by dangeross in https://github.com/breez/breez-sdk/pull/709
* Use a non-zero timeout in our HTTP clients by ok300 in https://github.com/breez/breez-sdk/pull/718
* Allow custom payment metadata inside SDK storage by hydra-yse in https://github.com/breez/breez-sdk/pull/706
* Rerun codegen by dangeross in https://github.com/breez/breez-sdk/pull/721
* Add register webhook to the cli by roeierez in https://github.com/breez/breez-sdk/pull/720
* Document ReceivePaymentResponse fields by ok300 in https://github.com/breez/breez-sdk/pull/719
* document fields of SwapInfo by ubbabeck in https://github.com/breez/breez-sdk/pull/712
* RN iOS emitter fix by dangeross in https://github.com/breez/breez-sdk/pull/722
* Add payment and backup exceptions by ademar111190 in https://github.com/breez/breez-sdk/pull/723
* Fix parsing LUD-17 by replacing `lnurl*` prefix once by andrei-21 in https://github.com/breez/breez-sdk/pull/731
* Add payment metadata functionality to sdk-cli by hydra-yse in https://github.com/breez/breez-sdk/pull/732
* Use Android bindings via Gradle in Flutter package by cnixbtc in https://github.com/breez/breez-sdk/pull/717
* Bump h2 from 0.3.22 to 0.3.24 in /libs by dependabot in https://github.com/breez/breez-sdk/pull/733
* make short_channel_id optional by JssDWt in https://github.com/breez/breez-sdk/pull/736

New Contributors
* hydra-yse made their first contribution in https://github.com/breez/breez-sdk/pull/692

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

0.2.12

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
* Save open channel fee only when needed by roeierez in https://github.com/breez/breez-sdk/pull/660
* Bump openssl from 0.10.57 to 0.10.60 in /libs by dependabot in https://github.com/breez/breez-sdk/pull/662
* Update breez-sdk-kmp Kotlin version to 1.9.21 by angelix in https://github.com/breez/breez-sdk/pull/665
* Add BreezSDK.swift as an on demand resource on Flutter plugin by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/664
* Emit the InvoicePaid event before the sync by dangeross in https://github.com/breez/breez-sdk/pull/661
* Bump RN versions to 0.2.10 by dangeross in https://github.com/breez/breez-sdk/pull/663
* Update `flutter_rust_bridge` to `v1.82.4`(latest) by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/669
* Add Kotlin bindings to Flutter plugin by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/670
* Add Kotlin bindings to flutter CI by JssDWt in https://github.com/breez/breez-sdk/pull/672
* Ensure outgoing payment exists in greenlight. by roeierez in https://github.com/breez/breez-sdk/pull/671
* Don't override pending payments. by roeierez in https://github.com/breez/breez-sdk/pull/678
* fix: typo in README.md by rustaceanrob in https://github.com/breez/breez-sdk/pull/675
* Revert "Schedule signer if `GL::connect()` has seed and creds" by ok300 in https://github.com/breez/breez-sdk/pull/683


**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.2.10...0.2.12

0.2.10

Features & Bug fixes
* Amount is now populated in failed payments.
* InvoicePaid event now contains payment information
* Greenlight node credentials are now exposed
* Add API to report payment failures (https://sdk-doc.breez.technology/guide/service_status.html#reporting-a-payment-failure)
* Add API to get service health status (https://sdk-doc.breez.technology/guide/service_status.html#health-check-status)
* Bug fixes

What's Changed
* Persist failed payment amount by dangeross in https://github.com/breez/breez-sdk/pull/589
* CI: archive go package by JssDWt in https://github.com/breez/breez-sdk/pull/588
* Publish Python package to PyPi by cnixbtc in https://github.com/breez/breez-sdk/pull/569
* ci: fix workflow_call inputs by JssDWt in https://github.com/breez/breez-sdk/pull/600
* CI: match dispatch inputs in workflow_call by JssDWt in https://github.com/breez/breez-sdk/pull/602
* Add `register_notifications()` service call by ok300 in https://github.com/breez/breez-sdk/pull/597
* CI: make python buildable from remote repo by JssDWt in https://github.com/breez/breez-sdk/pull/604
* Include payment information in `InvoicePaid`-event by dleutenegger in https://github.com/breez/breez-sdk/pull/593
* ci: archive react native package by JssDWt in https://github.com/breez/breez-sdk/pull/605
* Fix RN workingDir and disconnect handling by dangeross in https://github.com/breez/breez-sdk/pull/571
* Expose the Greenlight node credentials by dangeross in https://github.com/breez/breez-sdk/pull/601
* Build python wheels for 3.11 and 3.12 by cnixbtc in https://github.com/breez/breez-sdk/pull/608
* use req for sweepRequest by ubbabeck in https://github.com/breez/breez-sdk/pull/603
* Fix publish Python matrix for Linux wheels by cnixbtc in https://github.com/breez/breez-sdk/pull/613
* Fix faulty repo checkout in Python workflow by cnixbtc in https://github.com/breez/breez-sdk/pull/616
* Fix Golang bindings build by dangeross in https://github.com/breez/breez-sdk/pull/611
* Set the uniffi-bindgen-go tag in the CI by dangeross in https://github.com/breez/breez-sdk/pull/617
* Validate bolt11 network by dangeross in https://github.com/breez/breez-sdk/pull/586
* Trigger GL stop on SDK disconnect by ok300 in https://github.com/breez/breez-sdk/pull/612
* Bump RN versions to 0.2.9 by dangeross in https://github.com/breez/breez-sdk/pull/607
* Fix potential max_allowed_to_receive_msats underflow by dangeross in https://github.com/breez/breez-sdk/pull/619
* Fix clippy errors by danielgranhao in https://github.com/breez/breez-sdk/pull/622
* Only include the LSP hop hint if a channel open is needed by dangeross in https://github.com/breez/breez-sdk/pull/624
* Persist payment attempts before starting by danielgranhao in https://github.com/breez/breez-sdk/pull/621
* use sanitized bolt11 invoice for send_payment by JssDWt in https://github.com/breez/breez-sdk/pull/631
* Persist pending payment amount by dleutenegger in https://github.com/breez/breez-sdk/pull/623
* Bump Greenlight dependency by ok300 in https://github.com/breez/breez-sdk/pull/625
* Report payment failures by dangeross in https://github.com/breez/breez-sdk/pull/627
* Add lsp_info to the CLI by dangeross in https://github.com/breez/breez-sdk/pull/633
* Log full list of payments on trace instead of debug by ok300 in https://github.com/breez/breez-sdk/pull/640
* set optional request fields to null in udl by JssDWt in https://github.com/breez/breez-sdk/pull/642
* Validate selected LSP by dangeross in https://github.com/breez/breez-sdk/pull/638
* one command for code generation by JssDWt in https://github.com/breez/breez-sdk/pull/644
* Remove command "stop" from `disconnect` and NodeAPI trait by ok300 in https://github.com/breez/breez-sdk/pull/646
* Bump rustix from 0.37.20 to 0.37.27 in /libs by dependabot in https://github.com/breez/breez-sdk/pull/651
* Bump babel/traverse from 7.17.12 to 7.23.4 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/650
* Bump activesupport from 6.1.5.1 to 6.1.7.6 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/649
* Bump babel/traverse from 7.18.2 to 7.23.4 in /libs/sdk-react-native by dependabot in https://github.com/breez/breez-sdk/pull/648
* Bump browserify-sign from 4.2.1 to 4.2.2 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/647
* Return success on failure to decrypt AES success action by andrei-21 in https://github.com/breez/breez-sdk/pull/637
* Bump word-wrap from 1.2.3 to 1.2.5 in /libs/sdk-react-native by dependabot in https://github.com/breez/breez-sdk/pull/653
* Bump semver from 5.7.1 to 5.7.2 in /libs/sdk-react-native by dependabot in https://github.com/breez/breez-sdk/pull/654
* Bump word-wrap from 1.2.3 to 1.2.5 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/655
* Bump semver from 5.7.1 to 5.7.2 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/656
* Validate RN optional field values by dangeross in https://github.com/breez/breez-sdk/pull/652
* Bump tough-cookie from 4.0.0 to 4.1.3 in /libs/sdk-react-native by dependabot in https://github.com/breez/breez-sdk/pull/658
* Bump tough-cookie from 4.0.0 to 4.1.3 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/659

New Contributors
* dependabot made their first contribution in https://github.com/breez/breez-sdk/pull/651
* andrei-21 made their first contribution in https://github.com/breez/breez-sdk/pull/637

**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.2.9...0.2.10

0.2.9

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
* Extend payment type filter to include `ClosedChannels` type by dleutenegger in https://github.com/breez/breez-sdk/pull/521
* Bump Greenlight dependency by ok300 in https://github.com/breez/breez-sdk/pull/552
* Allow multiple logs listeners by ademar111190 in https://github.com/breez/breez-sdk/pull/553
* Fee calculation and presentation by ademar111190 in https://github.com/breez/breez-sdk/pull/294
* Bump example app to 0.2.7 by dangeross in https://github.com/breez/breez-sdk/pull/554
* Implement `prepare_refund()` by danielgranhao in https://github.com/breez/breez-sdk/pull/548
* Upgrade Flutter requirement to latest stable(3.13.8) by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/549
* ignore .env and .envrc by ubbabeck in https://github.com/breez/breez-sdk/pull/558
* Bump Greenlight dependency by ok300 in https://github.com/breez/breez-sdk/pull/560
* Add Default trait, util constructor for Request args by ok300 in https://github.com/breez/breez-sdk/pull/559
* Rerun RN codegen to generate functions to convert enum sequences by dangeross in https://github.com/breez/breez-sdk/pull/567
* check git status of react native and flutter by JssDWt in https://github.com/breez/breez-sdk/pull/566
* CI: run flutter analysis by JssDWt in https://github.com/breez/breez-sdk/pull/568
* Error codes by dangeross in https://github.com/breez/breez-sdk/pull/469
* rename PaymentTypeFilter ClosedChannels enum to ClosedChannel by ubbabeck in https://github.com/breez/breez-sdk/pull/573
* improve error on empty string invoice by JssDWt in https://github.com/breez/breez-sdk/pull/576
* Add model docs: time fields are epoch time in seconds by ok300 in https://github.com/breez/breez-sdk/pull/578
* Fix breez-sdk-flutter files on name changes by JssDWt in https://github.com/breez/breez-sdk/pull/577
* fix flutter bridge by JssDWt in https://github.com/breez/breez-sdk/pull/581
* throw on error in C tests by JssDWt in https://github.com/breez/breez-sdk/pull/580
* Make CI callable from remote repo by JssDWt in https://github.com/breez/breez-sdk/pull/579
* Update prepare_refund to return a SdkResult by dangeross in https://github.com/breez/breez-sdk/pull/582
* Update deplay before triggering jitpack build by cnixbtc in https://github.com/breez/breez-sdk/pull/415
* Bump ecies dependency by ok300 in https://github.com/breez/breez-sdk/pull/587
* Migrate remaining pb:: dependencies to cln::* by ok300 in https://github.com/breez/breez-sdk/pull/585
* Add payment hash to `lnurl_pay()` return type by dleutenegger in https://github.com/breez/breez-sdk/pull/550
* Schedule signer if `GL::connect()` has seed and creds by ok300 in https://github.com/breez/breez-sdk/pull/596
* Fallback to a listed LSP if the default is not available by dangeross in https://github.com/breez/breez-sdk/pull/592
* Send onchain the largest amount possible by roeierez in https://github.com/breez/breez-sdk/pull/466
* Include `SwapInfo` in `Payment` resulting from swap by danielgranhao in https://github.com/breez/breez-sdk/pull/555


**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.2.7...0.2.9

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.