mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Update CHANGELOG
update changelog
This commit is contained in:
parent
0c18f7ec9e
commit
7a14a8cee5
13
CHANGELOG
13
CHANGELOG
@ -1,20 +1,21 @@
|
|||||||
18 December 2016: mitmproxy 1.0
|
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
|
converting to the new format should be trivial - please see the docs for
|
||||||
more information.
|
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
|
size, type and url, status bar improvements, much faster indentation for
|
||||||
HTTP views, and more.
|
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
|
due to wide-spread protocol implementation errors on some large website
|
||||||
|
|
||||||
* websockets: the protocol implementation is now mature, and is enabled by
|
* WebSocket: The protocol implementation is now mature, and is enabled by
|
||||||
default. Complete UI support is coming in the next release.
|
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.
|
* A myriad of other small improvements throughout the project.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user