aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-11-06 13:52:08 +1300
committerAldo Cortesi <aldo@nullcube.com>2015-11-06 13:52:08 +1300
commit9beae933ba02fbd2c2a4f3cb9af48499d64db269 (patch)
tree54db78e1ec94285b4563958a3591d494c5a367ef /CHANGELOG
parentf16f2b9ce3be17607cd9721ecada32c1d65037b3 (diff)
downloadmitmproxy-9beae933ba02fbd2c2a4f3cb9af48499d64db269.tar.gz
mitmproxy-9beae933ba02fbd2c2a4f3cb9af48499d64db269.tar.bz2
mitmproxy-9beae933ba02fbd2c2a4f3cb9af48499d64db269.zip
Bump version, update CONTRIBUTORS, CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG52
1 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 589a54de..71903b3f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,55 @@
+6 November 2015: mitmproxy 0.14
+
+ * Statistics: 399 commits, 13 contributors, 79 closed issues, 37 closed
+ PRs, 103 days
+
+ * Docs: Greatly updated docs now hosted on ReadTheDocs!
+ http://docs.mitmproxy.org
+
+ * Docs: Fixed Typos, updated URLs etc. (Nick Badger, Ben Lerner, Choongwoo
+ Han, onlywade, Jurriaan Bremer)
+
+ * mitmdump: Colorized TTY output
+
+ * mitmdump: Use mitmproxy's content views for human-readable output (Chris
+ Czub)
+
+ * mitmproxy and mitmdump: Support for displaying UTF8 contents
+
+ * mitmproxy: add command line switch to disable mouse interaction (Timothy
+ Elliott)
+
+ * mitmproxy: bug fixes (Choongwoo Han, sethp-jive, FreeArtMan)
+
+ * mitmweb: bug fixes (Colin Bendell)
+
+ * libmproxy: Add ability to fall back to TCP passthrough for non-HTTP
+ connections.
+
+ * libmproxy: Avoid double-connect in case of TLS Server Name Indication.
+ This yields a massive speedup for TLS handshakes.
+
+ * libmproxy: Prevent unneccessary upstream connections (macmantrl)
+
+ * Inline Scripts: New API for HTTP Headers:
+ http://docs.mitmproxy.org/en/latest/dev/models.html#netlib.http.Headers
+
+ * Inline Scripts: Properly handle exceptions in `done` hook
+
+ * Inline Scripts: Allow relative imports, provide `__file__`
+
+ * Examples: Add probabilistic TLS passthrough as an inline script
+
+ * netlib: Refactored HTTP protocol handling code
+
+ * netlib: ALPN support
+
+ * netlib: fixed a bug in the optional certificate verification.
+
+ * netlib: Initial Python 3.5 support (this is the first prerequisite for
+ 3.x support in mitmproxy)
+
+
24 July 2015: mitmproxy 0.13
* Upstream certificate validation. See the --verify-upstream-cert,