diff --git a/docs/self-hosted/oel/keto/changelog/v25.4.3.md b/docs/self-hosted/oel/keto/changelog/v25.4.3.md new file mode 100644 index 000000000..8d6e96b5b --- /dev/null +++ b/docs/self-hosted/oel/keto/changelog/v25.4.3.md @@ -0,0 +1,10 @@ +## v25.4.3 + +#### Breaking changes + +Remove the ability for Keto to watch a WebSocket URL (starting with `ws://`) for legacy namespaces. + +This affects the configuration field `namespaces`, but only when using the legacy namespaces which are deprecated. Use the new Ory +Permission Language instead. + +To check if you are affected, run the command: `keto namespace validate-legacy -c /path/to/keto.yml`. diff --git a/docs/self-hosted/oel/kratos/changelog/v25.4.3.md b/docs/self-hosted/oel/kratos/changelog/v25.4.3.md new file mode 100644 index 000000000..e4a7105ec --- /dev/null +++ b/docs/self-hosted/oel/kratos/changelog/v25.4.3.md @@ -0,0 +1 @@ +No changelog entries found for kratos/oel in versions v25.4.3 diff --git a/docs/self-hosted/oel/oathkeeper/changelog/v25.4.3.md b/docs/self-hosted/oel/oathkeeper/changelog/v25.4.3.md new file mode 100644 index 000000000..e48784e11 --- /dev/null +++ b/docs/self-hosted/oel/oathkeeper/changelog/v25.4.3.md @@ -0,0 +1 @@ +No changelog entries found for oathkeeper/oel in versions v25.4.3 diff --git a/docs/self-hosted/oel/oauth2/changelog/v25.4.3.md b/docs/self-hosted/oel/oauth2/changelog/v25.4.3.md new file mode 100644 index 000000000..f48eab184 --- /dev/null +++ b/docs/self-hosted/oel/oauth2/changelog/v25.4.3.md @@ -0,0 +1,14 @@ +## v25.4.3 + +### Add feature flag to disable access token persistence for stateless JWT tokens + +Introduces new feature flags `strategies.jwt.stateless.enabled` and `strategies.jwt.stateless.claim_name` for Hydra that skips +database writes for JWT access tokens. When enabled, access tokens are issued as self-contained JWTs with a top-level claim +indicating to be stateless, and operations that require token state (introspection, revocation, userinfo) return 501 Not +Implemented. This optimization significantly improves performance for workloads that use JWT access tokens and don't require token +revocation or introspection capabilities. + +### Internal Bugfixes + +This release includes some internal bugfixes that are required to ensure zero-downtime upgrades of future versions. Therefore, it +is highly recommended to not skip this version. diff --git a/docs/self-hosted/oel/oel-hydra-image-tags.md b/docs/self-hosted/oel/oel-hydra-image-tags.md index 1e3ae73ed..83f9c09a1 100644 --- a/docs/self-hosted/oel/oel-hydra-image-tags.md +++ b/docs/self-hosted/oel/oel-hydra-image-tags.md @@ -1,5 +1,6 @@ | Image Tag | Release Date | | ---------------------------------------- | ------------ | +| 25.4.3 | 2025-12-01 | | 25.4.2 | 2025-11-25 | | 25.4.1 | 2025-11-19 | | 25.4.0 | 2025-11-07 | diff --git a/docs/self-hosted/oel/oel-keto-image-tags.md b/docs/self-hosted/oel/oel-keto-image-tags.md index a6748bbb1..ecf0760e7 100644 --- a/docs/self-hosted/oel/oel-keto-image-tags.md +++ b/docs/self-hosted/oel/oel-keto-image-tags.md @@ -1,5 +1,6 @@ | Image Tag | Release Date | | ---------------------------------------- | ------------ | +| 25.4.3 | 2025-12-01 | | 25.4.2 | 2025-11-25 | | 25.4.1 | 2025-11-19 | | 25.4.0 | 2025-11-07 | diff --git a/docs/self-hosted/oel/oel-kratos-image-tags.md b/docs/self-hosted/oel/oel-kratos-image-tags.md index 4d68b064c..3e023fe0d 100644 --- a/docs/self-hosted/oel/oel-kratos-image-tags.md +++ b/docs/self-hosted/oel/oel-kratos-image-tags.md @@ -1,5 +1,6 @@ | Image Tag | Release Date | | ---------------------------------------- | ------------ | +| 25.4.3 | 2025-12-01 | | 25.4.2 | 2025-11-25 | | 25.4.1 | 2025-11-19 | | 25.4.0 | 2025-11-07 | diff --git a/docs/self-hosted/oel/oel-oathkeeper-image-tags.md b/docs/self-hosted/oel/oel-oathkeeper-image-tags.md index 5fb761513..1dc502540 100644 --- a/docs/self-hosted/oel/oel-oathkeeper-image-tags.md +++ b/docs/self-hosted/oel/oel-oathkeeper-image-tags.md @@ -1,5 +1,6 @@ | Image Tag | Release Date | | ---------------------------------------- | ------------ | +| 25.4.3 | 2025-12-01 | | 25.4.2 | 2025-11-25 | | 25.4.1 | 2025-11-19 | | 25.4.0 | 2025-11-07 | diff --git a/docs/self-hosted/oel/oel-polis-image-tags.md b/docs/self-hosted/oel/oel-polis-image-tags.md index ae443aaff..cb023ca40 100644 --- a/docs/self-hosted/oel/oel-polis-image-tags.md +++ b/docs/self-hosted/oel/oel-polis-image-tags.md @@ -1,5 +1,6 @@ | Image Tag | Release Date | | ---------------------------------------- | ------------ | +| 25.4.3 | 2025-12-01 | | 25.4.2 | 2025-11-25 | | 25.4.1 | 2025-11-19 | | 25.4.0 | 2025-11-07 | diff --git a/docs/self-hosted/oel/polis/changelog/v25.4.3.md b/docs/self-hosted/oel/polis/changelog/v25.4.3.md new file mode 100644 index 000000000..14aa8abdf --- /dev/null +++ b/docs/self-hosted/oel/polis/changelog/v25.4.3.md @@ -0,0 +1 @@ +No changelog entries found for polis/oel in versions v25.4.3