- Add invoice expirySecs to the invoice creation functions - Return Invoice object instead of InvoiceData so that you can store the Invoice ID if needed - Lots of docs improvements - Allow fetching transactions and invoices for a wallet tied to the current account.
1.2.0
- Adding 2 new functions for test mode: - `create_test_mode_invoice` which can give you an encoded lightning invoice that can be paid from your test wallet via the payInvoice function - `create_test_mode_payment` to pay an invoice created from your test wallet via createInvoice
1.1.0
- Adding the ability to manage wallets tied to the current account. See `Account.get_wallets()` and the `Wallet` object.
1.0.0
- Added ability to create amp invoice. - Fixed request_withdrawal.
0.9.1
Fixed a bug with paying invoices without specifying amount_msats.
0.9.0
Early beta preview of what will be our 1.0.0 release API. This is a major breaking change from the previous version of the SDK with a cleaner API surface and some nice new feature improvements from early feedback.