Releases: Vigil-Guard/vge-python-sdk
Release list
v2.0.0
Vigil Guard Python SDK 2.0.0 for the Vigil Guard 1.8.x API contract.
Installation
pip install "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git@v2.0.0"If this release is published to PyPI:
pip install vigil-guard==2.0.0Migration 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.
What's Changed
- docs(sdk): add 2.0 migration guidance to release notes by @tbartel74 in #1
New Contributors
- @tbartel74 made their first contribution in #1
Full Changelog: v1.8.0...v2.0.0
v1.8.0
Vigil Guard Python SDK 1.8.0 for the Vigil Guard 1.8.x API contract.
Installation
pip install "vigil-guard @ git+https://github.com/Vigil-Guard/vge-python-sdk.git@v1.8.0"If this release is published to PyPI:
pip install vigil-guard==1.8.0Verification
SBOM is included in release assets. GPG signatures are included when the release signing key is configured.
Full Changelog: https://github.com/Vigil-Guard/vge-python-sdk/commits/v1.8.0