From e56f38b301f8bd51c547eafe09b1090d0487395d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:02:47 -0700 Subject: [PATCH] Merge release/lightspark-sdk-v0.20.0 into main (#239) * Add the uma-configuration file to the demo VASP * adding sending / receiving vasp methods for demo * change path for requesting invoice * adding basic receiver vasp methods * remove duplicate code for create invoices * change to fetching well known configuration from sending vasp * revert to previous endpoint * adding sender vasp demo endpoints * nits and such * moving parameter to json body * Update SendingVasp.kt * ms -> s * Add explicit timeouts to the Requester * Create SECURITY.md * Regenerating SDKs following introspection of schemas. * Bump ci runners to macos-13. (#214) * Expose idempotency keys for operations which allow them. (#212) * Add the outgoing_payment_for_idempotency_key query. (#213) * Merge release/lightspark-sdk-v0.19.0 into develop (#215) This PR was automatically created by the release branch cut workflow.\nSDK=lightspark-sdk\nVERSION=0.19.0 Co-authored-by: runner * Remove an extra param for outgoing_payment_for_idempotency_key (#219) This was accidental copy-pasta. * Bump lightspark-sdk to version 0.19.1 * Fix non uma lnurl path (#224) * Bump sdk version, use standard errors in UMA demo vasp (#226) * Added paymentHash and preimageNonce params to createInvoice, createLnurlInvoice, and createUmaInvoice and their respective mutations from all 3 clients. * Added releasePaymentPreimage functions to all 3 kotlin clients * Update Gradle version * Fix misnamed buckets ldev.web-dev -> lsdev.web-dev * Rename to lightspark-dev-web.web-dev * Switch to CENTRAL_PORTAL for maven publishing (#235) * Bump core to version 0.6.1 * Bump lightspark-sdk to version 0.20.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jeremy Klein Co-authored-by: Matt Davis Co-authored-by: Matt Davis Co-authored-by: Joel Weinberger Co-authored-by: Jason Wang Co-authored-by: Jason Wang Co-authored-by: runner Co-authored-by: runner Co-authored-by: Shreya Vissamsetti Co-authored-by: Aaryaman Bhute Co-authored-by: Aaryaman Bhute <35084309+AaryamanBhute@users.noreply.github.com> Co-authored-by: Alex Weil Co-authored-by: Alex Weil Co-authored-by: runner Co-authored-by: runner --- lightspark-sdk/README.md | 4 ++-- lightspark-sdk/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lightspark-sdk/README.md b/lightspark-sdk/README.md index 14577555..308e846a 100644 --- a/lightspark-sdk/README.md +++ b/lightspark-sdk/README.md @@ -17,14 +17,14 @@ Start by installing the SDK from maven: **build.gradle:** ```groovy dependencies { - implementation "com.lightspark:lightspark-sdk:0.19.1" + implementation "com.lightspark:lightspark-sdk:0.20.0" } ``` or with **build.gradle.kts:** ```kotlin dependencies { - implementation("com.lightspark:lightspark-sdk:0.19.1") + implementation("com.lightspark:lightspark-sdk:0.20.0") } ``` diff --git a/lightspark-sdk/gradle.properties b/lightspark-sdk/gradle.properties index 399428d5..93bbdec8 100644 --- a/lightspark-sdk/gradle.properties +++ b/lightspark-sdk/gradle.properties @@ -1,7 +1,7 @@ GROUP=com.lightspark POM_ARTIFACT_ID=lightspark-sdk # Don't bump this manually. Run `scripts/versions.main.kt ` to bump the version instead. -VERSION_NAME=0.19.1 +VERSION_NAME=0.20.0 POM_DESCRIPTION=The Lightspark API SDK for Kotlin and Java. POM_INCEPTION_YEAR=2023