Releases: zitadel/oidc
Releases · zitadel/oidc
v3.45.5
v3.45.4
v3.45.3
v3.45.2
v4.0.0-next.1
4.0.0-next.1 (2026-01-07)
BREAKING CHANGES
- The
expires_in fieldhas changed from typeint64to
oidc.Durationfor various token response payloads.
fixes #815
Definition of Ready
- I am happy with the code
- Short description of the feature/issue is added in the pr
description - PR is linked to the corresponding user story
- Acceptance criteria are met
- All open todos and follow ups are defined in a new ticket and
justified - Deviations from the acceptance criteria and design are agreed with
the PO and documented. - No debug or dead code
- My code has no repetitions
- Critical parts are tested automatically
- Where possible E2E tests are implemented
- Documentation/examples are up-to-date
- All non-functional requirements are met
- Functionality of the acceptance criteria is checked manually on
the dev system.