Skip to content

Commit d835965

Browse files
authored
Update CHANGELOG.md
1 parent 71c9234 commit d835965

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,21 @@
1010
- [GHSA-527g-3w9m-29hv](https://github.com/mitmproxy/mitmproxy/security/advisories/GHSA-527g-3w9m-29hv):
1111
Fix LDAP injection vulnerability reported by @yueyueL.
1212
([#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)
1318
- 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)
1520
- Fix `view.settings.setval.toggle` command to correctly use the provided key parameter instead of hardcoded "key" string.
1621
([#8167](https://github.com/mitmproxy/mitmproxy/pull/8167), @nameearly)
1722
- Fix 400 Bad Request for HTTP requests with uppercase scheme (e.g. `HTTP://`).
1823
([#8174](https://github.com/mitmproxy/mitmproxy/pull/8174), @emanuele-em)
1924
- Fix console command panel losing focus due to incoming traffic (e.g. websocket messages).
2025
([#8173](https://github.com/mitmproxy/mitmproxy/pull/8173), @emanuele-em)
2126
- 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)
2328
- mitmweb: Reduce FlowTable Redux subscriptions from O(rows) to O(1).
2429
([#8104](https://github.com/mitmproxy/mitmproxy/pull/8104), @ariel42)
2530
- mitmweb: Fix editors not allowing content to be cleared to an empty string
@@ -29,12 +34,9 @@
2934
- mitmweb: show intercept filter tag at the bottom for default options
3035
([#8026](https://github.com/mitmproxy/mitmproxy/pull/8026), @xBZZZZ)
3136
- 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)
3338
- mitmweb: Add number of selected flows in the footer
3439
([#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)
3840
- Fix `modify_body` crash when replacement strings contain backslash sequences.
3941
([#8046](https://github.com/mitmproxy/mitmproxy/pull/8046), @HueCodes)
4042
- Added support for adding and editing comments on individual flows in the mitmproxy console.
@@ -43,8 +45,6 @@
4345
([#8095](https://github.com/mitmproxy/mitmproxy/pull/8095), @seroperson)
4446
- Removed several dead functions using [Skylos](https://github.com/duriantaco/skylos).
4547
([#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)
4848

4949
## 24 November 2025: mitmproxy 12.2.1
5050

0 commit comments

Comments
 (0)