Releases: HMBSbige/Shadowsocks.Net
Releases · HMBSbige/Shadowsocks.Net
1.0.2
1.0.1
1.0.1
1.0.0
Dependencies:
- 6bd3f23 build(deps): bump Microsoft.VisualStudio.Threading from 16.10.56 to 17.0.63 (#25) @dependabot[bot]
- 91ac671 build(deps): bump Serilog.Extensions.Logging from 3.0.1 to 3.1.0 (#27) @dependabot[bot]
Housekeeping:
0.9.9
Dependencies:
Fixes:
- 1be52fa fix: Large buffer will cause FlushAsync block @HMBSbige
- 005f0ff fix: Structured logging warnings @HMBSbige
- 52124f0 fix: Large buffer will cause FlushAsync block @HMBSbige
Housekeeping:
Performance:
Refactoring:
- 0c6d539 refactor: Socks5 UDP server @HMBSbige
- 5d4f9c6 refactor: Better ShadowsocksUdpClient @HMBSbige
- 4b05448 refactor: Better ShadowsocksPipe @HMBSbige
Style Changes:
Test:
0.9.8
Features:
- 0475bf6 feat: Add socket pipe @HMBSbige
- 8089423 feat: Socket pipe support shutdown/close underlying socket @HMBSbige
- b151fe1 feat: Add WebSocket pipe @HMBSbige
- 5d5e2ca feat: Add ReadOnlySequenceStream @HMBSbige
Fixes:
- a07aad7 fix: Socket PipeWriter threads sync @HMBSbige
- 47bc76f fix: UdpListenService bind order @HMBSbige
Housekeeping:
Performance:
Refactoring:
0.9.7
0.9.6
Fixes:
Housekeeping:
Performance:
Test:
0.9.5
0.9.4
Fixes:
- 5198c97 fix: Ignore Exceptions in PipeReader.CopyToAsync @HMBSbige
- a376102 fix: Let the pipe wait to time out @HMBSbige
- 9b8cb53 fix: HTTP proxy send error response @HMBSbige
- 3c76145 fix: log message typo @HMBSbige
Housekeeping:
- ef7b178 housekeeping: Move PipelinesExtensions to diff files @HMBSbige
- 5b11e04 housekeeping: Rename @HMBSbige
- ec0ff33 housekeeping: Simplify PipeReader @HMBSbige
- f9bbce3 housekeeping: Release 0.9.4 @HMBSbige
Refactoring:
- f1e46db refactor: use official Stream DuplexPipe implement @HMBSbige
- 1a22be0 refactor: less CancelPendingRead() @HMBSbige
- 093cd64 refactor: Better pipe implement @HMBSbige
- 44b46c0 refactor: No need to complete the pipe as we can just dispose clients @HMBSbige
- 8f59eab refactor: SOCKS5 udp data use ReadOnlyMemory instead @HMBSbige
- 1c57427 refactor: Remake Shadowsocks udp @HMBSbige