Skip to content

Releases: SignedShot/signedshot-validator

v0.1.8

08 Feb 16:51
865be29

Choose a tag to compare

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

08 Feb 15:55
c97d1f9

Choose a tag to compare

What's Changed

  • release: v0.1.6 by @github-actions[bot] in #38

Full Changelog: v0.1.6...v0.1.7

v0.1.6

08 Feb 15:47
701122e

Choose a tag to compare

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

05 Feb 23:16
91c8ffd

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

05 Feb 15:04
fb5ac36

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3: fix: export validate_with_jwks in Python stubs (#18)

28 Jan 02:04
2549160

Choose a tag to compare

- 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)

28 Jan 01:41
e7accf4

Choose a tag to compare

## 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

27 Jan 23:22
ddf069f

Choose a tag to compare

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