From 5bd42951648efd824fd23d052dc7eb2625c98fd0 Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Tue, 12 Sep 2023 10:20:34 +0200 Subject: [PATCH] bump versions and update changelog --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 18 +++++++++--------- clients/native/Cargo.toml | 2 +- clients/socks5/Cargo.toml | 2 +- explorer-api/Cargo.toml | 2 +- gateway/Cargo.toml | 2 +- mixnode/Cargo.toml | 2 +- nym-api/Cargo.toml | 2 +- nym-connect/desktop/CHANGELOG.md | 6 ++++++ nym-connect/desktop/package.json | 2 +- nym-connect/desktop/src-tauri/Cargo.toml | 2 +- nym-connect/desktop/src-tauri/tauri.conf.json | 2 +- service-providers/network-requester/Cargo.toml | 2 +- .../network-statistics/Cargo.toml | 2 +- tools/nym-cli/Cargo.toml | 2 +- 15 files changed, 43 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1421d63898..4134fbebda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] +## [v1.1.31-kitkat] (2023-09-12) + +- feat: add name to `TaskClient` ([#3844]) +- added 'open_proxy', 'enabled_statistics' and 'statistics_recipient' to NR config ([#3839]) +- MixFetch: initial prototype for insecure HTTP ([#3645]) +- MixFetch: prototype implementing TLS in WASM for HTTPS ([#3644]) +- SDK: build package for NodeJS ([#3558]) +- [Issue] There is already an open connection to this client ([#2845]) + +[#3844]: https://github.com/nymtech/nym/pull/3844 +[#3839]: https://github.com/nymtech/nym/pull/3839 +[#3645]: https://github.com/nymtech/nym/issues/3645 +[#3644]: https://github.com/nymtech/nym/issues/3644 +[#3558]: https://github.com/nymtech/nym/issues/3558 +[#2845]: https://github.com/nymtech/nym/issues/2845 + ## [v1.1.30-twix] (2023-09-05) - geo_aware_provider: fix too much filtering of gateways ([#3826]) diff --git a/Cargo.lock b/Cargo.lock index d99d5fbbd7..4454ef48e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2927,7 +2927,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "explorer-api" -version = "1.1.28" +version = "1.1.29" dependencies = [ "chrono", "clap 4.3.21", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "nym-api" -version = "1.1.29" +version = "1.1.30" dependencies = [ "actix-web", "anyhow", @@ -6075,7 +6075,7 @@ dependencies = [ [[package]] name = "nym-cli" -version = "1.1.28" +version = "1.1.29" dependencies = [ "anyhow", "base64 0.13.1", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "nym-client" -version = "1.1.28" +version = "1.1.29" dependencies = [ "clap 4.3.21", "dirs 4.0.0", @@ -6478,7 +6478,7 @@ dependencies = [ [[package]] name = "nym-gateway" -version = "1.1.28" +version = "1.1.29" dependencies = [ "anyhow", "async-trait", @@ -6649,7 +6649,7 @@ dependencies = [ [[package]] name = "nym-mixnode" -version = "1.1.29" +version = "1.1.30" dependencies = [ "anyhow", "bs58 0.4.0", @@ -6767,7 +6767,7 @@ dependencies = [ [[package]] name = "nym-network-requester" -version = "1.1.28" +version = "1.1.29" dependencies = [ "anyhow", "async-file-watcher", @@ -6814,7 +6814,7 @@ dependencies = [ [[package]] name = "nym-network-statistics" -version = "1.1.28" +version = "1.1.29" dependencies = [ "dirs 4.0.0", "log", @@ -7006,7 +7006,7 @@ dependencies = [ [[package]] name = "nym-socks5-client" -version = "1.1.28" +version = "1.1.29" dependencies = [ "clap 4.3.21", "lazy_static", diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 1143f4ad60..8b7f695260 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-client" -version = "1.1.28" +version = "1.1.29" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] description = "Implementation of the Nym Client" edition = "2021" diff --git a/clients/socks5/Cargo.toml b/clients/socks5/Cargo.toml index c13f3b8525..03b6fcf5e9 100644 --- a/clients/socks5/Cargo.toml +++ b/clients/socks5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-socks5-client" -version = "1.1.28" +version = "1.1.29" authors = ["Dave Hrycyszyn "] description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address" edition = "2021" diff --git a/explorer-api/Cargo.toml b/explorer-api/Cargo.toml index bd6fed0ae6..79323fe3fe 100644 --- a/explorer-api/Cargo.toml +++ b/explorer-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "explorer-api" -version = "1.1.28" +version = "1.1.29" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index c3b4ea356e..d54d8e1ee7 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-gateway" -version = "1.1.28" +version = "1.1.29" authors = [ "Dave Hrycyszyn ", "Jędrzej Stuczyński ", diff --git a/mixnode/Cargo.toml b/mixnode/Cargo.toml index 91f99e9f81..9efff54500 100644 --- a/mixnode/Cargo.toml +++ b/mixnode/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-mixnode" -version = "1.1.29" +version = "1.1.30" authors = [ "Dave Hrycyszyn ", "Jędrzej Stuczyński ", diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 3fb1c48506..5f5f6a9bd6 100644 --- a/nym-api/Cargo.toml +++ b/nym-api/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-api" -version = "1.1.29" +version = "1.1.30" authors = [ "Dave Hrycyszyn ", "Jędrzej Stuczyński ", diff --git a/nym-connect/desktop/CHANGELOG.md b/nym-connect/desktop/CHANGELOG.md index 371cf6441e..29fcf45d6c 100644 --- a/nym-connect/desktop/CHANGELOG.md +++ b/nym-connect/desktop/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v1.1.21-kitkat] (2023-09-12) + +- NC - Handle failure when config is too old ([#3847]) + +[#3847]: https://github.com/nymtech/nym/issues/3847 + ## [v1.1.20-twix] (2023-09-05) - nym-connect directory error handling ([#3830]) diff --git a/nym-connect/desktop/package.json b/nym-connect/desktop/package.json index 00eececabe..8b147f6324 100644 --- a/nym-connect/desktop/package.json +++ b/nym-connect/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@nym/nym-connect", - "version": "1.1.20", + "version": "1.1.21", "main": "index.js", "license": "MIT", "scripts": { diff --git a/nym-connect/desktop/src-tauri/Cargo.toml b/nym-connect/desktop/src-tauri/Cargo.toml index 1edef0686a..3947434d65 100644 --- a/nym-connect/desktop/src-tauri/Cargo.toml +++ b/nym-connect/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-connect" -version = "1.1.20" +version = "1.1.21" description = "nym-connect" authors = ["Nym Technologies SA"] license = "" diff --git a/nym-connect/desktop/src-tauri/tauri.conf.json b/nym-connect/desktop/src-tauri/tauri.conf.json index dbc556f694..323b734069 100644 --- a/nym-connect/desktop/src-tauri/tauri.conf.json +++ b/nym-connect/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "nym-connect", - "version": "1.1.20" + "version": "1.1.21" }, "build": { "distDir": "../dist", diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index 67ed6b41fa..88c1446563 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-network-requester" -version = "1.1.28" +version = "1.1.29" authors.workspace = true edition.workspace = true rust-version = "1.65" diff --git a/service-providers/network-statistics/Cargo.toml b/service-providers/network-statistics/Cargo.toml index e718333802..3c40a1ee53 100644 --- a/service-providers/network-statistics/Cargo.toml +++ b/service-providers/network-statistics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-network-statistics" -version = "1.1.28" +version = "1.1.29" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tools/nym-cli/Cargo.toml b/tools/nym-cli/Cargo.toml index 455da72803..deaa5dd10b 100644 --- a/tools/nym-cli/Cargo.toml +++ b/tools/nym-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-cli" -version = "1.1.28" +version = "1.1.29" authors.workspace = true edition = "2021"