Skip to content

Commit

Permalink
Merge pull request #305 from tonlabs/1.5.0-rc
Browse files Browse the repository at this point in the history
Version 1.5.0
  • Loading branch information
g9d authored Dec 24, 2020
2 parents 1ea744e + f66acd7 commit 9f1d18e
Show file tree
Hide file tree
Showing 51 changed files with 2,628 additions and 895 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Release Notes
All notable changes to this project will be documented in this file.

## 1.5.0 Dec 25, 2020

### New
- `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 receieve available endpoints from server.
- `net.set_endpoints` function to set endpoints list for using on next reconnect.
- `ErrorCode` type in each module spec in `api.json`.

### Fixed
- send `GQL_TERMINATE_CONNECTION` and close websocket on leaving ws loop.

## 1.4.0 Dec 18, 2020

### New
Expand Down
2 changes: 1 addition & 1 deletion api/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_derive"
version = "1.4.0"
version = "1.5.0"
authors = ["Michael Vlasov <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion api/info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_info"
version = "1.4.0"
version = "1.5.0"
authors = ["Michael Vlasov <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion api/test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_test"
version = "1.3.0"
version = "1.5.0"
authors = ["Michael Vlasov <[email protected]>"]
edition = "2018"

Expand Down
Loading

0 comments on commit 9f1d18e

Please sign in to comment.