Changelog
Release notes for the DeepIntShield gateway. Each entry lists the user-facing features, provider and model support, and fixes shipped in that version. Browse individual releases in the sidebar.
Start with Unreleased for changes available on the development branch but not yet assigned to a release.
Run a specific version
Section titled “Run a specific version”npx -y @deepintshield/deepintshield --transport-version <version>docker pull deepintshield/deepintshield:<version>docker run -p 8080:8080 deepintshield/deepintshield:<version>Replace <version> with a release tag (for example v1.0.0). To always
get the latest, omit --transport-version or use the latest Docker tag.
Staying current
Section titled “Staying current”- New to DeepIntShield? Start with the Gateway quickstart.
- Upgrading? Read the notes for each version between your current release and the target, and check for any breaking changes called out in the entry.