Skip to content

Commit 5369e5e

Browse files
update changelog
1 parent 2e634c5 commit 5369e5e

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,58 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
44

55
## [Unreleased]
66

7+
## [2025.10-brie] (2025-05-27)
8+
9+
- Backport PR 5779 ([#5801])
10+
- Expanded Accept Encoding for `reqwest` ([#5779])
11+
- Teach HttpClientError how to report its status code and timeout ([#5770])
12+
- Skip refreshing the topology on startup as we already have an initial set ([#5768])
13+
- Fetch the topology from the nym-api concurrently ([#5767])
14+
- feat: use bincode by default in NymApiClient + remove feature-lock ([#5761])
15+
- Instrument create_request ([#5760])
16+
- Add node_bonded field to delegations ([#5759])
17+
- build(deps): bump mikefarah/yq from 4.45.1 to 4.45.4 ([#5758])
18+
- Raw route submissions ([#5756])
19+
- feat: expires header for `/active` nym-api responses ([#5755])
20+
- Decrease default average packet delay to 15 ms ([#5754])
21+
- build(deps): bump the patch-updates group across 1 directory with 12 updates ([#5753])
22+
- Remove pretty_env_logger and switch remaining crates to use tracing ([#5749])
23+
- Update pretty_env_logger to latest to not depend on unmaintained crate atty ([#5748])
24+
- Upgrade prometheus crate to fix security warning ([#5747])
25+
- Downgrade deranged crate to 0.4.0 ([#5746])
26+
- feat: nym-api bincode + yaml support ([#5745])
27+
- fix parallel feature in ecash crate with send + sync ([#5744])
28+
- Remove old test directory - Update validator docker ([#5743])
29+
- [Feature] `RememberMe` is the new don't `ForgetMe` ([#5742])
30+
- build(deps): bump ammonia from 4.0.0 to 4.1.0 ([#5739])
31+
- build(deps): bump base-x from 3.0.9 to 3.0.11 in /testnet-faucet ([#5737])
32+
- build(deps): bump http-proxy-middleware from 2.0.8 to 2.0.9 ([#5730])
33+
34+
[#5801]: https://github.com/nymtech/nym/pull/5801
35+
[#5779]: https://github.com/nymtech/nym/pull/5779
36+
[#5770]: https://github.com/nymtech/nym/pull/5770
37+
[#5768]: https://github.com/nymtech/nym/pull/5768
38+
[#5767]: https://github.com/nymtech/nym/pull/5767
39+
[#5761]: https://github.com/nymtech/nym/pull/5761
40+
[#5760]: https://github.com/nymtech/nym/pull/5760
41+
[#5759]: https://github.com/nymtech/nym/pull/5759
42+
[#5758]: https://github.com/nymtech/nym/pull/5758
43+
[#5756]: https://github.com/nymtech/nym/pull/5756
44+
[#5755]: https://github.com/nymtech/nym/pull/5755
45+
[#5754]: https://github.com/nymtech/nym/pull/5754
46+
[#5753]: https://github.com/nymtech/nym/pull/5753
47+
[#5749]: https://github.com/nymtech/nym/pull/5749
48+
[#5748]: https://github.com/nymtech/nym/pull/5748
49+
[#5747]: https://github.com/nymtech/nym/pull/5747
50+
[#5746]: https://github.com/nymtech/nym/pull/5746
51+
[#5745]: https://github.com/nymtech/nym/pull/5745
52+
[#5744]: https://github.com/nymtech/nym/pull/5744
53+
[#5743]: https://github.com/nymtech/nym/pull/5743
54+
[#5742]: https://github.com/nymtech/nym/pull/5742
55+
[#5739]: https://github.com/nymtech/nym/pull/5739
56+
[#5737]: https://github.com/nymtech/nym/pull/5737
57+
[#5730]: https://github.com/nymtech/nym/pull/5730
58+
759
## [2025.9-appenzeller] (2025-05-13)
860

961
- build(deps): bump clap from 4.5.36 to 4.5.37 in the patch-updates group ([#5722])

0 commit comments

Comments
 (0)