﻿PolarProxy 0.9.0
 * Added support for SOCKS proxy (versions 4, 4a, 5 and 5h supported)
 * Added support for HTTP CONNECT proxy
 * Implemented automatic TLS detection for SOCKS and HTTP CONNECT proxy
 * Added Windows binary build

PolarProxy 0.8.16
 * Added "--bypassexact <file>" to bypass/disable decryption for specific domains.
   Decryption is disabled only for domains that exactly match a line in <file>.
 * Removed default value for "--outputdir" so that decrypted PCAP is not logged to disk
   unless -w <file> or -o <directory> is specified.
 * Added "--autoflush <seconds>" to allow buffered PCAP data and flow logs to be flushed
   to disk automatically on a regular interval.
 * Added "--pcapoveripconnect" to connect to a PCAP-over-IP listener and send
   a PCAP stream over TCP. Thanks to Andy Wick (of Moloch/Arkime fame) for the suggestion!
 * Added "--clientcert" option to allow client authentication using mTLS on outgoing
   connections from PolarProxy. Thanks to Peter Lambrechtsen for the idea!
 * Added "KillSignal=SIGINT" and "FinalKillSignal=SIGTERM" in PolarProxy.service to handle
   flushing of buffered pcap data better on systemctl stop and restart.
   Thanks to Mustafa Cantürk for reporting the issue!
 * Improved handling of license keys.

PolarProxy 0.8.15
 * Fixed server certificate selection bug.

PolarProxy 0.8.14
 * Added support for loading server certificates (aka leaf certificates) with --servercert
   This feature can be used in combination with --terminate and --connect to use PolarProxy
   as a TLS termination proxy.

PolarProxy 0.8.13
 * Added correct IPv4 checksums to PCAP data.

PolarProxy 0.8.12
 * Reduced default TCP MSS from 1500 to 1420 to get a smaller MTU.
 * Added --mss option to allow manual configuration of MSS and MTU

PolarProxy 0.8.11
 * Added --terminate option to support running PolarProxy as a TLS termination proxy

PolarProxy 0.8.9
 * Added "--connect <host>" switch in order to put PolarProxy in front of another proxy.
   Thanks to @MaliciousDelish for the feature request!