Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ jobs:
pip install vigil-guard==${{ steps.version.outputs.package_version }}
```

## Migration from 1.x

SDK 2.0 accepts anti-recon opaque responses. Check
`result.diagnostics_available` before reading diagnostic fields or
compare optional diagnostic properties explicitly, such as
`result.is_high_risk is True`.

Before rolling a consumer back to SDK 1.x, disable opaque exposure
for that consumer's affected rule sets. A 1.x parser rejects opaque
responses, so use a forward fix when that cannot be guaranteed.

See `CHANGELOG.md` in this release for the complete migration notes.

## Verification
SBOM is included in release assets. GPG signatures are included when the release signing key is configured.

Expand Down
Loading