mitmproxy 11.0.0
This commit is contained in:
parent
d12481215f
commit
f87ec22359
|
@ -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.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue