v4.39.19
roboflow/supervisionv4.39.19Apr 12, 2026by autheliabot
AI Summary
This release focuses on fixing various authentication and middleware issues, specifically improving OAuth2 error handling, issuer domain validation, and the timing of healthcheck environment variables.
Key Highlights
- Fixed inconsistent OAuth2 error messages
- Improved issuer domain suffix check
- Fixed healthcheck environment variable writing timing
- Welcomed two new contributors
Full Release Notes
### Bug Fixes * **handlers:** oauth2 inconsistent error messages ([#11745](https://github.com/authelia/authelia/issues/11745)) ([dcae991](https://github.com/authelia/authelia/commit/dcae9914bf4103f109b1739298ea52fdf420fa97)) by @james-d-elliott * **middlewares:** issuer domain suffix check ([#11758](https://github.com/authelia/authelia/issues/11758)) ([c6c8c0c](https://github.com/authelia/authelia/commit/c6c8c0c22a5c509b461412d3745bf2fe20dfc422)) by @james-d-elliott * **middlewares:** misleading issuer error ([#11749](https://github.com/authelia/authelia/issues/11749)) ([6ceeb2c](https://github.com/authelia/authelia/commit/6ceeb2c59ba7ecd11cd36e9631d988e1bdd6526e)) by @james-d-elliott * **server:** healthcheck env written late ([#11639](https://github.com/authelia/authelia/issues/11639)) ([d259426](https://github.com/authelia/authelia/commit/d2594266d56d3126771847b90f52d6bf11c7c0bf)) by @james-d-elliott ### New Contributors * @Phur3ouZ made their first contribution in https://github.com/authelia/authelia/pull/11736 * @ishanjain28 made their first contribution in https://github.com/authelia/authelia/pull/11757 ### Docker Container * `docker pull authelia/authelia:4.39.19` * `docker pull ghcr.io/authelia/authelia:4.39.19`