2026.5.2
nextauthjs/next-auth2026.5.2May 20, 2026by GabrielBianconi
AI Summary
This release updates the OpenAI-compatible inference endpoint to accept both strings and arrays for the `stop` parameter, improving compatibility with various clients. It also adds support for Arize OpenInference attributes to enhance observability.
Key Highlights
- Accept both strings and array of strings for `stop` parameter
- Emit additional OpenInference attributes for Arize compatibility
New Features
- Flexible `stop` parameter handling
- Arize OpenInference integration
Full Release Notes
**New Features** - Accept both strings and array of strings for `stop` in the OpenAI-compatible inference endpoint (thanks @pragnyanramtha). - Emit additional OpenInference attributes for Arize compatibility.