Releases: stellar/kotlin-wallet-sdk
Releases · stellar/kotlin-wallet-sdk
Release list
3.0.0 — Final release (deprecated)
⚠️ Deprecation Notice
The Kotlin Wallet SDK has been discontinued. There is no direct Kotlin/Java successor.
Wallet SDKs remain actively maintained in:
- TypeScript — https://github.com/stellar/typescript-wallet-sdk
- Flutter (Dart) — https://github.com/Soneso/stellar_wallet_flutter_sdk
- Swift — https://github.com/Soneso/stellar-swift-wallet-sdk
If you need to stay on the JVM, you can use the lower-level Java Stellar SDK directly, but you will need to implement SEP protocols (SEP-1/10/12/24/30) yourself.
Version 3.0.0 is the final release. No further updates will be published.
Changes since 2.0.0
- [HOTFIX] Removed unused print action by @lijamie98 in #163
- Fix README versions and links by @lijamie98 in #164
- Validate SEP-10 challenge transaction by @CassioMG in #168
- Improve logging hygiene in anchor response handling by @CassioMG in #169
- Bump toolchain (Kotlin 1.9.25, Gradle 8.5, Detekt 1.23.7, Dokka 1.9.20), migrate publishing to Sonatype Central Portal, deprecate SDK by @CassioMG in #170
Full Changelog: 2.0.0...3.0.0
2.1.0 (failed to publish)
What's Changed
- [HOTFIX] Removed unused print action by @lijamie98 in #163
- Fix README versions and links by @lijamie98 in #164
- Validate challenge transaction by @CassioMG in #168
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- Set transaction_id in SEP-12 PUT body by @philipliu in #139
- Bump java-stellar-sdk to 1.0.0. by @overcat in #158
Full Changelog: 1.7.1...2.0.0
1.7.2
What's Changed
- Set transaction_id in SEP-12 PUT body by @philipliu in #139
Full Changelog: 1.7.1...1.7.2
1.7.1
What's Changed
- Make
withdraw_anchor_accountoptional by @philipliu in #136 - Bump version to 1.7.1 by @philipliu in #137
Full Changelog: 1.7.0...1.7.1
1.7.0
What's Changed
- Add
transaction_idto SEP-12 requests by @philipliu in #134 - Bump version to 1.7.0 by @philipliu in #135
Full Changelog: 1.6.0...1.7.0
1.6.0
1.5.1
What's Changed
- Add CodeQL config by @kanwalpreetd in #130
- Make some refund fields optional by @ifropc in #132
New Contributors
- @kanwalpreetd made their first contribution in #130
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- [ANCHOR-636] Clean up deprecation for fee_details by @JiahuiWho in #129
New Contributors
- @JiahuiWho made their first contribution in #129
Full Changelog: 1.4.0...1.5.0