migrate to new contentview API, make DNS interactive (#7670)

* migrate all views to new contentview API
* make DNS view interactive
* rename dns.Message to DNSMessage
This commit is contained in:
Maximilian Hils 2025-04-25 17:17:12 +02:00 committed by GitHub
parent 75cbbcb9b0
commit 4e8eef805b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
79 changed files with 1317 additions and 853 deletions

View file

@ -15,6 +15,8 @@ The Contentviews API has drastically simplified, see the new [contentview docume
[contentview documentation]: {{< relref "/addons/contentviews" >}}
`mitmproxy.dns.Message` has been renamed to `mitmproxy.dns.DNSMessage`.
## mitmproxy 9.1
`mitmproxy.connection.Client` and `mitmproxy.connection.Server` now accept keyword arguments only.