diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a77a171c..3aa18a6594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ๐Ÿงพ **Tools declare what they import.** Packages that sat in the image only by accident, among them nltk, pymongo, the Google Drive client and the Gemini SDK, are no longer installed, so a tool or function importing one stops working on upgrade until it names the package in its own requirements; an instance that cannot reach the package index needs the package built into the image instead. [#29725](https://github.com/open-webui/open-webui/pull/29725), [#29726](https://github.com/open-webui/open-webui/pull/29726), [Commit](https://github.com/open-webui/open-webui/commit/a1c02098aa2687c72482a59117efe643b785df51) - ๐Ÿ”— **Default suggestions answer with an object.** `POST /api/v1/configs/suggestions` now answers with an object holding the suggestions and their per-language wording, in place of the bare list it returned before, so anything calling it directly has to read the new shape. [Commit](https://github.com/open-webui/open-webui/commit/7b6562e3358956ec71eed05352538a646d047734) - ๐Ÿ–ผ๏ธ **Model pictures fall back to the default logo.** A model picture is replaced by the standard logo wherever the viewer cannot access that model, in a model's reply shown to the other members of a channel and on the admin analytics and evaluation pages with the access bypass switched off, so a familiar picture shows as the default logo in those places. [#29700](https://github.com/open-webui/open-webui/pull/29700) -- ๐Ÿ–จ๏ธ **The server-side PDF endpoint is gone.** `POST /api/v1/utils/pdf` and the fonts it needed have been removed. Downloading a chat as a PDF is unaffected, the browser having drawn it for some time already, but anything calling that endpoint fails. [Commit](https://github.com/open-webui/open-webui/commit/508de20779168003e538bb936b49a31d4a8fb8bb) ## [0.11.3] - 2026-08-31