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
AccountResponseandAccountRecord - bumping
stellar-baseto the latest beta version
- new precondition fields on a
-
Add a way to filter offers by seller:
OfferCallBuilder.seller(string), corresponding toGET /offers?seller=<string>(#773).
Fix
-
Add missing field to account responses:
last_modified_timewhich is the time equivalent of the existinglast_modified_ledger(#770). -
Stop opening extra connections when SSE streams receive
event: closeevents (#772). -
Fix SSE streams not loading under React Native (thank you, @hunterpetersen!) (#761).