diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-07 09:41:39 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-07 09:41:39 +1200 |
commit | f8719f13dfd0d5ba2c160ac12566419728e10d8d (patch) | |
tree | 652e2a4099feabb62dbb6ac85797f8985b9b03aa | |
parent | 8309ab0ec83f5fef664e0763361fca987547234b (diff) | |
download | mitmproxy-f8719f13dfd0d5ba2c160ac12566419728e10d8d.tar.gz mitmproxy-f8719f13dfd0d5ba2c160ac12566419728e10d8d.tar.bz2 mitmproxy-f8719f13dfd0d5ba2c160ac12566419728e10d8d.zip |
0.6 changelog
-rw-r--r-- | CHANGELOG | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +7 August 2011: mitmproxy 0.6: + + * New scripting API that allows much more flexible and fine-grained + rewriting of traffic. See the docs for more info. + + * Support for gzip and deflate content encodings. A new "z" + keybinding in mitmproxy to let us quickly encode and decode content, plus + automatic decoding for the "pretty" view mode. + + * An event log, viewable with the "v" shortcut in mitmproxy, and the + "-e" command-line flag in mitmdump. + + * Huge performance improvements: mitmproxy interface, loading + large numbers of flows from file. + + * A new "replace" convenience method for all flow objects, that does a + universal regex-based string replacement. + + * Header management has been rewritten to maintain both case and order. + + * Improved stability for SSL interception. + + * Default expiry time on generated SSL certs has been dropped to avoid an + OpenSSL overflow bug that caused certificates to expire in the distant + past on some systems. + + * A "pretty" view mode for JSON and form submission data. + + * Expanded documentation and examples. + + * Countless other small improvements and bugfixes. + + 27 June 2011: mitmproxy 0.5: * An -n option to start the tools without binding to a proxy port. |