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