From 73bc746cd69572ad0118f10d6854eb582c401b14 Mon Sep 17 00:00:00 2001 From: merve Date: Tue, 10 Feb 2026 15:31:06 +0300 Subject: [PATCH 1/4] Update changelog for v2026.3-parmigiano --- .../docs/pages/operators/changelog.mdx | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index 3bb0c47815..a1df2a43c0 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -49,6 +49,63 @@ This page displays a full list of all the changes during our release cycle from +## `v2026.3-parmigiano` +- [Release Binaries](https://github.com/nymtech/nym/releases/tag/nym-binaries-v2026.3-parmigiano) +- [`nym-node`](nodes/nym-node.mdx) version `1.25.0` + +```sh +nym-node +Binary Name: nym-node +Build Timestamp: 2026-01-27T14:54:15.579821601Z +Build Version: 1.25.0 +Commit SHA: 1ecb457c66ccabc4877e3822566f266c7331d29e +Commit Date: 2026-02-10T15:46:52.000000000+01:00 +Commit Branch: HEAD +rustc Version: 1.91.1 +rustc Channel: stable +cargo Profile: release +``` + +### Operators Updates & Tools + + **This release contains several important fixes and improvements for mixnet gateway probes, LP clients, and registration flows. Operators are encouraged to review the LP and gateway probe changes to ensure smooth node operation.** + +NOTE: Some LP configuration and registration fixes may require operator attention to maintain compatibility with the latest nym-node and VPN clients. Monitor your nodes closely after updating. + + +### Key updates for operators include: + +LP Gateway and Client fixes: + +- [Registration client now properly supports fallback](https://github.com/nymtech/nym/pull/6419) +- [Exposed WireGuard PSK for vpn-client](https://github.com/nymtech/nym/pull/6411) +- [Configurable LP timeouts](https://github.com/nymtech/nym/pull/6409) +- [LP x25519 key added to descriptions](https://github.com/nymtech/nym/pull/6408) +- [Improved CLI and behavior for LP Gateway Probe](https://github.com/nymtech/nym/pull/6400) + +Mixnet & Networking Enhancements: + +- [NS API Socks5 support](https://github.com/nymtech/nym/pull/6361) +- [Two-step dvpn registration flow](https://github.com/nymtech/nym/pull/6386) +- [DVPN PSK injection](https://github.com/nymtech/nym/pull/6378) + +Security & Encoding Improvements: + +- [Hex-encoding for LP key digests](https://github.com/nymtech/nym/pull/6394) +- [Encrypted KKT](https://github.com/nymtech/nym/pull/6331) +- [Reject packets with incompatible versions](https://github.com/nymtech/nym/pull/6326) + +Bugfixes & Quality-of-Life: + +- [Share IP allocation fixes](https://github.com/nymtech/nym/pull/6395) +- [Mixnet registration fixes](https://github.com/nymtech/nym/pull/6356) +- [Small QoL changes](https://github.com/nymtech/nym/pull/6340) + +Chores & Maintenance: + +- [Cleanup x25519/ed22519 usage](https://github.com/nymtech/nym/pull/6335) +- [Upgrade to def_guard_wireguard v0.8.0](https://github.com/nymtech/nym/pull/6315) + ## `v2026.2-oscypek` - [Release Binaries](https://github.com/nymtech/nym/releases/tag/nym-binaries-v2026.2-oscypek) From 4222a7b684455498db2e2434037da6a1be814b6a Mon Sep 17 00:00:00 2001 From: Merve <111695676+merve64@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:50:01 +0300 Subject: [PATCH 2/4] Update changelog.mdx --- documentation/docs/pages/operators/changelog.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index a1df2a43c0..630790c04c 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -80,7 +80,6 @@ LP Gateway and Client fixes: - [Registration client now properly supports fallback](https://github.com/nymtech/nym/pull/6419) - [Exposed WireGuard PSK for vpn-client](https://github.com/nymtech/nym/pull/6411) - [Configurable LP timeouts](https://github.com/nymtech/nym/pull/6409) -- [LP x25519 key added to descriptions](https://github.com/nymtech/nym/pull/6408) - [Improved CLI and behavior for LP Gateway Probe](https://github.com/nymtech/nym/pull/6400) Mixnet & Networking Enhancements: From bb24b5e91d7fc8ccd801ae77571e4f8562b301fc Mon Sep 17 00:00:00 2001 From: Merve <111695676+merve64@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:23:52 +0300 Subject: [PATCH 3/4] Update changelog.mdx --- documentation/docs/pages/operators/changelog.mdx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index 630790c04c..21cdcfa2d5 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -56,23 +56,16 @@ This page displays a full list of all the changes during our release cycle from ```sh nym-node Binary Name: nym-node -Build Timestamp: 2026-01-27T14:54:15.579821601Z +Build Timestamp: 2026-02-10T10:41:14.958988176Z Build Version: 1.25.0 Commit SHA: 1ecb457c66ccabc4877e3822566f266c7331d29e -Commit Date: 2026-02-10T15:46:52.000000000+01:00 +Commit Date: 2026-02-10T10:30:45.000000000+01:00 Commit Branch: HEAD rustc Version: 1.91.1 rustc Channel: stable cargo Profile: release ``` -### Operators Updates & Tools - - **This release contains several important fixes and improvements for mixnet gateway probes, LP clients, and registration flows. Operators are encouraged to review the LP and gateway probe changes to ensure smooth node operation.** - -NOTE: Some LP configuration and registration fixes may require operator attention to maintain compatibility with the latest nym-node and VPN clients. Monitor your nodes closely after updating. - - ### Key updates for operators include: LP Gateway and Client fixes: From 470282612b4dbb3d4db812a3f24f7e15fc830fd3 Mon Sep 17 00:00:00 2001 From: Merve <111695676+merve64@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:34:31 +0300 Subject: [PATCH 4/4] Update changelog.mdx --- documentation/docs/pages/operators/changelog.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index 21cdcfa2d5..677cdaafc9 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -75,6 +75,8 @@ LP Gateway and Client fixes: - [Configurable LP timeouts](https://github.com/nymtech/nym/pull/6409) - [Improved CLI and behavior for LP Gateway Probe](https://github.com/nymtech/nym/pull/6400) +Note: This code is currently deactivated and doesn’t involve any changes for operators right now, but it will in the future. + Mixnet & Networking Enhancements: - [NS API Socks5 support](https://github.com/nymtech/nym/pull/6361)