chore: release v1.23.0

This commit is contained in:
zonyitoo
2025-03-19 21:37:55 +08:00
parent 4c732e5ad5
commit 25ce5f2d3e
4 changed files with 22 additions and 15 deletions

19
debian/changelog vendored
View File

@@ -1,3 +1,22 @@
shadowsocks-rust (1.23.0) unstable; urgency=medium
## Features, Breaking Changes
- MSRV bumps to v1.85, Rust language edition upgraded to `2024`
- `rand` crate upgraded to v0.9, which may be incompatible with other older crates
- `local-fake-dns` switched storage engine from `sled` to `rocksdb`, users should delete the old database file and let `sslocal` recreate it ageain
- `local-fake-dns` is moved from `full` to `full-extra` feature because its still unstable
## Bug fixes
- #1832 Fixes FreeBSD build error
- #1833 Fixes `sswinservice.exe` file paths in Powershell build script
- `mips-*` targets cross build reenabled
## Miscellaneous
- #1834 Shadowsocks entrance APIs has strongly typed errors
shadowsocks-rust (1.22.0) unstable; urgency=medium
## Features, Breaking Changes