All Versions
42
Latest Version
Avg Release Cycle
92 days
Latest Release
1358 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.9.0 Changes
๐ Changed
state
inSocketProtocol
is changed tostatus
.- All interfaces relating to adapter, proxy and tunnel are refined according to the new Swift 3 convention.
- ๐ All data tags are removed, now information is saved in
internalStatus
. - ๐ฆ
SpeedAdapter
now signals observer with partial information.
-
v0.8.1 Changes
๐ Changed
- ๐ Fix versions of dependecies.
-
v0.8.0 Changes
๐ Changed
- โก๏ธ Updated to Swift 3.
type
inSocketProtocol
is changed totypeName
.
๐ Fixed
- Now http header with empty value will be handled.
- Correctly generate key for shadowsocks.
- Correctly encrypt with chacha20 and salsa20.
โ Added
- Now all tunnel can be run in the same serial dispatch queue, this means there is no need to limit the number of active tunnels anymore on iOS. Check out
Opt
.
-
v0.7.3 Changes
๐ Changed
DirectAdapterSocket
andSpeedAdapter
will disconnect when the request host is IPv6 address.- ๐ GeoIP now also supports IPv6 address.
- It's possible to match to a domain exactly now in
DomainRuleList
.
๐ Fixed
NWTCPSocket
will not crash ifdisconnect
is called beforeconnectTo
.- Hashing of
IPv4Address
might overflow on 32bit machines. - ๐ Error when parsing HTTP header with ":" in the value.
-
v0.7.2 Changes
๐ Fixed
- HTTP server now gets host information from request url instead of Host field in header.
-
v0.7.1 Changes
๐ Fixed
- Correctly handle empty line in list files.
-
v0.7.0 Changes
โ Added
DomainRuleList
can match domain based on prefix, suffix and keyword.
๐ Fixed
- ๐ Parse error when HTTP header contains non-ascii characters.
-
v0.6.2 Changes
โ Added
- You can limit the number of active sockets in
GCDProxyServer
by settingOpt.ProxyActiveSocketLimit
. But DO USE WITH CAUTION.
- You can limit the number of active sockets in
-
v0.6.1 Changes
๐ Fixed
- ๐ Fixed a bug when the http request has no header fields the parsing of the header fails.
-
v0.6.0 Changes
๐ Changed
- โก๏ธ Updated to Swift 2.3.