@@ -103,3 +103,45 @@ With the new Contentview API, we're also increasing our investment in Rust:
103103[ Serde ] : https://serde.rs/
104104[ mitmproxy-highlight ] : https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-highlight
105105[ tree-sitter ] : https://tree-sitter.github.io/tree-sitter/
106+
107+ # Other Changes in mitmproxy 12
108+
109+ - Added support for selecting multiple flows in mitmweb using Ctrl+Click and Shift+Click.
110+ Multi-selection is now supported for deleting, duplicating, marking, reverting, replaying ,resuming, and aborting flows.
111+ ([ #7319 ] ( https://github.com/mitmproxy/mitmproxy/pull/7319 ) , @lups2000 , @mhils )
112+ - Add a new feature to store streamed bodies for requests and responses.
113+ ([ #7637 ] ( https://github.com/mitmproxy/mitmproxy/pull/7637 ) , @mkiami )
114+ - Add support for TLS 1.3 Post Handshake Authentication.
115+ ([ #7576 ] ( https://github.com/mitmproxy/mitmproxy/pull/7576 ) , @mhils , @cataggar )
116+ - Add search functionality to the documentation.
117+ ([ #7603 ] ( https://github.com/mitmproxy/mitmproxy/pull/7603 ) , @mhils )
118+ - Introduce a new theme for docs.mitmproxy.org.
119+ ([ #7593 ] ( https://github.com/mitmproxy/mitmproxy/pull/7593 ) , @mhils )
120+ - Add CRL entries to dummy cert when the upstream certificate has some.
121+ ([ #7609 ] ( https://github.com/mitmproxy/mitmproxy/pull/7609 ) , @Yepoleb , @JordanPlayz158 )
122+ - Fix a bug where mitmproxy would incorrectly send empty HTTP/2 data frames.
123+ ([ #7574 ] ( https://github.com/mitmproxy/mitmproxy/pull/7574 ) , @mhils , @Dieken )
124+ - Enhance homebrew installation command for Brewfile users.
125+ ([ #7566 ] ( https://github.com/mitmproxy/mitmproxy/pull/7566 ) , @AntoineJT )
126+ - Fix a bug where mitmdump would exit prematurely in server replay mode.
127+ ([ #7571 ] ( https://github.com/mitmproxy/mitmproxy/pull/7571 ) , @mhils )
128+ - Fix a bug where WebSocket Messages view jumps to top when a message is received
129+ ([ #7572 ] ( https://github.com/mitmproxy/mitmproxy/pull/7572 ) , @DenizenB )
130+ - Create content view for Socket.IO over WebSocket transport
131+ ([ #7570 ] ( https://github.com/mitmproxy/mitmproxy/pull/7570 ) , @DenizenB )
132+ - Correctly forward HTTP_1_1_REQUIRED errors in HTTP/2 streams.
133+ ([ #7575 ] ( https://github.com/mitmproxy/mitmproxy/pull/7575 ) , @mhils )
134+ - Fix a bug where HAR export would crash for malformed flows.
135+ ([ #7666 ] ( https://github.com/mitmproxy/mitmproxy/pull/7666 ) , @mhils )
136+ - Fix a bug where mitmweb would crash when viewing flows with undefined headers.
137+ ([ #7595 ] ( https://github.com/mitmproxy/mitmproxy/pull/7595 ) , @emanuele-em )
138+ - Fix a bug where mitmproxy does not listen on IPv4 and IPv6 by default in wireguard mode.
139+ ([ #7589 ] ( https://github.com/mitmproxy/mitmproxy/pull/7589 ) , @errorxyz )
140+ - Adjust popover placement for browsers that support anchor positioning (Chrome, Edge)
141+ ([ #7642 ] ( https://github.com/mitmproxy/mitmproxy/pull/7642 ) , @lups2000 )
142+ - Fix mitmweb crash when searching or highlighting using ~ h, ~ hq, or ~ hs.
143+ ([ #7652 ] ( https://github.com/mitmproxy/mitmproxy/pull/7652 ) , @lups2000 )
144+ - ` mitmproxy.dns.Message ` has been renamed to ` mitmproxy.dns.DNSMessage `
145+ ([ #7670 ] ( https://github.com/mitmproxy/mitmproxy/pull/7670 ) , @mhils )
146+
147+ [ tree-sitter ] : https://tree-sitter.github.io/tree-sitter/
0 commit comments