Skip to content

Commit c2a1ed8

Browse files
authored
Release/v0.9.2 (#474)
* Updated version numbers * Updated changelog
1 parent 210b546 commit c2a1ed8

File tree

11 files changed

+32
-17
lines changed

11 files changed

+32
-17
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v0.9.2](https://github.com/nymtech/nym/tree/v0.9.2) (2020-11-26)
4+
5+
[Full Changelog](https://github.com/nymtech/nym/compare/v0.9.1...v0.9.2)
6+
7+
This release brings networking improvements, eliminating blocking calls and improving mixnode and gateway scalability.
8+
9+
**Fixed bugs:**
10+
11+
- Putting initial packet onto the queue when establishing connection [\#471](https://github.com/nymtech/nym/pull/471) ([jstuczyn](https://github.com/jstuczyn))
12+
13+
**Merged pull requests:**
14+
15+
- Minor mixnet client code simplification and optimization [\#472](https://github.com/nymtech/nym/pull/472) ([jstuczyn](https://github.com/jstuczyn))
16+
317
## [v0.9.1](https://github.com/nymtech/nym/tree/v0.9.1) (2020-11-24)
418

519
[Full Changelog](https://github.com/nymtech/nym/compare/v0.9.0...v0.9.1)
@@ -33,6 +47,7 @@ See the changelog for detailed release notes.
3347
- Gateway reconnections \(simple\) [\#457](https://github.com/nymtech/nym/issues/457)
3448
- Slow down network monitor sending rate [\#455](https://github.com/nymtech/nym/issues/455)
3549
- Deploy the new explorer on the same box as metrics. [\#433](https://github.com/nymtech/nym/issues/433)
50+
- Too many open files [\#366](https://github.com/nymtech/nym/issues/366)
3651
- nym-mixnode doesn't bind to any port \(Ubuntu 20.04\) [\#290](https://github.com/nymtech/nym/issues/290)
3752

3853
**Merged pull requests:**
@@ -249,6 +264,7 @@ This release introduces, among other things, the following improvements:
249264
- could not count to ten properly [\#262](https://github.com/nymtech/nym/pull/262) ([ststefa](https://github.com/ststefa))
250265
- build\(deps\): bump websocket-extensions from 0.1.3 to 0.1.4 in /clients/webassembly/js-example [\#261](https://github.com/nymtech/nym/pull/261) ([dependabot[bot]](https://github.com/apps/dependabot))
251266
- add disabling feature 'offline-test' for network-dependent tests [\#260](https://github.com/nymtech/nym/pull/260) ([hyperfekt](https://github.com/hyperfekt))
267+
- Filtering compatible node versions [\#259](https://github.com/nymtech/nym/pull/259) ([jstuczyn](https://github.com/jstuczyn))
252268

253269
## [v0.7.0](https://github.com/nymtech/nym/tree/v0.7.0) (2020-06-08)
254270

@@ -312,7 +328,6 @@ See the [changelog](https://github.com/nymtech/nym/blob/develop/CHANGELOG.md) fo
312328

313329
**Merged pull requests:**
314330

315-
- Filtering compatible node versions [\#259](https://github.com/nymtech/nym/pull/259) ([jstuczyn](https://github.com/jstuczyn))
316331
- systemd service unit example [\#257](https://github.com/nymtech/nym/pull/257) ([ststefa](https://github.com/ststefa))
317332
- renaming desktop to native client [\#251](https://github.com/nymtech/nym/pull/251) ([futurechimp](https://github.com/futurechimp))
318333
- Adding a pipenv dependencies file to the python client example [\#250](https://github.com/nymtech/nym/pull/250) ([futurechimp](https://github.com/futurechimp))

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/client-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "client-core"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
55
edition = "2018"
66

clients/native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-client"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
55
edition = "2018"
66

clients/socks5/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-socks5-client"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
55
edition = "2018"
66

explorer/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

explorer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-explorer"
3-
version = "0.9.0"
3+
version = "0.9.2"
44
authors = ["dave <futurechimp@users.noreply.github.com>", "Jedrzej Stuczynski <andrew@nymtech.net>"]
55
edition = "2018"
66

gateway/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-gateway"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
55
edition = "2018"
66

mixnode/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-mixnode"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
55
edition = "2018"
66

network-monitor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-network-monitor"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
55
edition = "2018"
66

service-providers/network-requester/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-network-requester"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)