- Removes default params on graphql mutations `PayUmaInvoice` and `CreateUmaInvoice`
2.10.0
- Add extra params to `create_uma_invoice` and `pay_uma_invoice` for analytics.
2.9.0
- Add new `invoice_for_payment_hash` query.
2.8.0
- Add idempotency where useful! - Add optional `idempotency_key` to `pay_invoice` and `request_withdrawal`. - Add `idempotency_key` to `OutgoingPayment` and `Withdrawal` objects. - Add new `outgoing_payment_for_idempotency_key` query.
2.7.1
- Minor type fix in the `outgoing_payments_for_payment_hash` query.
2.7.0
- Add `fail_htlcs` function to cancel pending htlcs (for example for HODL invoices). - Add `outgoing_payments_for_payment_hash` to get all outgoing payments for a specific hash. - Compress requests and support zstd.