Skip to content

v10.1.0

Compare
Choose a tag to compare
@Shaptic Shaptic released this 18 Apr 18:28
· 104 commits to master since this release
d48dbb8

This is a promotion without changes from v10.1.0-beta.0. Its CHANGELOG is replicated below.

Add

  • Support for Protocol 19 (#775):

    • new precondition fields on a TransactionResponse
    • new account fields on AccountResponse and AccountRecord
    • bumping stellar-base to the latest beta version
  • Add a way to filter offers by seller: OfferCallBuilder.seller(string), corresponding to GET /offers?seller=<string> (#773).

Fix

  • Add missing field to account responses: last_modified_time which is the time equivalent of the existing last_modified_ledger (#770).

  • Stop opening extra connections when SSE streams receive event: close events (#772).

  • Fix SSE streams not loading under React Native (thank you, @hunterpetersen!) (#761).