Features
- #1963 Updated
once_cell::sync::Lazy
tostd::sync::LazyLock
- #1967 ACL supported
outbound_allow_list
- #1974 Allow customizable
SocketProtect
trait for Android VpnService
Bug Fixes
What's Changed
- chore: make clippy happy by @AaronChen0 in #1955
- chore: replace once_cell::sync::Lazy with std::sync::LazyLock by @AaronChen0 in #1963
- chore: use Self where applicable by @AaronChen0 in #1964
- chore: compile xdg only on unix by @AaronChen0 in #1966
- Impl AsRawFd and AsFd for UdpSocket by @zhangsan946 in #1971
- fix(deps): update rust crate windows-sys to 0.60 by @renovate in #1973
- fix: make hickory-dns truly optional by @AaronChen0 in #1968
- Allow user to pass SocketProtectFn for android by @zhangsan946 in #1974
- chore: allow clippy::uninlined_format_args by @AaronChen0 in #1981
New Contributors
- @zhangsan946 made their first contribution in #1971
Full Changelog: v1.23.4...v1.23.5