Skip to content

Releases: lightsail-network/java-stellar-sdk

0.1.11

10 Jul 15:29
Compare
Choose a tag to compare
  • Added ability to set TimeBounds using Transaction.Builder
  • Implemented /order_book and /order_book/trades requests.

0.1.10

12 Jun 12:27
Compare
Choose a tag to compare
  • Fixed a bug in AssetDeserializer.
  • Fixed a bug in TransactionResponse.

0.1.9

15 Feb 10:01
Compare
Choose a tag to compare
  • Support for new signer types: sha256Hash, preAuthTx.
  • Breaking change Network must be explicitly selected. Previously testnet was a default network.

0.1.8

03 Nov 15:19
Compare
Choose a tag to compare
  • New location of stellar.toml file

0.1.7

12 Sep 11:50
Compare
Choose a tag to compare
  • Support for ManageData operation (c5faa15),
  • AccountFlag enum (4b67e2d).

0.1.6

21 Mar 16:51
Compare
Choose a tag to compare
  • Fixed a bug in OffersRequestBuilder.execute(URI uri)
    (799f0df).

0.1.5

14 Mar 15:16
Compare
Choose a tag to compare
  • Offers for Accounts (d5225bc),
  • Add Helper methods for SubmitTransactionResponse (6d14284).

0.1.4

25 Feb 12:30
Compare
Choose a tag to compare

0.1.3

24 Feb 11:51
Compare
Choose a tag to compare
  • Added ResultCodes to SubmitTransactionResponse (79e2260).

0.1.2

23 Feb 12:31
Compare
Choose a tag to compare
  • Rate limiting data in responses (e0ee7f1).
  • Fixed a bug in Transaction.Builder.build() (657c720).