Skip to content

v1.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 14:25
65c9653

1.0.0-beta.8 (2024-12-13)

Bug Fixes

  • change /request endpoint Content-Type to oauth-authz-req+jwt (#157) (8daca06)

Features

  • implement liveness probe at /healthz (#152) (98045e9)
  • require credential expiration date, use credential id in JWT (#150) (65c9653)
  • upload holder credentials via HTTP API (#141) (8c8c246)

BREAKING CHANGES

  • require expiresAt property when creating a credential via the HTTP API

The expiresAt field is now required when creating a credential on /v0/credentials. Accepted values are ISO 8601 timestamps (UTC) such as 2024-12-09T16:51:29Z or the value "never".

Migration guide

  • supply expiresAt for each request to /v0/credentials