All Versions
42
Latest Version
Avg Release Cycle
92 days
Latest Release
1565 days ago

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 the GeoIP before using it.
    • โšก๏ธ Update all dependencies to latest.
  • 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.
  • v0.12.4 Changes

    January 24, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix that HTTPS adapter crash when using with NWTCPSocket.
  • 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
  • v0.12.2 Changes

    July 13, 2017

    ๐Ÿ›  Fixed

    • โšก๏ธ Update MMDB to fix that the database is not downloaded correcly.