73 wires and counting

$ follow Open WebUI

Keep up with Open WebUI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-18
stories 92

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Pinned model defaults fixed for existing users

By RepoJournal · Filed · About Open WebUI

Default pinned models now apply immediately for users who had previously loaded Open WebUI.

A bug in admin settings made "Default Pinned Models" ineffective for any user who had already opened the interface once. The first page load copied the admin default into the user's own settings and saved it, marking them as customized and ignoring future changes. The default is now resolved for display only through a shared store, so per-user pins no longer shadow admin defaults after the initial visit. [1]

The Docker image sheds test-only dependencies: pytest, pytest-docker, and the docker SDK were still installed despite no test suite remaining, and netcat-openbsd is removed as it was never used. This shrinks the image for every variant. The related commit also removes moto from the "all" extras for pip installs. [2][3]

Seven route handlers no longer open a request-scoped database session they never used, including three endpoints the frontend calls on every page load: `/api/v1/users/user/settings`, `/user/status`, and `/user/info`. Dropping those unused session dependencies trims per-request overhead on frequent calls. [4]

Quick answers

What shipped in Open WebUI on August 18, 2026?
Default pinned models now apply immediately for users who had previously loaded Open WebUI. In total, 61 commits and 31 pull requests landed.
Who contributed to Open WebUI on August 18, 2026?
2 developers shipped this update, including Classic298 and James Kerrane.
What were the notable Open WebUI updates?
fix: default pinned models stop applying after a user's first page load, chore: drop test-only dependencies from the Docker image, and chore: drop test-only dependencies from the Docker image and the published package (#28726).