Skip to content

Commit e56f38b

Browse files
github-actions[bot]jklein24matthappensjoelweinbergerJasonCWang
authored
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 <[email protected]> * 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 <[email protected]> Co-authored-by: Matt Davis <[email protected]> Co-authored-by: Matt Davis <[email protected]> Co-authored-by: Joel Weinberger <[email protected]> Co-authored-by: Jason Wang <[email protected]> Co-authored-by: Jason Wang <[email protected]> Co-authored-by: runner <[email protected]> Co-authored-by: runner <[email protected]> Co-authored-by: Shreya Vissamsetti <[email protected]> Co-authored-by: Aaryaman Bhute <[email protected]> Co-authored-by: Aaryaman Bhute <[email protected]> Co-authored-by: Alex Weil <[email protected]> Co-authored-by: Alex Weil <[email protected]> Co-authored-by: runner <[email protected]> Co-authored-by: runner <[email protected]>
1 parent f7fc5d2 commit e56f38b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lightspark-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Start by installing the SDK from maven:
1717
**build.gradle:**
1818
```groovy
1919
dependencies {
20-
implementation "com.lightspark:lightspark-sdk:0.19.1"
20+
implementation "com.lightspark:lightspark-sdk:0.20.0"
2121
}
2222
```
2323

2424
or with **build.gradle.kts:**
2525
```kotlin
2626
dependencies {
27-
implementation("com.lightspark:lightspark-sdk:0.19.1")
27+
implementation("com.lightspark:lightspark-sdk:0.20.0")
2828
}
2929
```
3030

lightspark-sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=com.lightspark
22
POM_ARTIFACT_ID=lightspark-sdk
33
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
4-
VERSION_NAME=0.19.1
4+
VERSION_NAME=0.20.0
55

66
POM_DESCRIPTION=The Lightspark API SDK for Kotlin and Java.
77
POM_INCEPTION_YEAR=2023

0 commit comments

Comments
 (0)