aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-10-15 18:15:28 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-10-15 18:15:28 -0700
commit8c3eed16d449d8f9678ff9a8aedbb2b23388019b (patch)
tree263020dba81d7f12938c707f96b55303bc6ad357 /CHANGELOG
parentd5873302c1c91dfb373f7048ad61617434bba297 (diff)
downloadmitmproxy-8c3eed16d449d8f9678ff9a8aedbb2b23388019b.tar.gz
mitmproxy-8c3eed16d449d8f9678ff9a8aedbb2b23388019b.tar.bz2
mitmproxy-8c3eed16d449d8f9678ff9a8aedbb2b23388019b.zip
update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG48
1 files changed, 48 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index eb8ef059..320d3391 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,51 @@
+16 October 2016: mitmproxy 0.18
+
+ * Python 3 Compatibility for mitmproxy and pathod (Shadab Zafar, GSoC 2016)
+
+ * Major improvements to mitmweb (Clemens Brunner & Jason Hao, GSoC 2016)
+
+ * Internal Core Refactor: Separation of most features into isolated Addons
+
+ * Initial Support for WebSockets
+
+ * Improved HTTP/2 Support
+
+ * Reverse Proxy Mode now automatically adjusts host headers and TLS Server Name Indication
+
+ * Improved HAR export
+
+ * Improved export functionality for curl, python code, raw http etc.
+
+ * Flow URLs are now truncated in the console for better visibility
+
+ * New filters for TCP, HTTP and marked flows.
+
+ * Mitmproxy now handles comma-separated Cookie headers
+
+ * Merge mitmproxy and pathod documentation
+
+ * Mitmdump now sanitizes its console output to not include control characters
+
+ * Improved message body handling for HTTP messages:
+ .raw_content provides the message body as seen on the wire
+ .content provides the decompressed body (e.g. un-gzipped)
+ .text provides the body decompressed and decoded body
+
+ * New HTTP Message getters/setters for cookies and form contents.
+
+ * Add ability to view only marked flows in mitmproxy
+
+ * Improved Script Reloader (Always use polling, watch for whole directory)
+
+ * Use tox for testing
+
+ * Unicode support for tnetstrings
+
+ * Add dumpfile converters for mitmproxy versions 0.11 and 0.12
+
+ * Numerous bugfixes
+
+
9 April 2016: mitmproxy 0.17
* Simplify repository and release structure. mitmproxy now comes as a single package, including netlib and pathod.