mitmproxy 11.0.0

This commit is contained in:
mitmproxy release bot 2024-10-02 17:14:17 +00:00
parent d12481215f
commit f87ec22359
4 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@
## Unreleased: mitmproxy next
## 02 October 2024: mitmproxy 11.0.0
- mitmproxy now supports transparent HTTP/3 proxying.
([#7202](https://github.com/mitmproxy/mitmproxy/pull/7202), @errorxyz, @meitinger, @mhils)
- Add HTTP3 support in HTTPS reverse-proxy mode.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ import os
import subprocess
import sys
VERSION = "11.0.0.dev"
VERSION = "11.0.0"
MITMPROXY = "mitmproxy " + VERSION
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one