Skip to content

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 00:57
· 17 commits to main since this release
v0.9.0
b8f1b59

Installation

pip install mcpcap==0.9.0

Highlights

  • Added a published Docker image for mcpcap on GHCR.
  • Added Docker Compose support with an end-user ghcr.io/mcpcap/mcpcap:latest workflow and a local-build developer override.
  • Added CI validation for Docker builds and container startup.
  • Expanded documentation and website quickstart content to cover Docker, Compose, HTTP transport, and container-mounted PCAP paths.

Docker

The release workflow now publishes:

  • ghcr.io/mcpcap/mcpcap:0.9.0
  • ghcr.io/mcpcap/mcpcap:latest

Example:

docker pull ghcr.io/mcpcap/mcpcap:0.9.0
docker run --rm ghcr.io/mcpcap/mcpcap:0.9.0 --help

For Compose-based HTTP usage:

docker compose up

Notes

  • Local PCAP analysis in Docker requires mounting a host directory into the container and using the in-container path such as /pcaps/dns.pcap.
  • Remote http:// and https:// PCAP URLs continue to work without a volume mount.

Full Changelog: v0.8.0...v0.9.0