Skip to content

Commit a491e6a

Browse files
committedDec 11, 2024·
update changelog for crunch
1 parent 96f99bb commit a491e6a

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed
 

‎CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [2024.14-crunch] (2024-12-11)
8+
9+
- Merge/release/2024.14-crunch ([#5242])
10+
- bugfix: added explicit openapi servers to account for route prefixes ([#5237])
11+
- Further config score adjustments ([#5225])
12+
- feature: remve any filtering on node semver ([#5224])
13+
- Backport #5218 ([#5220])
14+
- Derive serialize for UserAgent (#5210) ([#5217])
15+
- dont consider legacy nodes for rewarded set selection ([#5215])
16+
- introduce UNSTABLE endpoints for returning network monitor run details ([#5214])
17+
- Nmv2 add debug config ([#5212])
18+
- nym-api NMv1 adjustments ([#5209])
19+
- adjusted config score penalty calculation ([#5206])
20+
- Fix backwards compat mac generation ([#5202])
21+
- merge crunch into develop ([#5199])
22+
- Update Security disclosure email, public key and policy ([#5195])
23+
- Guard storage access with cache ([#5193])
24+
- chore: apply 1.84 linter suggestions ([#5192])
25+
- improvement: make internal gateway clients use the same topology cache ([#5191])
26+
- Bugfix/credential proxy sequencing ([#5187])
27+
- Add monitor_run and testing_route indexes ([#5182])
28+
- Add indexes to monitor run and testing route ([#5181])
29+
- bugfix: fixed nym-node config migrations (again) ([#5179])
30+
- bugfix: use default value for verloc config when deserialising missing values ([#5177])
31+
- Remove peers with no allowed ip from storage ([#5175])
32+
- Move two minor jobs to free tier github hosted runners ([#5169])
33+
- Add support for DELETE to nym-http-api-client ([#5166])
34+
- Fix env var name ([#5165])
35+
- Add strum::EnumIter for TicketType ([#5164])
36+
- Add export_to_env to NymNetworkDetails ([#5162])
37+
- bugfix: correctly expose ecash-related data on nym-api ([#5155])
38+
- fix: validator-rewarder GH job ([#5151])
39+
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /testnet-faucet ([#5150])
40+
- build(deps): bump mikefarah/yq from 4.44.3 to 4.44.5 ([#5149])
41+
- start session collection for exit gateways ([#5148])
42+
- add version to clientStatsReport ([#5147])
43+
- update serde_json_path due to compilation issue ([#5144])
44+
- chore: remove standalone legacy mixnode/gateway binaries ([#5135])
45+
- [Product Data] Set up country reporting from vpn-client ([#5134])
46+
- removed ci-nym-api-tests.yml which was running outdated (and broken) tests ([#5133])
47+
- CI: reduce jobs running on cluster ([#5132])
48+
- [DOCS/operators]: Release changes v2024.13-magura & Tokenomics pages v1.0 ([#5128])
49+
- NS Agent auth with NS API ([#5127])
50+
- [Product Data] Config deserialization bug fix ([#5126])
51+
- bugfix: don't send empty BankMsg in ecash contract ([#5121])
52+
- [Product data] Data consumption with ecash ticket ([#5120])
53+
- feat: add GH workflow for nym-validator-rewarder ([#5119])
54+
- feat: add Dockerfile and add env vars for clap arguments ([#5118])
55+
- feature: config score ([#5117])
56+
- [Product Data] Add stats reporting configuration in client config ([#5115])
57+
- Correct IPv6 address generation ([#5113])
58+
- feature: rewarding for ticketbook issuance ([#5112])
59+
- Add granular log on nym-node ([#5111])
60+
- Send mixnet packet stats using task client ([#5109])
61+
- Expose time range ([#5108])
62+
- [Product Data] Client-side stats collection ([#5107])
63+
- chore: ecash contract migration to remove unused 'redemption_gateway_share' ([#5104])
64+
- [Product Data] Better unique user count on gateways ([#5084])
65+
- feat: add nym node GH workflow ([#5080])
66+
- IPv6 support for wireguard ([#5059])
67+
- Node Status API ([#5050])
68+
- Authenticator CLI client mode ([#5044])
69+
- Integrate nym-credential-proxy into workspace ([#5027])
70+
- [Product Data] Introduce data persistence on gateways ([#5022])
71+
- Bump the patch-updates group across 1 directory with 10 updates ([#5011])
72+
- build(deps): bump once_cell from 1.19.0 to 1.20.2 ([#4952])
73+
- Create TaskStatusEvent trait instead of piggybacking on Error ([#4919])
74+
- build(deps): bump lazy_static from 1.4.0 to 1.5.0 ([#4913])
75+
- Sync code with .env in build.rs ([#4876])
76+
- build(deps): bump axios from 1.6.0 to 1.7.5 in /nym-api/tests ([#4790])
77+
- Bump elliptic from 6.5.4 to 6.5.7 in /testnet-faucet ([#4768])
78+
79+
[#5242]: https://github.com/nymtech/nym/pull/5242
80+
[#5237]: https://github.com/nymtech/nym/pull/5237
81+
[#5225]: https://github.com/nymtech/nym/pull/5225
82+
[#5224]: https://github.com/nymtech/nym/pull/5224
83+
[#5220]: https://github.com/nymtech/nym/pull/5220
84+
[#5217]: https://github.com/nymtech/nym/pull/5217
85+
[#5215]: https://github.com/nymtech/nym/pull/5215
86+
[#5214]: https://github.com/nymtech/nym/pull/5214
87+
[#5212]: https://github.com/nymtech/nym/pull/5212
88+
[#5209]: https://github.com/nymtech/nym/pull/5209
89+
[#5206]: https://github.com/nymtech/nym/pull/5206
90+
[#5202]: https://github.com/nymtech/nym/pull/5202
91+
[#5199]: https://github.com/nymtech/nym/pull/5199
92+
[#5195]: https://github.com/nymtech/nym/pull/5195
93+
[#5193]: https://github.com/nymtech/nym/pull/5193
94+
[#5192]: https://github.com/nymtech/nym/pull/5192
95+
[#5191]: https://github.com/nymtech/nym/pull/5191
96+
[#5187]: https://github.com/nymtech/nym/pull/5187
97+
[#5182]: https://github.com/nymtech/nym/pull/5182
98+
[#5181]: https://github.com/nymtech/nym/pull/5181
99+
[#5179]: https://github.com/nymtech/nym/pull/5179
100+
[#5177]: https://github.com/nymtech/nym/pull/5177
101+
[#5175]: https://github.com/nymtech/nym/pull/5175
102+
[#5169]: https://github.com/nymtech/nym/pull/5169
103+
[#5166]: https://github.com/nymtech/nym/pull/5166
104+
[#5165]: https://github.com/nymtech/nym/pull/5165
105+
[#5164]: https://github.com/nymtech/nym/pull/5164
106+
[#5162]: https://github.com/nymtech/nym/pull/5162
107+
[#5155]: https://github.com/nymtech/nym/pull/5155
108+
[#5151]: https://github.com/nymtech/nym/pull/5151
109+
[#5150]: https://github.com/nymtech/nym/pull/5150
110+
[#5149]: https://github.com/nymtech/nym/pull/5149
111+
[#5148]: https://github.com/nymtech/nym/pull/5148
112+
[#5147]: https://github.com/nymtech/nym/pull/5147
113+
[#5144]: https://github.com/nymtech/nym/pull/5144
114+
[#5135]: https://github.com/nymtech/nym/pull/5135
115+
[#5134]: https://github.com/nymtech/nym/pull/5134
116+
[#5133]: https://github.com/nymtech/nym/pull/5133
117+
[#5132]: https://github.com/nymtech/nym/pull/5132
118+
[#5128]: https://github.com/nymtech/nym/pull/5128
119+
[#5127]: https://github.com/nymtech/nym/pull/5127
120+
[#5126]: https://github.com/nymtech/nym/pull/5126
121+
[#5121]: https://github.com/nymtech/nym/pull/5121
122+
[#5120]: https://github.com/nymtech/nym/pull/5120
123+
[#5119]: https://github.com/nymtech/nym/pull/5119
124+
[#5118]: https://github.com/nymtech/nym/pull/5118
125+
[#5117]: https://github.com/nymtech/nym/pull/5117
126+
[#5115]: https://github.com/nymtech/nym/pull/5115
127+
[#5113]: https://github.com/nymtech/nym/pull/5113
128+
[#5112]: https://github.com/nymtech/nym/pull/5112
129+
[#5111]: https://github.com/nymtech/nym/pull/5111
130+
[#5109]: https://github.com/nymtech/nym/pull/5109
131+
[#5108]: https://github.com/nymtech/nym/pull/5108
132+
[#5107]: https://github.com/nymtech/nym/pull/5107
133+
[#5104]: https://github.com/nymtech/nym/pull/5104
134+
[#5084]: https://github.com/nymtech/nym/pull/5084
135+
[#5080]: https://github.com/nymtech/nym/pull/5080
136+
[#5059]: https://github.com/nymtech/nym/pull/5059
137+
[#5050]: https://github.com/nymtech/nym/pull/5050
138+
[#5044]: https://github.com/nymtech/nym/pull/5044
139+
[#5027]: https://github.com/nymtech/nym/pull/5027
140+
[#5022]: https://github.com/nymtech/nym/pull/5022
141+
[#5011]: https://github.com/nymtech/nym/pull/5011
142+
[#4952]: https://github.com/nymtech/nym/pull/4952
143+
[#4919]: https://github.com/nymtech/nym/pull/4919
144+
[#4913]: https://github.com/nymtech/nym/pull/4913
145+
[#4876]: https://github.com/nymtech/nym/pull/4876
146+
[#4790]: https://github.com/nymtech/nym/pull/4790
147+
[#4768]: https://github.com/nymtech/nym/pull/4768
148+
7149
## [2024.13-magura-drift] (2024-11-29)
8150

9151
- Optimised syncing bandwidth information to storage

0 commit comments

Comments
 (0)
Please sign in to comment.