Update dependency mitmproxy to v10 #232
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==9.0.1
->==10.1.1
Release Notes
mitmproxy/mitmproxy (mitmproxy)
v10.1.1
Compare Source
(#6382, @mhils)
(#6386, @mhils)
v10.1.0
Compare Source
mitmproxy -r example.har
.(#6335, @stanleygvi)
save.har
command and thehardump
option for mitmdump.(#6368, @stanleygvi)
mitmproxy-rs
does not depend on a protobuf compiler being available anymore,we're now also providing a working source distribution for all platforms.
mitmproxy-rs
now depends onmitmproxy-macos
. We only provide binary wheels for this package becauseit contains a code-signed system extension. Building from source requires a valid Apple Developer Id, see CI for
details.
mitmproxy-rs
now depends onmitmproxy-windows
. We only provide binary wheels for this package tosimplify our deployment process, see CI for how to build from source.
(#6303, @mhils)
(#6373, @t-wy)
v10.0.0
Compare Source
(#5435, @meitinger)
This makes it simpler to accept both HTTP and HTTPS.
(#5725, @mhils)
replay.server.add
command for adding flows to server replay buffer(#5851, @italankin)
(#5470, @stephenspol)
Request.port
now also updates the Host header if present.This aligns with
Request.host
, which already does this.(#5908, @sujaldev)
(#5148, @mhils)
(#5924, @Jurrie)
(#5921, @konradh)
(#5904, @truebit)
esc
key can now be used to exit the current view(#6087, @sujaldev)
(#6088, @sujaldev)
(#6148, @mhils)
server_replay_nopop
option has been renamed toserver_replay_reuse
to avoid confusing double-negation.(#6084, @prady0t, @Semnodime)
(#6188, @tsaaristo)
as a subject in the generated certificate.
(#6202, @mhils)
ssl_insecure
flag is set.(#6281, @DurandA)
(#6117, @Semnodime)
(#6170, @Mike-Ki-ASD)
(#5985, @alexgershberg)
(#6295, @mhils)
(#5954, @mhils)
Breaking Changes
onboarding_port
option has been removed. The onboarding app now respondsto all requests for the hostname specified in
onboarding_host
.connection.Client
andconnection.Server
now accept keyword arguments only.This is a breaking change for custom addons that use these classes directly.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.