diff --git a/CHANGELOG.md b/CHANGELOG.md index fbed61bd54..209e993f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,82 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] +## [2024.11-wedel] (2024-09-23) + +- Backport #4894 to fix ci ([#4899]) +- Bugfix/ticketbook false double spending ([#4892]) +- fix: allow updating globally stored signatures ([#4891]) +- [DOCs/operators]: Document changelog for patch/2024.10-caramello ([#4886]) +- [DOCs/operators]: Post release docs updates ([#4874]) +- Bump defguard to github latest version ([#4872]) +- chore: removed completed queued mixnet migration ([#4865]) +- Disable push trigger and add missing paths in ci-build ([#4864]) +- Fix linux conditional in ci-build.yml ([#4863]) +- Remove golang workaround in ci-sdk-wasm ([#4858]) +- Revert runner for ci-docs ([#4855]) +- Move credential verification into common crate ([#4853]) +- Fix test failure in ipr request size ([#4844]) +- Start switching over jobs to arc-ubuntu-20.04 ([#4843]) +- Use ecash credential type for bandwidth value ([#4840]) +- Create nym-repo-setup debian package and nym-vpn meta package ([#4837]) +- Remove serde_crate named import ([#4832]) +- Run cargo autoinherit following last weeks dependabot updates ([#4831]) +- revamped ticketbook serialisation and exposed additional cli methods ([#4827]) +- Expose wireguard details on self described endpoint ([#4825]) +- Remove unused wireguard flag from SDK ([#4823]) +- Add `axum` server to `nym-api` ([#4803]) +- Run cargo-autoinherit for a few new crates ([#4801]) +- Update dependabot ([#4796]) +- Fix clippy for unwrap_or_default ([#4783]) +- Enable dependabot version upgrades for root rust workspace ([#4778]) +- Persist used wireguard private IPs ([#4771]) +- Avoid race on ip and registration structures ([#4766]) +- docs/hotfix ([#4765]) +- chore: remove repetitive words ([#4763]) +- Make gateway latency check generic ([#4759]) +- Remove duplicate stat count for retransmissions ([#4756]) +- Update peer refresh value ([#4754]) +- Remove deprecated mark_as_success and use new disarm ([#4751]) +- Add get_mixnodes_described to validator_client ([#4725]) +- New Network Monitor ([#4610]) + +[#4899]: https://github.com/nymtech/nym/pull/4899 +[#4892]: https://github.com/nymtech/nym/pull/4892 +[#4891]: https://github.com/nymtech/nym/pull/4891 +[#4886]: https://github.com/nymtech/nym/pull/4886 +[#4874]: https://github.com/nymtech/nym/pull/4874 +[#4872]: https://github.com/nymtech/nym/pull/4872 +[#4865]: https://github.com/nymtech/nym/pull/4865 +[#4864]: https://github.com/nymtech/nym/pull/4864 +[#4863]: https://github.com/nymtech/nym/pull/4863 +[#4858]: https://github.com/nymtech/nym/pull/4858 +[#4855]: https://github.com/nymtech/nym/pull/4855 +[#4853]: https://github.com/nymtech/nym/pull/4853 +[#4844]: https://github.com/nymtech/nym/pull/4844 +[#4843]: https://github.com/nymtech/nym/pull/4843 +[#4840]: https://github.com/nymtech/nym/pull/4840 +[#4837]: https://github.com/nymtech/nym/pull/4837 +[#4832]: https://github.com/nymtech/nym/pull/4832 +[#4831]: https://github.com/nymtech/nym/pull/4831 +[#4827]: https://github.com/nymtech/nym/pull/4827 +[#4825]: https://github.com/nymtech/nym/pull/4825 +[#4823]: https://github.com/nymtech/nym/pull/4823 +[#4803]: https://github.com/nymtech/nym/pull/4803 +[#4801]: https://github.com/nymtech/nym/pull/4801 +[#4796]: https://github.com/nymtech/nym/pull/4796 +[#4783]: https://github.com/nymtech/nym/pull/4783 +[#4778]: https://github.com/nymtech/nym/pull/4778 +[#4771]: https://github.com/nymtech/nym/pull/4771 +[#4766]: https://github.com/nymtech/nym/pull/4766 +[#4765]: https://github.com/nymtech/nym/pull/4765 +[#4763]: https://github.com/nymtech/nym/pull/4763 +[#4759]: https://github.com/nymtech/nym/pull/4759 +[#4756]: https://github.com/nymtech/nym/pull/4756 +[#4754]: https://github.com/nymtech/nym/pull/4754 +[#4751]: https://github.com/nymtech/nym/pull/4751 +[#4725]: https://github.com/nymtech/nym/pull/4725 +[#4610]: https://github.com/nymtech/nym/pull/4610 + ## [2024.10-caramello] (2024-09-10) - Backport 4844 and 4845 ([#4857]) diff --git a/Cargo.lock b/Cargo.lock index 0d6b7e4ea6..3f0dae3857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2224,7 +2224,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "explorer-api" -version = "1.1.39" +version = "1.1.40" dependencies = [ "chrono", "clap 4.5.17", @@ -4220,7 +4220,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "nym-api" -version = "1.1.43" +version = "1.1.44" dependencies = [ "anyhow", "async-trait", @@ -4453,7 +4453,7 @@ dependencies = [ [[package]] name = "nym-cli" -version = "1.1.41" +version = "1.1.42" dependencies = [ "anyhow", "base64 0.22.1", @@ -4534,7 +4534,7 @@ dependencies = [ [[package]] name = "nym-client" -version = "1.1.40" +version = "1.1.41" dependencies = [ "bs58", "clap 4.5.17", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "nym-network-requester" -version = "1.1.41" +version = "1.1.42" dependencies = [ "addr", "anyhow", @@ -5551,7 +5551,7 @@ dependencies = [ [[package]] name = "nym-node" -version = "1.1.7" +version = "1.1.8" dependencies = [ "anyhow", "bip39", @@ -5827,7 +5827,7 @@ dependencies = [ [[package]] name = "nym-socks5-client" -version = "1.1.40" +version = "1.1.41" dependencies = [ "bs58", "clap 4.5.17", @@ -6356,7 +6356,7 @@ dependencies = [ [[package]] name = "nymvisor" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "bytes", diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 7e253719c2..74de15b8a9 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-client" -version = "1.1.40" +version = "1.1.41" 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 ee15f6747c..7100923a87 100644 --- a/clients/socks5/Cargo.toml +++ b/clients/socks5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-socks5-client" -version = "1.1.40" +version = "1.1.41" 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 0ab11f2859..62ff0ad277 100644 --- a/explorer-api/Cargo.toml +++ b/explorer-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "explorer-api" -version = "1.1.39" +version = "1.1.40" edition = "2021" license.workspace = true diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 4b2f7f776e..6f23a04747 100644 --- a/nym-api/Cargo.toml +++ b/nym-api/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-api" license = "GPL-3.0" -version = "1.1.43" +version = "1.1.44" authors = [ "Dave Hrycyszyn ", "Jędrzej Stuczyński ", diff --git a/nym-node/Cargo.toml b/nym-node/Cargo.toml index f33229d4bb..36af98832e 100644 --- a/nym-node/Cargo.toml +++ b/nym-node/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-node" -version = "1.1.7" +version = "1.1.8" authors.workspace = true repository.workspace = true homepage.workspace = true diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index e449911693..325debcc48 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-network-requester" license = "GPL-3.0" -version = "1.1.41" +version = "1.1.42" authors.workspace = true edition.workspace = true rust-version = "1.70" diff --git a/tools/nym-cli/Cargo.toml b/tools/nym-cli/Cargo.toml index f930eba02b..8f272430d2 100644 --- a/tools/nym-cli/Cargo.toml +++ b/tools/nym-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-cli" -version = "1.1.41" +version = "1.1.42" authors.workspace = true edition = "2021" license.workspace = true diff --git a/tools/nymvisor/Cargo.toml b/tools/nymvisor/Cargo.toml index 6fb6a36e5e..f82494c850 100644 --- a/tools/nymvisor/Cargo.toml +++ b/tools/nymvisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nymvisor" -version = "0.1.6" +version = "0.1.7" authors.workspace = true repository.workspace = true homepage.workspace = true