Skip to content

Releases: lightsail-network/java-stellar-sdk

0.41.0-beta.2

21 Aug 08:38
bb68109
Compare
Choose a tag to compare
0.41.0-beta.2 Pre-release
Pre-release
  • Migrate from CircleCI to GitHub Actions. (#512)

0.41.0-beta.1

18 Aug 11:14
8be63cd
Compare
Choose a tag to compare
0.41.0-beta.1 Pre-release
Pre-release
  • Use JDK 11 for CI builds. (#511)

0.41.0-beta.0

16 Aug 08:56
ef91404
Compare
Choose a tag to compare
0.41.0-beta.0 Pre-release
Pre-release

Changes

  • Add support for Soroban Preview 10. The sdk is only compatible with the Soroban RPC v0.9.2 from Preview 10. (#490)
  • Correct the data type of certain fields to store the expected design values. (#497)
  • Add source account comparison to ClawbackClaimableBalanceOperation, LiquidityPoolWithdrawOperation, and LiquidityPoolDepositOperation for equality check. (#484)
  • Add basic implementation of liquidity_pools?account (#426)

Breaking changes

  • Utils.claimableBalanceIdToXDR and Utils.xdrToClaimableBalanceId have been removed. (#503)
  • The types of the following fields have changed. (#498)
    field before now
    LedgerBounds.minLedger int long
    LedgerBounds.maxLedger int long
    MemoId.id long BigInteger
    TimeBounds.minTime long BigInteger
    TimeBounds.maxTime long BigInteger
    TransactionBuilder.baseFee int long
    TransactionPreconditions.TIMEOUT_INFINITE long BigInteger
    TransactionPreconditions.minSeqAge Long BigInteger
    TransactionPreconditions.minSeqLedgerGap int long

0.40.0

01 May 20:51
54278f4
Compare
Choose a tag to compare

What's Changed

  • Add strkey support for contract ids by @tamirms in #471
  • Fix NPE in KeyPair.equals() method by @Ifropc in #474
  • Avoid to have unexpected exception on status code 429 TooManyRequests by @vinamogit in #433

Full Changelog: 0.39.0...0.40.0

0.39.0

09 Mar 19:07
b97b33d
Compare
Choose a tag to compare

Changes

  • Add SubmitTransactionResponse.ResultCodes.innerTransactionResultCode (#466)

0.38.0

03 Dec 02:01
57cf17b
Compare
Choose a tag to compare

Changes

  • Fix android crashing related to okhttp3 (#457)

0.37.2

11 Aug 01:06
3255ceb
Compare
Choose a tag to compare

Changes

  • Fix the deployment CI that uploads the jar to the GitHub release [2]. (#453)

0.37.1

08 Aug 17:31
417a84b
Compare
Choose a tag to compare

Changes

  • Fix the deployment CI that uploads the jar to the GitHub release. (#452)

0.37.0

08 Aug 04:20
b2a9341
Compare
Choose a tag to compare
  • Add missing field auth_crawback_enabled of AccountResponse class. (#442)

0.36.0

25 Jul 19:50
7ad758b
Compare
Choose a tag to compare
  • Fix bug in KeyPair.fromSecretSeed(char[] seed). (#447)
  • Shade kotlin dependencies to prevent 'Duplicate class' errors. (#448)