Performance & Optimizations
- Faster startup time (less than a second for the SDK to be ready for payment)
- Reduce TLS handshakes to greenlight by using one gRPC connection.
Simpler API
- Introducing `connect` method for Simple initialization. One initialization code for all cases (register, recover, existing)
Features
- Seamless realtime backups
- Sending on-chain (reverse swap).
Binding
- Added support for golang, csharp and python.
What's Changed
* Bump Greenlight dependency by ok300 in https://github.com/breez/breez-sdk/pull/300
* Input Parser: Add extended support for Node ID (possible Node URI) by ok300 in https://github.com/breez/breez-sdk/pull/301
* Fix different impl member order from the trait warning by ademar111190 in https://github.com/breez/breez-sdk/pull/297
* Apply connect API changes to sdk-flutter by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/305
* Reuse greenlight connection by roeierez in https://github.com/breez/breez-sdk/pull/304
* Rn connect api by roeierez in https://github.com/breez/breez-sdk/pull/306
* Connect API by roeierez in https://github.com/breez/breez-sdk/pull/303
* Fix RN NodeConfig transmission by dangeross in https://github.com/breez/breez-sdk/pull/308
* Lazy connection to greenlight to improve startup time by roeierez in https://github.com/breez/breez-sdk/pull/309
**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.1.1...0.1.2