Skip to content

Commit

Permalink
release v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jun 19, 2024
1 parent fdcff18 commit 0432d13
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
shadowsocks-rust (1.20.1) unstable; urgency=medium

## Bug Fixes

- `local-online-config`: SIP008 auto reload configuration task will add online servers without replacing the existed ones. This bug will eventually cause `sslocal` consumes too many memories and get OOM killed.

Users are encourage to update to this version if using 1.19.4 to 1.20.0.

## Features

- `shadowsocks-service`: Updated [`rustls`](https://crates.io/crates/rustls) to v0.23 with [`ring`](https://crates.io/crates/ring) backend.
- `local-redir`, `server`: Better approach to check current platform IP stack capabilities like Go (IPv4, IPv6, IPv4-mapped-IPv6 supports).
- Explicitly enable dual-stack if listen addresses (`server`, `local_address`) are IPv4-mapped-IPv6, by setting `IPV6_V6ONLY=0`.

shadowsocks-rust (1.20.0) unstable; urgency=medium

## Breaking Changes
Expand Down

0 comments on commit 0432d13

Please sign in to comment.