NEKit v0.2.4 Release Notes

  • ๐Ÿ”„ 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.