diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-16 00:45:43 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-16 00:45:43 +0100 |
commit | ec4f7ab0507248c7f31add8f989a4d9a8196d21a (patch) | |
tree | eb0c451bf1a544afeeb098478621b1347e07883f | |
parent | df92228b93ea3dab3404b432c57932a2556fd2fd (diff) | |
download | mitmproxy-ec4f7ab0507248c7f31add8f989a4d9a8196d21a.tar.gz mitmproxy-ec4f7ab0507248c7f31add8f989a4d9a8196d21a.tar.bz2 mitmproxy-ec4f7ab0507248c7f31add8f989a4d9a8196d21a.zip |
update mitmproxy changelog
-rw-r--r-- | mitmproxy/CHANGELOG | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mitmproxy/CHANGELOG b/mitmproxy/CHANGELOG index c4cd0da9..b41b4a24 100644 --- a/mitmproxy/CHANGELOG +++ b/mitmproxy/CHANGELOG @@ -1,3 +1,26 @@ +15 January 2016: mitmproxy 0.16 + + * Completely revised HTTP2 implementation based on hyper-h2 (Thomas Kriechbaumer) + + * Export flows as cURL command, Python code or raw HTTP (Shadab Zafar) + + * Fixed compatibility with the Android Emulator (Will Coster) + + * Script Reloader: Inline scripts are reloaded automatically if modified (Matthew Shao) + + * Inline script hooks for TCP mode (Michael J. Bazzinotti) + + * Add default ciphers to support iOS9 App Transport Security (Jorge Villacorta) + + * Basic Authentication for mitmweb (Guillem Anguera) + + * Exempt connections from interception based on TLS Server Name Indication (David Weinstein) + + * Provide Python Wheels for faster installation + + * Numerous bugfixes and minor improvements + + 4 December 2015: mitmproxy 0.15 * Support for loading and converting older dumpfile formats (0.13 and up) |