mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
chore: 1.0.0 changelog
This commit is contained in:
parent
0d93790ec4
commit
6383409644
1 changed files with 46 additions and 40 deletions
86
CHANGELOG.md
86
CHANGELOG.md
|
@ -1,13 +1,49 @@
|
|||
# Changelog
|
||||
|
||||
## 0.8.5
|
||||
## 1.0.0
|
||||
|
||||
- Added an option to disable MTU discovery `disable_mtu_discovery`
|
||||
- Protocol v3: UDP fragmentation support
|
||||
- Fix SOCKS5 UDP timeout issue
|
||||
- SOCKS5 outbound support
|
||||
|
||||
## 0.8.6
|
||||
## 0.9.7
|
||||
|
||||
- Added an option for customizing ALPN `alpn`
|
||||
- Removed ACL support from TPROXY & TUN modes
|
||||
- CLI improvements (cobra)
|
||||
- Fix broken UDP TProxy mode
|
||||
- Re-enable PMTUD on Windows & Linux
|
||||
|
||||
## 0.9.6
|
||||
|
||||
- Disable quic-go PMTUD due to broken implementation
|
||||
- Fix zero initMaxDatagramSize in brutal CC
|
||||
- Client retry
|
||||
|
||||
## 0.9.5
|
||||
|
||||
- Client connect & disconnect log
|
||||
- Warning when no auth or obfs is set
|
||||
- Multi-password & cmd auth support
|
||||
|
||||
## 0.9.4
|
||||
|
||||
- fsnotify-based auto keypair reloading
|
||||
- ACL country code support
|
||||
|
||||
## 0.9.3
|
||||
|
||||
- CC optimizations
|
||||
- Set buffer correctly for faketcp mode
|
||||
- "wechat-video" protocol
|
||||
|
||||
## 0.9.2
|
||||
|
||||
- Updated quic-go to v0.24.0
|
||||
- Reduced obfs overhead by reusing buffers
|
||||
|
||||
## 0.9.1
|
||||
|
||||
- faketcp implementation
|
||||
- DNS `resolver` option in config
|
||||
|
||||
## 0.9.0
|
||||
|
||||
|
@ -16,41 +52,11 @@
|
|||
- Multi-relay support
|
||||
- IPv6 only mode for server
|
||||
|
||||
## 0.9.1
|
||||
## 0.8.6
|
||||
|
||||
- faketcp implementation
|
||||
- DNS `resolver` option in config
|
||||
- Added an option for customizing ALPN `alpn`
|
||||
- Removed ACL support from TPROXY & TUN modes
|
||||
|
||||
## 0.9.2
|
||||
## 0.8.5
|
||||
|
||||
- Updated quic-go to v0.24.0
|
||||
- Reduced obfs overhead by reusing buffers
|
||||
|
||||
## 0.9.3
|
||||
|
||||
- CC optimizations
|
||||
- Set buffer correctly for faketcp mode
|
||||
- "wechat-video" protocol
|
||||
|
||||
## 0.9.4
|
||||
|
||||
- fsnotify-based auto keypair reloading
|
||||
- ACL country code support
|
||||
|
||||
## 0.9.5
|
||||
|
||||
- Client connect & disconnect log
|
||||
- Warning when no auth or obfs is set
|
||||
- Multi-password & cmd auth support
|
||||
|
||||
## 0.9.6
|
||||
|
||||
- Disable quic-go PMTUD due to broken implementation
|
||||
- Fix zero initMaxDatagramSize in brutal CC
|
||||
- Client retry
|
||||
|
||||
## 0.9.7
|
||||
|
||||
- CLI improvements (cobra)
|
||||
- Fix broken UDP TProxy mode
|
||||
- Re-enable PMTUD on Windows & Linux
|
||||
- Added an option to disable MTU discovery `disable_mtu_discovery`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue