Skip to content

v1.2.1.1

Choose a tag to compare

@Classic298 Classic298 released this 01 Jun 22:26
· 9 commits to main since this release
c105358

[v1.2.1.1] - 2026-06-02

Compatible with Open WebUI v0.9.6

Fixed

  • Active users' memories are no longer deleted during vector cleanup. On the non-multitenancy backends (Chroma, the default, plus PGVector, Milvus, and standalone Qdrant), the orphan sweep built its set of expected collections from active files and knowledge bases only. It never accounted for per-user user-memory-{id} collections, so it treated every memory collection as orphaned and deleted it, including those of active users. A normal prune run could therefore wipe live memories.

    The cleaner now preserves user-memory-{id} for every active user and removes only a deleted user's memory collection. This matches the multitenancy cleaners (Qdrant and Milvus multitenancy), which already scoped memory collections to active users and were not affected.

Who should upgrade

  • Anyone on v1.2.1 using the Memories feature with Chroma, PGVector, Milvus, or standalone Qdrant should upgrade before their next run. Multitenancy deployments were unaffected.