-
v26.6.2
StableAll checks were successfulChecks / Prek / Check changed files (push) Successful in 5sChecks / Prek / Pre-commit & Formatting (push) Successful in 1m15sBuild / Debian DEB / build (debian-latest) (push) Successful in 11m34sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 11m43sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 7m54sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 9m47sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 19m26sDocumentation / Build and Deploy Documentation (push) Successful in 1m3sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 24m41sChecks / Prek / Clippy and Cargo Tests (push) Successful in 8m22sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 33m4sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 47m58sBuild / Static via Nix / Release Binaries (push) Successful in 25sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 15sRelease Docker Image / Mirror Images (push) Successful in 2m22sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m50sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m26sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 32m26sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 32m7sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 24sRelease Docker Image / Release Binaries (push) Successful in 19sreleased this
2026-07-12 21:34:16 +00:00 | 13 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
EVERY TIME I FIX AN ERROR TEN MORE APPEAR
One more time for the people in the back! This is a bugfix release that fixes a further late-arriving issue with OIDC, as well as some issues which were supposed to be fixed in the previous release but were lost because of a forge hiccup. It is recommended all deployments update as soon as possible, especially if they are using OIDC.
Bugfixes
- Fixed the server returning 500 errors if
admin_console_automaticis enabled and no TTY is available. Contributed by @s1lv3r. (#1975) - Fixed
global.oauth.compatibility_modebeing required, despite being ignored, when the[global.oauth.oidc]config section is provided. - Fixed an issue with a migration that could cause user accounts imported from an identity provider to be marked as deactivated when the server started. If you have accounts affected by this issue, use
!admin users reset-password --convert-to-local-accountto reactivate them.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.6.2
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.6.2 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.6.2 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.6.2
You can also use the
latesttag for the most recent release, orv26.6for the most recent release in the v26.6 series.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
Static binaries are built with musl, and will work on any Linux distribution.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
87 downloads
- Fixed the server returning 500 errors if