Răsfoiți Sursa

Merge pull request #16458 from Classic298/patch-3

chore: 0.6.22 changelog
Tim Jaeryang Baek 1 lună în urmă
părinte
comite
e15f8b8baf
1 a modificat fișierele cu 15 adăugiri și 0 ștergeri
  1. 15 0
      CHANGELOG.md

+ 15 - 0
CHANGELOG.md

@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [0.6.22] - 2025-08-11
+
+### Added
+
+- 🔗 **OpenAI API '/v1' Endpoint Compatibility**: Enhanced API compatibility by supporting requests to paths like '/v1/models', '/v1/embeddings', and '/v1/chat/completions'. This allows Open WebUI to integrate more seamlessly with tools that expect OpenAI's '/v1' API structure.
+- 🪄 **Toggle for Guided Response Regeneration Menu**: Introduced a new setting in 'Interface' settings, providing the ability to enable or disable the expanded guided response regeneration menu. This offers users more control over their chat workflow and interface preferences.
+- ✨ **General UI/UX Enhancements**: Implemented various user interface and experience improvements, including more rounded corners for cards in the Knowledge, Prompts, and Tools sections, and minor layout adjustments within the chat Navbar for improved visual consistency.
+- 🌐 **Localization & Internationalization Improvements**: Introduced support for the Kabyle (Taqbaylit) language, expanding the platform's linguistic coverage.
+
+### Fixed
+
+- 🐞 **OpenAI Error Message Propagation**: Resolved an issue where specific OpenAI API errors (e.g., 'Organization Not Verified') were obscured by generic 'JSONResponse' iterable errors. The system now correctly propagates detailed and actionable error messages from OpenAI to the user.
+- 🛠️ **API Response Handling in Middleware**: Fixed a TypeError that occurred when the middleware attempted to process JSONResponse error objects. The system now robustly handles both dictionary and JSONResponse objects in the middleware, preventing crashes and ensuring consistent and correct propagation of responses, including specific refinements for JSONResponse types.
+- ⚙️ **General Backend Refactoring**: Implemented various backend improvements to enhance performance, stability, and reliability in handling API responses and error propagation.
+
 ## [0.6.21] - 2025-08-10
 
 ### Added