@@ -4,6 +4,42 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2025.3-ruta] (2025-02-10)
8
+
9
+ - Push down forget me to client configs ([ #5431 ] )
10
+ - Fix statistics shutdown ([ #5426 ] )
11
+ - Make wait_for_graceful_shutdown to be pub ([ #5424 ] )
12
+ - Upgrade to thiserror 2.0 ([ #5414 ] )
13
+ - build(deps): bump the patch-updates group across 1 directory with 9 updates ([ #5406 ] )
14
+ - Relocate a validator api function ([ #5401 ] )
15
+ - Send shutdown instead of panic when reaching max fail ([ #5398 ] )
16
+ - Change Explorer URL to new smooshed nodes ([ #5396 ] )
17
+ - reduce log severity for checking topology validity ([ #5395 ] )
18
+ - MixnetClient can send ClientRequests ([ #5381 ] )
19
+ - Fix missing path triggers for CI ([ #5380 ] )
20
+ - Uncouple storage reference for bandwidth client ([ #5372 ] )
21
+ - build(deps): bump tokio from 1.40.0 to 1.43.0 ([ #5370 ] )
22
+ - DNS resolver configuration for internal HTTP client lookups ([ #5355 ] )
23
+ - Update README.md ([ #5328 ] )
24
+ - Update README.md ([ #5327 ] )
25
+
26
+ [ #5431 ] : https://github.com/nymtech/nym/pull/5431
27
+ [ #5426 ] : https://github.com/nymtech/nym/pull/5426
28
+ [ #5424 ] : https://github.com/nymtech/nym/pull/5424
29
+ [ #5414 ] : https://github.com/nymtech/nym/pull/5414
30
+ [ #5406 ] : https://github.com/nymtech/nym/pull/5406
31
+ [ #5401 ] : https://github.com/nymtech/nym/pull/5401
32
+ [ #5398 ] : https://github.com/nymtech/nym/pull/5398
33
+ [ #5396 ] : https://github.com/nymtech/nym/pull/5396
34
+ [ #5395 ] : https://github.com/nymtech/nym/pull/5395
35
+ [ #5381 ] : https://github.com/nymtech/nym/pull/5381
36
+ [ #5380 ] : https://github.com/nymtech/nym/pull/5380
37
+ [ #5372 ] : https://github.com/nymtech/nym/pull/5372
38
+ [ #5370 ] : https://github.com/nymtech/nym/pull/5370
39
+ [ #5355 ] : https://github.com/nymtech/nym/pull/5355
40
+ [ #5328 ] : https://github.com/nymtech/nym/pull/5328
41
+ [ #5327 ] : https://github.com/nymtech/nym/pull/5327
42
+
7
43
## [ 2025.2-hu] (2025-02-04)
8
44
9
45
- Feature/remove double spending bloomfilter ([ #5417 ] )
0 commit comments