File tree Expand file tree Collapse file tree 4 files changed +22
-15
lines changed Expand file tree Collapse file tree 4 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 11name : Build & Test
22
3- on :
4- push :
5- branches : [master]
6- pull_request :
7- branches : [master]
3+ on : [push, pull_request]
84
95env :
106 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 11name : Build MSRV
22
3- on :
4- push :
5- branches : [master]
6- pull_request :
7- branches : [master]
3+ on : [push, pull_request]
84
95env :
106 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 11name : Clippy Check
22
3- on :
4- push :
5- branches : [master]
6- pull_request :
7- branches : [master]
3+ on : [push, pull_request]
84
95env :
106 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 1+ shadowsocks-rust (1.23.0) unstable; urgency=medium
2+
3+ ## Features, Breaking Changes
4+
5+ - MSRV bumps to v1.85, Rust language edition upgraded to `2024`
6+ - `rand` crate upgraded to v0.9, which may be incompatible with other older crates
7+ - `local-fake-dns` switched storage engine from `sled` to `rocksdb`, users should delete the old database file and let `sslocal` recreate it ageain
8+ - `local-fake-dns` is moved from `full` to `full-extra` feature because its still unstable
9+
10+ ## Bug fixes
11+
12+ - #1832 Fixes FreeBSD build error
13+ - #1833 Fixes `sswinservice.exe` file paths in Powershell build script
14+ - `mips-*` targets cross build reenabled
15+
16+ ## Miscellaneous
17+
18+ - #1834 Shadowsocks entrance APIs has strongly typed errors
19+
120shadowsocks-rust (1.22.0) unstable; urgency=medium
221
322 ## Features, Breaking Changes
You can’t perform that action at this time.
0 commit comments