Skip to content

Latest commit

 

History

History
129 lines (82 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

129 lines (82 loc) · 2.57 KB

Changelog

dragonite-sdk

0.1.0

The initial release.

0.1.1

Fix a thread deadlock problem

0.1.2

Add slow retransmission mode for packets that lost too many times

0.2.0

Add HTTP(JSON) statistics interface

Fix redundant retransmissions caused by delayed ACKs

0.2.1

Enable Cross-Origin Resource Sharing (CORS) for HTTP(JSON) statistics interface

0.2.2

Minor bandwidth usage optimizations

0.3.1

Protocol Version 2: Major robustness improvement

Obfuscator interface for customized packet obfuscation

0.3.2

Add CRXObfuscator

0.3.3

Obfuscators are now Cryptors, shipped with a new AESCryptor

0.3.4

Add DSCP option

dragonite-mux

0.1.0

The initial release.

0.2.0

New flow control mechanism (Buffer size limitations, Pause & Continue frames)

0.3.0

Protocol Version 2: Major robustness improvement

dragonite-forwarder

0.1.0

The initial release.

0.1.1

Add a new speed limit option for server (-l)

0.1.2

Auto reconnect for broken underlying dragonite socket connections

Set default logging level to INFO, use --debug to enable debug mode

0.1.3

Add an option for enabling HTTP(JSON) statistics interface of underlying dragonite socket connections

0.1.4

GUI Web Panel for HTTP(JSON) statistics interface

--web-panel & --web-panel-public options

0.1.5

Minor bandwidth usage optimizations from SDK v0.2.2

Adjustable send window size multiplier (option --window-size-multiplier)

0.2.0

Protocol Version 2: Added Server Response Message allowing custom server welcome message (option -w)

0.3.0

Protocol Version 3: Major robustness improvement

0.3.1

Update checking system

0.3.2

Add an option (-r) for forwarding connections to remote servers

0.3.3

Add the same encryption system as dragonite-proxy, use option (-k) to set passwords

0.4.0

Add an option (--dscp) for customizing DSCP field of UDP packets

Add an option (--skip-update) for skipping update-checking

dragonite-proxy

0.1.0

The initial release.

0.1.1

Add a new obfuscation option (--obfs)

0.1.2

Adapt to new CRXObfuscator

0.2.0

Protocol Version 2: Full SOCKS5 UDP relay support

0.2.1

Block loopback address by default, add --allow-loopback option

0.2.2

JSON configuration support

0.3.0

Adapt to the new protocol layer encryption, remove obsolete encryption system.

Fix a buffer length bug in UDP relay

0.3.1

Update checking system

0.4.0

Add an option (--dscp) for customizing DSCP field of UDP packets

Add an option (--skip-update) for skipping update-checking

Fix unclear ACL exception messages