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

Changelog History
Page 5

  • v0.2.5 Changes

    ๐Ÿ”„ Changed

    • Many things in HTTPHeader and ConnectSession become public.
    • Refined description of many classes.

    โž• Added

    • The RuleManager now triggers events.
  • v0.2.4 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿšš The ProxyServer.mainProxy is removed and instead you should set the proxyServer in the implementation of IPStackProtocol (TCPStack as of now) which requires a proxy server to function.
    • Many things are now public instead of internal.

    โž• Added

    • The proxy server, adapter socket, proxy socket and tunnel now trigger events.
    • ๐Ÿ— A build-in debug observer to help with debugging.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Chacha20 and Salsa20 encryption are fixed.