OpenPeeps release · 6 Aug 2026

2026-08-06-8233151f-RELEASE

A short follow-up on the same-day Postgres cutover tag (2026-08-06-4702f3ce-RELEASE). Three product fixes: group feeds stop jittering, group posts stay group-visible, and opening a post loads faster.

In the product

What members, moderators, and admins see

Groups

  • The compose plus button on a short group feed no longer jumps around while the page settles.
  • Posts created into a group are stored and shown as group visibility, so they do not leak onto the public local feed.

In the platform

APIs, runtime, plugins, and operations

Post context

  • Loading a post and its thread uses a SQL CTE and a leaner mapping path, so the “open this post” round-trip is cheaper after the Postgres move.
  • Group-linked posts are coerced to group visibility in the write path, not only in the UI.

How this tag relates to the earlier 6 Aug cut