Skip to content

Commit d9d5878

Browse files
author
mitmproxy release bot
committed
mitmproxy 12.2.1
1 parent 4c0013a commit d9d5878

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
## Unreleased: mitmproxy next
99

10+
11+
## 24 November 2025: mitmproxy 12.2.1
12+
1013
- Make TCP inactivity timeout configurable through a new `tcp_timeout` option (default: 600 seconds).
1114
Previously, the timeout was hardcoded to 10 minutes for all TCP connections.
1215
([#7909](https://github.com/mitmproxy/mitmproxy/pull/7909), @keshavkrishnadav)

mitmproxy/tools/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>mitmproxy</title>
66
<link rel="icon" href="static/favicon.ico" type="image/x-icon" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<script type="module" crossorigin src="./static/index-B67aJAE2.js"></script>
8+
<script type="module" crossorigin src="./static/index-Bt--WL1e.js"></script>
99
<link rel="modulepreload" crossorigin href="./static/vendor-BS4xPthR.js">
1010
<link rel="stylesheet" crossorigin href="./static/vendor-Cg3S-P9H.css">
1111
<link rel="stylesheet" crossorigin href="./static/index-DhPPoJ7G.css">

mitmproxy/tools/web/static/index-B67aJAE2.js renamed to mitmproxy/tools/web/static/index-Bt--WL1e.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mitmproxy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import subprocess
33
import sys
44

5-
VERSION = "13.0.0.dev"
5+
VERSION = "12.2.1"
66
MITMPROXY = "mitmproxy " + VERSION
77

88
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one

0 commit comments

Comments
 (0)