Changelog

See the most recent changes in Paradym.

Resolved issue with offer and request retrieved webhooks not being delivered

August 27, 2026

Bug fix

Resolved an issue where the openid4vc.issuance.offerRetrieved and openid4vc.verification.requestRetrieved events were not delivered.


New datetime attribute type for credential templates

August 26, 2026

New feature

Credential templates now support a datetime attribute type for mDoc and SD-JWT VC credentials, next to the existing date-only date type. Use it for values that include a time of day, such as 2026-08-12T10:30:00Z (RFC 3339).

Values must be provided in UTC with whole-second precision (ending in Z, no fractional seconds or timezone offsets); other RFC 3339 forms are rejected at issuance. This is the date-time form ISO 18013-5 requires for mDoc credentials, and it applies to SD-JWT VC as well so datetime behaves the same across formats.

Select the type in the attribute dialog when creating a credential template in the dashboard, or pass "type": "datetime" in the create credential template API. Existing templates and credentials are unaffected.


Reusing an existing AnonCreds schema works again

August 24, 2026

Bug fix

Creating an AnonCreds credential template with an existing schema failed with Schema not found whenever that schema had to be resolved from the ledger (typically a schema created outside your wallet). Resolving those schemas now works, so you can reuse any published AnonCreds schema in a credential template.


Wallet Attestation Bug Fixes

August 5, 2026

Bug fix

Two bugs regarding Trusted Wallets have been fixed:

  • Wallet attestations signed by DIDs are now correctly matched against the DIDs in the Trusted Wallet.
  • When no Trusted Wallet is configured, X.509 certificate-signed attestations are now correctly trusted.