Update CHANGELOG

update changelog
This commit is contained in:
Thomas Kriechbaumer 2016-12-21 22:50:53 +01:00 committed by GitHub
parent 0c18f7ec9e
commit 7a14a8cee5

View File

@ -1,20 +1,21 @@
18 December 2016: mitmproxy 1.0
* Mitmproxy is now Python 3 only
* All mitmproxy tools are now Python 3 only! We plan to support Python 3.5 and higher.
* The config file format is now a single YAML file. In most cases,
* 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
* 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
* HTTP/2: Significant improvements, but is temporarily disabled by default
due to wide-spread protocol implementation errors on some large website
* websockets: the protocol implementation is now mature, and is enabled by
default. Complete UI support is coming in the next release.
* 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.