v4.39.19

hkchengrex/MMAudiov4.39.19Apr 12, 2026by autheliabot

AI Summary

This release primarily focuses on fixing bugs related to OAuth2 error handling, middleware issuer checks, and server health checks. It includes improvements to error reporting and environment variable writing. Additionally, this version welcomes two new contributors to the project.

Key Highlights

  • Fixed inconsistent error messages in OAuth2 handlers
  • Fixed issuer domain suffix check in middlewares
  • Fixed misleading issuer error reporting
  • Fixed healthcheck environment variables being written late

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`