Skip to content

Commit 1dc42df

Browse files
Merge pull request #5734 from nymtech/release/2025.8-tourist
Merge release/2025.8-tourist to develop
2 parents e2b85c9 + e594630 commit 1dc42df

File tree

9 files changed

+47
-13
lines changed

9 files changed

+47
-13
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
44

55
## [Unreleased]
66

7+
## [2025.8-tourist] (2025-04-29)
8+
9+
- add reserved byte to reply surb serialisation ([#5731])
10+
- Remove inactive peers ([#5721])
11+
- Update Hickory DNS "0.24.4" to "0.25" ([#5709])
12+
- build(deps): bump the patch-updates group across 1 directory with 7 updates ([#5708])
13+
- Peer handle should die more gracefully ([#5704])
14+
- build(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 ([#5702])
15+
- build(deps): bump actions/checkout from 3 to 4 ([#5700])
16+
- Feature/updated sphinx payload keys ([#5698])
17+
- Bump the nym-vpn deb metapackage to 1.0 ([#5697])
18+
- Make mix hops optional for Mixnet Client ([#5696])
19+
- build(deps): bump tokio from 1.44.1 to 1.44.2 ([#5693])
20+
- Feature/replay protection ([#5682])
21+
- Adding fresh nym-api tests and workflow ([#5659])
22+
- build(deps): bump next from 14.2.21 to 14.2.25 ([#5655])
23+
- build(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 ([#5436])
24+
25+
[#5731]: https://github.com/nymtech/nym/pull/5731
26+
[#5721]: https://github.com/nymtech/nym/pull/5721
27+
[#5709]: https://github.com/nymtech/nym/pull/5709
28+
[#5708]: https://github.com/nymtech/nym/pull/5708
29+
[#5704]: https://github.com/nymtech/nym/pull/5704
30+
[#5702]: https://github.com/nymtech/nym/pull/5702
31+
[#5700]: https://github.com/nymtech/nym/pull/5700
32+
[#5698]: https://github.com/nymtech/nym/pull/5698
33+
[#5697]: https://github.com/nymtech/nym/pull/5697
34+
[#5696]: https://github.com/nymtech/nym/pull/5696
35+
[#5693]: https://github.com/nymtech/nym/pull/5693
36+
[#5682]: https://github.com/nymtech/nym/pull/5682
37+
[#5659]: https://github.com/nymtech/nym/pull/5659
38+
[#5655]: https://github.com/nymtech/nym/pull/5655
39+
[#5436]: https://github.com/nymtech/nym/pull/5436
40+
741
## [2025.7-tex] (2025-04-14)
842

943
- Expand /v3/nym-nodes with geodata ([#5686])

Cargo.lock

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

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 = "1.1.53"
3+
version = "1.1.54"
44
authors = ["Dave Hrycyszyn <[email protected]>", "Jędrzej Stuczyński <[email protected]>"]
55
description = "Implementation of the Nym Client"
66
edition = "2021"

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 = "1.1.53"
3+
version = "1.1.54"
44
authors = ["Dave Hrycyszyn <[email protected]>"]
55
description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address"
66
edition = "2021"

nym-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "nym-api"
66
license = "GPL-3.0"
7-
version = "1.1.55"
7+
version = "1.1.56"
88
authors.workspace = true
99
edition = "2021"
1010
rust-version.workspace = true

nym-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "nym-node"
6-
version = "1.9.0"
6+
version = "1.10.0"
77
authors.workspace = true
88
repository.workspace = true
99
homepage.workspace = true

service-providers/network-requester/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "nym-network-requester"
66
license = "GPL-3.0"
7-
version = "1.1.54"
7+
version = "1.1.55"
88
authors.workspace = true
99
edition.workspace = true
1010
rust-version = "1.70"

tools/nym-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-cli"
3-
version = "1.1.53"
3+
version = "1.1.54"
44
authors.workspace = true
55
edition = "2021"
66
license.workspace = true

tools/nymvisor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nymvisor"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
authors.workspace = true
55
repository.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)