Skip to content

Commit

Permalink
mitmproxy 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmproxy release bot committed Oct 2, 2024
1 parent d124812 commit f87ec22
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 56 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy/tools/web/static/app.css

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions mitmproxy/tools/web/static/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mitmproxy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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
Expand Down

0 comments on commit f87ec22

Please sign in to comment.