aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-12-24 17:24:07 +1300
committerGitHub <noreply@github.com>2016-12-24 17:24:07 +1300
commit37c97eeca5514b071dff98b7c05fa8bb8408a980 (patch)
tree8d31230fb601d7da87ee5d9da46a0a554c12b0ed /CHANGELOG
parent24751965f99daf83c82d9c1581f712ca24da9d3d (diff)
parent5167d59d63e8f70770119a26804feaad17fccb8f (diff)
downloadmitmproxy-37c97eeca5514b071dff98b7c05fa8bb8408a980.tar.gz
mitmproxy-37c97eeca5514b071dff98b7c05fa8bb8408a980.tar.bz2
mitmproxy-37c97eeca5514b071dff98b7c05fa8bb8408a980.zip
Merge pull request #1865 from cortesi/admin
Release administrivia: changelog stub, contributors, bump to v1.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 320d3391..2b585bd5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,33 @@
+18 December 2016: mitmproxy 1.0
+
+ * All mitmproxy tools are now Python 3 only! We plan to support Python 3.5 and higher.
+
+ * Web-Based User Interface: Mitmproxy now offically has a web-based user interface
+ called mitmweb. We consider it stable for all features currently exposed
+ in the UI, but it still misses a lot of mitmproxy’s options.
+
+ * Windows Compatibility: With mitmweb, mitmproxy is now useable on Windows.
+ We are also introducing an installer (kindly sponsored by BitRock) that
+ simplifies setup.
+
+ * Configuration: The config file format is now a single YAML file. In most cases,
+ converting to the new format should be trivial - please see the docs for
+ more information.
+
+ * Console: Significant UI improvements - including sorting of flows by
+ size, type and url, status bar improvements, much faster indentation for
+ HTTP views, and more.
+
+ * HTTP/2: Significant improvements, but is temporarily disabled by default
+ due to wide-spread protocol implementation errors on some large website
+
+ * WebSocket: The protocol implementation is now mature, and is enabled by
+ default. Complete UI support is coming in the next release. Hooks for
+ message interception and manipulation are available.
+
+ * A myriad of other small improvements throughout the project.
+
+
16 October 2016: mitmproxy 0.18
* Python 3 Compatibility for mitmproxy and pathod (Shadab Zafar, GSoC 2016)