- Binaries updated to `1.5.2`; - `net` module functions wait for `net.resume` call instead of returning error if called while the module is suspended.
1.5.1.0
- Binaries updated to `1.5.1`. See https://github.com/tonlabs/TON-SDK/blob/master/CHANGELOG.md for details.
1.5.0.0
- `reconnect_timeout` parameter in `NetworkConfig`; - `endpoints` parameter in `NetworkConfig`. It contains the list of available server addresses to connect. SDK will use one them with the least connect time. `server_address` parameter is still supported but endpoints is prevailing; - `net.fetch_endpoints` function to receive available endpoints from the server; - `net.set_endpoints` function to set endpoints list for using on next reconnect; - `ErrorCode` type for each module. See `types.[MODULE]ErrorCode`.
1.4.0.1
- Core improvement: using `concurrent.future` along with `asyncio.future` for response resolving