Merge branch 'release/v0.4.0'

This commit is contained in:
Dave Hrycyszyn
2020-01-28 16:27:15 +00:00
6 changed files with 23 additions and 10 deletions
+15 -2
View File
@@ -2,7 +2,17 @@
## [Unreleased](https://github.com/nymtech/nym/tree/HEAD)
[Full Changelog](https://github.com/nymtech/nym/compare/v0.4.0-rc.1...HEAD)
[Full Changelog](https://github.com/nymtech/nym/compare/0.4.0-rc.2...HEAD)
Nym 0.4.0 Platform
In this release, we're taking a lot more care with version numbers, so that we can ensure upgrade compatibility for mixnodes, providers, clients, and validators more easily.
This release also integrates a health-checker and network topology refresh into the Nym client, so that the client can intelligently choose paths which route around any non-functional or incompatible nodes.
## [0.4.0-rc.2](https://github.com/nymtech/nym/tree/0.4.0-rc.2) (2020-01-28)
[Full Changelog](https://github.com/nymtech/nym/compare/v0.4.0-rc.1...0.4.0-rc.2)
**Merged pull requests:**
@@ -72,6 +82,10 @@
[Full Changelog](https://github.com/nymtech/nym/compare/v0.3.1...v0.3.2)
**Merged pull requests:**
- Feature/separate presence address [\#59](https://github.com/nymtech/nym/pull/59) ([jstuczyn](https://github.com/jstuczyn))
## [v0.3.1](https://github.com/nymtech/nym/tree/v0.3.1) (2020-01-16)
[Full Changelog](https://github.com/nymtech/nym/compare/v0.3.0...v0.3.1)
@@ -98,7 +112,6 @@
**Merged pull requests:**
- Feature/separate presence address [\#59](https://github.com/nymtech/nym/pull/59) ([jstuczyn](https://github.com/jstuczyn))
- Feature/client topology filtering [\#54](https://github.com/nymtech/nym/pull/54) ([jstuczyn](https://github.com/jstuczyn))
- print public key for nym client tools [\#53](https://github.com/nymtech/nym/pull/53) ([mileschet](https://github.com/mileschet))
- Showing binding warning on binding to localhost, 0.0.0.0 or 127.0.0.1 [\#52](https://github.com/nymtech/nym/pull/52) ([jstuczyn](https://github.com/jstuczyn))
Generated
+4 -4
View File
@@ -1343,7 +1343,7 @@ dependencies = [
[[package]]
name = "nym-client"
version = "0.4.0-rc.2"
version = "0.4.0"
dependencies = [
"addressing",
"bs58",
@@ -1375,7 +1375,7 @@ dependencies = [
[[package]]
name = "nym-mixnode"
version = "0.4.0-rc.2"
version = "0.4.0"
dependencies = [
"addressing",
"bs58",
@@ -1393,7 +1393,7 @@ dependencies = [
[[package]]
name = "nym-sfw-provider"
version = "0.4.0-rc.2"
version = "0.4.0"
dependencies = [
"bs58",
"built",
@@ -1417,7 +1417,7 @@ dependencies = [
[[package]]
name = "nym-validator"
version = "0.4.0-rc.2"
version = "0.4.0"
dependencies = [
"built",
"clap",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-mixnode"
version = "0.4.0-rc.2"
version = "0.4.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-client"
version = "0.4.0-rc.2"
version = "0.4.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-sfw-provider"
version = "0.4.0-rc.2"
version = "0.4.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
build = "build.rs"
name = "nym-validator"
version = "0.4.0-rc.2"
version = "0.4.0"
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
edition = "2018"