|
10 | 10 | - [GHSA-527g-3w9m-29hv](https://github.com/mitmproxy/mitmproxy/security/advisories/GHSA-527g-3w9m-29hv): |
11 | 11 | Fix LDAP injection vulnerability reported by @yueyueL. |
12 | 12 | ([#8178](https://github.com/mitmproxy/mitmproxy/pull/8178), @mhils) |
| 13 | +- Reduce `CERT_EXPIRY` to 199 days. |
| 14 | + ([#8142](https://github.com/mitmproxy/mitmproxy/pull/8142), @opstic) |
| 15 | +- Switch all content-encoding compression algorithms to use fastest settings by default. |
| 16 | + This significantly improves addon runtime performance when assigning to `message.content`. |
| 17 | + ([#8055](https://github.com/mitmproxy/mitmproxy/pull/8055), @Prinzhorn) |
13 | 18 | - Fix addon options not being included in `--options` output. |
14 | | - ([#4423](https://github.com/mitmproxy/mitmproxy/issues/4423)) |
| 19 | + ([#4423](https://github.com/mitmproxy/mitmproxy/issues/4423), @emanuele-em) |
15 | 20 | - Fix `view.settings.setval.toggle` command to correctly use the provided key parameter instead of hardcoded "key" string. |
16 | 21 | ([#8167](https://github.com/mitmproxy/mitmproxy/pull/8167), @nameearly) |
17 | 22 | - Fix 400 Bad Request for HTTP requests with uppercase scheme (e.g. `HTTP://`). |
18 | 23 | ([#8174](https://github.com/mitmproxy/mitmproxy/pull/8174), @emanuele-em) |
19 | 24 | - Fix console command panel losing focus due to incoming traffic (e.g. websocket messages). |
20 | 25 | ([#8173](https://github.com/mitmproxy/mitmproxy/pull/8173), @emanuele-em) |
21 | 26 | - mitmdump: Fix failed CONNECT requests not being displayed. |
22 | | - ([#7083](https://github.com/mitmproxy/mitmproxy/issues/7083)) |
| 27 | + ([#7083](https://github.com/mitmproxy/mitmproxy/issues/7083), @Prinzhorn) |
23 | 28 | - mitmweb: Reduce FlowTable Redux subscriptions from O(rows) to O(1). |
24 | 29 | ([#8104](https://github.com/mitmproxy/mitmproxy/pull/8104), @ariel42) |
25 | 30 | - mitmweb: Fix editors not allowing content to be cleared to an empty string |
|
29 | 34 | - mitmweb: show intercept filter tag at the bottom for default options |
30 | 35 | ([#8026](https://github.com/mitmproxy/mitmproxy/pull/8026), @xBZZZZ) |
31 | 36 | - Fix a bug where mitmweb would show a blank page on Windows. |
32 | | - ([#8041](https://github.com/mitmproxy/mitmproxy/pull/8041), @Copilot) |
| 37 | + ([#8041](https://github.com/mitmproxy/mitmproxy/pull/8041), @Prinzhorn) |
33 | 38 | - mitmweb: Add number of selected flows in the footer |
34 | 39 | ([#8057](https://github.com/mitmproxy/mitmproxy/pull/8057), @skrattara) |
35 | | -- Switch all content-encoding compression algorithms to use fastest settings by default. |
36 | | - This significantly improves addon runtime performance when assigning to `message.content`. |
37 | | - ([#8055](https://github.com/mitmproxy/mitmproxy/pull/8055), @Copilot) |
38 | 40 | - Fix `modify_body` crash when replacement strings contain backslash sequences. |
39 | 41 | ([#8046](https://github.com/mitmproxy/mitmproxy/pull/8046), @HueCodes) |
40 | 42 | - Added support for adding and editing comments on individual flows in the mitmproxy console. |
|
43 | 45 | ([#8095](https://github.com/mitmproxy/mitmproxy/pull/8095), @seroperson) |
44 | 46 | - Removed several dead functions using [Skylos](https://github.com/duriantaco/skylos). |
45 | 47 | ([#8136](https://github.com/mitmproxy/mitmproxy/pull/8136), @duriantaco) |
46 | | -- Reduce `CERT_EXPIRY` to 199 days. |
47 | | - ([#8142](https://github.com/mitmproxy/mitmproxy/pull/8142), @opstic) |
48 | 48 |
|
49 | 49 | ## 24 November 2025: mitmproxy 12.2.1 |
50 | 50 |
|
|
0 commit comments