2026.5.0

nextauthjs/next-auth2026.5.0May 8, 2026by GabrielBianconi

AI Summary

This release enforces stricter authentication requirements on the UI, aligning it with the gateway's authentication status. Additionally, it improves error handling and logging for complex streaming inferences to provide better visibility and stability.

Key Highlights

  • UI now requires authentication when gateway requires authentication
  • Improved error handling for complex streaming inferences

Breaking Changes

  • The UI will now require authentication when the gateway requires authentication.

New Features

  • Enhanced error handling and logging for complex streaming inferences

Full Release Notes

> [!CAUTION]
> **Breaking Changes**
>
> - The UI will now require authentication when the gateway requires authentication. Previously, the UI only required authentication for gateway usage.

**New Features**

- Improve error handling (e.g. status code propagation) and logging for complex streaming inferences (e.g. fallbacks).

_& multiple under-the-hood and UI improvements (thanks @arisp)_