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

Changelog History
Page 4

  • v0.5.4

  • v0.5.3

  • v0.5.2

  • v0.5.1

  • v0.5.0 Changes

    โž• Added

    • โž• Added test.
    • ๐Ÿ‘Œ Support for SOCKS5 adapter.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug when IPRange handling IP range with /32.
  • v0.4.2 Changes

    ๐Ÿ›  Fixed

    • GeoIP now returns nil if input is not a valid IP address, so it is distinguishable from a failed search.
  • v0.4.1 Changes

    ๐Ÿ›  Fixed

    • ShadowsocksAdapter works correctly with IP-based request now.
    • 0๏ธโƒฃ HTTPHeader parses header incorrectly when the header is non-CONNECT with a non default(80) port.

    ๐Ÿ”„ Changed

    • Now all encryption methods are represented in uppercase.
  • v0.4.0 Changes

    ๐Ÿ”„ Changed

    • Many things are now exposed as public.
    • Some meta-parameters can be set in Opt.

    โž• Added

    • ๐Ÿ‘Œ Support to reject request.
  • v0.3.1 Changes

    ๐Ÿ›  Fixed

    • A potential memory leakage if DNS response is lost in transmission.
  • v0.3.0 Changes

    ๐Ÿ”„ Changed

    • Proxy server can listen on port without specific IP address.
    • IPv4Address will return nil when initialize with an invalid IP address string.
    • ListRule is renamed to DomainListRule.

    ๐Ÿ›  Fixed

    • DNS server will only process A queries and return others intact.

    โž• Added

    • ๐Ÿ‘Œ Support for IP range list matching rule.