What goauthentik/authentik shipped
Generated by FoxPlug from public activity — not affiliated with Goauthentik.
Week of September 14, 2026
What shipped
- Released version 2026.8.3 with fixes for file search, API autocomplete, blueprints, and Docker Compose configuration. Release
- Fixed migration failures occurring when upgrading from 2026.5.7 to 2026.8.2 due to inconsistent migration history. Pull request #26208
- Replaced ESLint and Prettier with Oxlint and Oxfmt for faster web linting and formatting. Pull request #26061
- Converted all JSDoc types to TypeScript using Node's built-in type stripping, bringing type safety to build scripts and web modules. Pull request #25525
- Fixed RAC browser WebSocket disconnects by implementing Guacamole instruction parsing and ping echo handling. Pull request #26207
- Added GitLab compatibility option to the web SCIM form that was missing from the 2026.8 release. Pull request #26154
- Fixed admin sidebar expansion regression and added persistence of expansion state to session storage. Pull request #26218
- Static authenticator tokens now display in hyphenated groups and accept separators during verification. Pull request #26251
- RADIUS property mappings now support returning additional properties as dictionaries and continue processing after mapping failures. Pull request #26029
- Documented percent-encoding of proxy headers to prevent failures in upstream applications with non-ASCII header values. Pull request #26093
Why it matters
This week includes a critical maintenance release fixing upgrade failures, substantial web tooling improvements for developer experience, and bug fixes for WebSocket stability and UI regressions. TypeScript adoption across the web build pipeline strengthens type safety going forward.
Changelog entry
- 2026.8.3 released with file search, API autocomplete, and blueprint fixes Release
- core: fix migrations for 2026.5.7 to 2026.8.2 upgrade path Pull request #26208
- web: replace ESLint/Prettier with Oxlint/Oxfmt Pull request #26061
- web: convert JSDoc types to TypeScript Pull request #25525
- providers/rac: fix WebSocket disconnects by parsing Guacamole instructions Pull request #26207
- web/scim: add GitLab compatibility option Pull request #26154
- web/router: fix sidebar expansion and add persistence Pull request #26218
- stages/authenticator_static: display tokens in hyphenated groups with separator support Pull request #26251
- providers/radius: allow returning properties as dictionaries and continue on mapping failure Pull request #26029
- website/docs: document percent-encoding for proxy headers Pull request #26093
2026.8.3 released: upgrade path fixed, RAC WebSocket stability improved, web tooling upgraded to Oxlint/Oxfmt, and sidebar persistence restored.
authentik 2026.8.3 is out. This release fixes migration failures from earlier versions, restores the admin sidebar expansion behavior, improves WebSocket stability for RAC sessions, and replaces ESLint/Prettier with faster Oxlint/Oxfmt tooling. The web build pipeline is now fully TypeScript for better type safety.