Releases: lightsparkdev/python-sdk
Releases · lightsparkdev/python-sdk
v2.10.2
13 Oct 19:05
Compare
Sorry, something went wrong.
No results found
Properly escape backlashes in E614_REGEX
Improve webhook request validation and test coverage
v2.10.1
22 Jul 19:09
Compare
Sorry, something went wrong.
No results found
Removes default params on graphql mutations PayUmaInvoice and CreateUmaInvoice
v2.10.0
11 Jul 23:22
Compare
Sorry, something went wrong.
No results found
What's Changed
Add extra params to create_uma_invoice and pay_uma_invoice for analytics.
v2.9.0
13 Jun 17:35
Compare
Sorry, something went wrong.
No results found
What's Changed
Add invoice_for_payment_hash query.
v2.8.0
15 May 00:21
Compare
Sorry, something went wrong.
No results found
What's Changed
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.
v2.7.1
14 May 16:45
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix a type issue in the outgoing_payments_for_payment_hash query
v2.7.0
14 May 02:47
Compare
Sorry, something went wrong.
No results found
What's Changed
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.
v2.6.0
08 Mar 23:22
Compare
Sorry, something went wrong.
No results found
What's Changed
Use a 64-bit nonce for signed requests to avoid conflicts.
Add is_internal_payment fields to payment objects.
Add multisig_wallet_address_validation_parameters to support validating node wallet addresses used for deposits.
Add incoming_payments_for_invoice to get all incoming payments for an invoice.
v2.5.1
26 Jan 02:57
Compare
Sorry, something went wrong.
No results found
What's Changed
Make get_decoded_payment_request return an InvoiceData type.
Fix license and readme file paths in the setup.cfg to ensure they're included in the pypi package.
v2.5.0
11 Jan 17:55
Compare
Sorry, something went wrong.
No results found
What's Changed
Add is_uma flag to payment objects. Note that this is only accurate for payments/invoices created with create_uma_invoice or pay_uma_invoice.
Tweak the ChannelSnapshot object to make it more expressive.
Include type info in the package release.