aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-10-23 14:38:12 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-10-23 14:38:12 +1300
commit6fcd1d0ed9b714ccd93ebb3abb0ffe0d5c3d8ff0 (patch)
tree0ebbe0d426e9561bdea27b69d0fd9c4f4d17b01f /CHANGELOG
parent4da90724a0368ddf112644d29545a6ecc92a2861 (diff)
downloadmitmproxy-6fcd1d0ed9b714ccd93ebb3abb0ffe0d5c3d8ff0.tar.gz
mitmproxy-6fcd1d0ed9b714ccd93ebb3abb0ffe0d5c3d8ff0.tar.bz2
mitmproxy-6fcd1d0ed9b714ccd93ebb3abb0ffe0d5c3d8ff0.zip
CHANGELOG and CONTRIBUTORS
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG43
1 files changed, 43 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 69e7339b..7f8896f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,46 @@
+
+23 October 2014: mitmproxy 0.11:
+
+ * SOCKS proxy mode
+
+ * Data streaming for response bodies exceeding a threshold
+ (bradpeabody@gmail.com)
+
+ * Ignore hosts or IP addresses, forwarding both HTTP and HTTPS traffic
+ untouched
+
+ * Finer-grained control of traffic replay, including options to ignore
+ contents or parameters when matching flows (marcelo.glezer@gmail.com)
+
+ * Pass arguments to inline scripts
+
+ * Configurable size limit on HTTP request and response bodies
+
+ * Per-domain specification of interception certificates and keys (see
+ --cert option)
+
+ * Certificate forwarding, relaying upstream SSL certificates verbatim (see
+ --cert-forward)
+
+ * Search and highlighting for HTTP request and response bodies in
+ mitmproxy console (pedro@worcel.com)
+
+ * Transparent proxy support on Windows
+
+ * Improved error messages and logging
+
+ * Support for FreeBSD in transparent mode, using pf (zbrdge@gmail.com)
+
+ * Content view mode for WBXML (davidshaw835@air-watch.com)
+
+ * Better documentation, with a new section on proxy modes
+
+ * Generic TCP proxy mode
+
+ * Countless bugfixes and other small improvements
+
+
+
28 January 2014: mitmproxy 0.10:
* Support for multiple scripts and multiple script arguments