mitmproxy/release
Julio César Suástegui c4fa9fb8c8
docs: fix typos (#8285)
2026-06-18 08:51:03 +02:00
..
docker Update to Python 3.14 (#7918) 2025-10-15 21:32:53 +02:00
installbuilder windows: respect user console preference (#7482) 2025-01-16 15:58:00 +01:00
specs
windows-installer
.gitignore
build.py switch to uv (#7662) 2025-04-16 18:38:35 +02:00
deploy-microsoft-store.py clarify MSFT env vars 2025-08-24 22:00:37 +02:00
deploy.py work around cloudflare bugs 2025-02-06 01:33:17 +01:00
github-release-notes.txt
README.md docs: fix typos (#8285) 2026-06-18 08:51:03 +02:00
release.py release ci: do not eat npm output 2025-11-24 19:06:11 +01:00
selftest.py fix use of asyncio.create_task (#7443) 2025-01-06 11:39:15 +01:00

Release Checklist

  1. Check if mitmproxy-rs needs a new release.
  2. Make sure that CHANGELOG.md is up-to-date with all entries in the "Unreleased" section.
  3. Invoke the release workflow from the GitHub UI.
  4. The spawned workflow runs will require manual confirmation on GitHub which you need to approve twice: https://github.com/mitmproxy/mitmproxy/actions
  5. Once everything has been deployed, update the website.
  6. Verify that the front-page download links for all platforms are working.

GitHub Releases

PyPi

Docker

Docs

  • CI will automatically update the stable docs and create an archive version:
    https://docs.mitmproxy.org/archive/vMAJOR/

Download Server

Microsoft Store

Homebrew

  • The Homebrew maintainers are typically very fast and detect our new release within a day.
  • If you feel the need, you can run this from a macOS machine: brew bump-cask-pr mitmproxy

Website

Prepare for next release