Releases: SignedShot/signedshot-validator
Releases · SignedShot/signedshot-validator
v0.1.8
What's Changed
- fix: enable rust_crypto feature for jsonwebtoken 10 compatibility by @felippemsc in #40
- fix: improve error message when sidecar and media arguments are swapped by @felippemsc in #41
- test: add JWT signature verification tests to catch crypto issues by @felippemsc in #42
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
What's Changed
- chore(deps): bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in #26
- chore(deps): bump time from 0.3.46 to 0.3.47 by @dependabot[bot] in #25
- chore(deps): bump pyo3 from 0.22.6 to 0.24.1 by @dependabot[bot] in #24
- chore(deps): bump jsonwebtoken from 9.3.1 to 10.3.0 by @dependabot[bot] in #23
- chore: add crates.io metadata and publish workflow by @felippemsc in #27
- ci: automate release flow with PR-based publishing by @felippemsc in #28
- chore: add crates.io badge to README by @felippemsc in #29
- fix: update Cargo.lock in release PR and handle branch retries by @felippemsc in #31
- fix: use cargo generate-lockfile to update Cargo.lock in release PR by @felippemsc in #33
- release: v0.1.6 by @github-actions[bot] in #36
- fix: allow dirty Cargo.lock during cargo publish in CI by @felippemsc in #37
New Contributors
- @dependabot[bot] made their first contribution in #26
- @github-actions[bot] made their first contribution in #36
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- docs: add LICENSE and PyPI-specific README by @felippemsc in #22
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: support nested attestation object in JWT by @felippemsc in #19
- chore: bump version to 0.1.4 by @felippemsc in #20
- fix: update pyproject.toml version to 0.1.4 by @felippemsc in #21
Full Changelog: v0.1.3...v0.1.4
v0.1.3: fix: export validate_with_jwks in Python stubs (#18)
- Add validate_with_jwks to __init__.py exports - Add type stub for validate_with_jwks in __init__.pyi - Bump version to 0.1.3
v0.1.2: feat: add validate_with_jwks for local JWKS validation (#17)
## Summary - Add `validate_with_jwks` function that accepts JWKS JSON directly instead of fetching from issuer URL - Add `parse_jwks_json` helper function in jwt.rs - Bump version to 0.1.2 ## Test plan - [x] All existing tests pass (`cargo test`) - [ ] Manual test with signedshot-api using the new function
v.0.1.0
refactor: rename package from signedshot-validator to signedshot (#14) - Change PyPI package name to signedshot - Change Python import from signedshot_validator to signedshot - Update release workflow URLs - Rename python module directory