You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.
4
4
5
+
## 0.6.0
6
+
7
+
***Breaking change**`CallBuilder.stream` now reconnects when no data was received for a long time.
8
+
This is to prevent permanent disconnects (more in: [#76](https://github.com/stellar/js-stellar-sdk/pull/76)).
9
+
Also, this method now returns `close` callback instead of `EventSource` object.
10
+
***Breaking change**`Server.loadAccount` now returns the `AccountResponse` object.
11
+
***Breaking change** Upgraded `stellar-base` to `0.6.0`. `ed25519` package is now an optional dependency. Check `StellarSdk.fastSigning` variable to check if `ed25519` package is available. More in README file.
12
+
* New `StellarTomlResolver` class that allows getting `stellar.toml` file for a domain.
0 commit comments