Skip to content

Releases: lightsail-network/java-stellar-sdk

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)

0.35.0

19 Jul 17:38
423f55e
Compare
Choose a tag to compare

Changes

  • Update JDK compatibility version from Java 1.6 to Java 1.8 and bump the version of few libraries (#444):
    • com.squareup.okhttp3 from v3.11.0 to v4.10.0.
    • commons-io:commons-io from v2.6 to v2.11.0.
    • junit:junit from v4.12 to v4.13.2.
    • org.threeten:threetenbp from v1.4.4 to v1.6.0.
    • org.mockito:mockito-core from v2.21.0 to v4.6.1.
    • javax.xml.bind:jaxb-api from v2.3.0 to v2.3.1.

0.34.2

13 Jul 19:15
54e8920
Compare
Choose a tag to compare

Changes

  • Bump gson version from v2.8.5 to v2.9.0. (#443)

0.34.1

30 Jun 20:50
1d9a83e
Compare
Choose a tag to compare

Changes

  • Fix the Sep10Challenge.verifyTransactionSignatures method to handle/ignore signers that are not ed25519 compliant. (#440)

0.34.0

01 Jun 22:50
c14bca7
Compare
Choose a tag to compare

Changes

  • Add memo to Sep10Challenge.newChallenge() and Sep10Challenge.readChallengeTransaction. (#435)

0.33.0

05 May 01:16
92cb3f4
Compare
Choose a tag to compare

Changes

  • Update TransactionResponse to include new Protocol 19 Preconditions (#428).
  • Fix asset compare to when asset code are equals (#424).
  • LiquidityPoolIDDeserializer is missing from the PageDeserializer. (#422)