All Versions
42
Latest Version
Avg Release Cycle
92 days
Latest Release
1938 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.15.0 Changes
January 06, 2020๐ Changed
- MMDB no longer ships GeoLite2 database with the framework. Developer must set
database
in theGeoIP
before using it. - โก๏ธ Update all dependencies to latest.
- MMDB no longer ships GeoLite2 database with the framework. Developer must set
-
v0.14.0 Changes
March 27, 2019๐ Changed
- Migrate to Swift 5.
- โก๏ธ Update all dependencies to latest.
-
v0.13.1 Changes
September 30, 2018๐ Fixed
- ๐ URL parser can parse domain with hyphen.
-
v0.13.0 Changes
September 18, 2018๐ Fixed
- ๐ Build on Xcode 10
-
v0.12.7 Changes
May 10, 2018๐ Fixed
- โ Make sure modification accesses are exclusive. Latest compiler (or swift runtime) enforces that.
-
v0.12.6 Changes
April 22, 2018๐ Fixed
- โก๏ธ Update MMDB-Swift which fixes a potential error when downloading GeoIP database.
-
v0.12.5 Changes
March 31, 2018๐ Fixed
- ๐ Fix wrong access control level for
GCDProxyServer
.
- ๐ Fix wrong access control level for
-
v0.12.4 Changes
January 24, 2018๐ Fixed
- ๐ Fix that HTTPS adapter crash when using with
NWTCPSocket
.
- ๐ Fix that HTTPS adapter crash when using with
-
v0.12.3 Changes
January 15, 2018๐ Fixed
- Unset delegate when deinit
NWTCPSocket
. - Sending proper SNI information in SSL negotiation.
- Keep reference of observer in
Tunnel
.
๐ Changed
- โก๏ธ Updated for Swift 4
- Unset delegate when deinit
-
v0.12.2 Changes
July 13, 2017๐ Fixed
- โก๏ธ Update MMDB to fix that the database is not downloaded correcly.