-
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 | 29 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)
6 downloads
-
Source code (TAR.GZ)
142 downloads
- Fixed the server returning 500 errors if
-
v26.6.1
StableSome checks failedChecks / Prek / Check changed files (push) Successful in 4sChecks / Prek / Pre-commit & Formatting (push) Successful in 1m8sChecks / Prek / Clippy and Cargo Tests (push) Has been cancelledBuild / Debian DEB / build (debian-latest) (push) Successful in 12m59sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 13m39sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 10m40sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 12m5sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 18m48sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 25m1sDocumentation / Build and Deploy Documentation (push) Successful in 1m7sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 31m15sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 51m52sBuild / Static via Nix / Release Binaries (push) Successful in 20sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 53m37sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m23sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m46sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 20sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 30m49sRelease Docker Image / Release Binaries (push) Successful in 15sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 20sRelease Docker Image / Mirror Images (push) Successful in 5m41sreleased this
2026-07-12 04:09:50 +00:00 | 37 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
EDU stands for Evil Data Unit
Warning
Several very disruptive bugs have been discovered in this release. It is recommended you skip this version and instead choose the latest 26.6.X patch release.
That time again, already? This is a bugfix release that hashes over some bugs that were found shortly after releasing v26.6.0. It is recommended all deployments update as soon as possible, especially if they are using OIDC.
Features
- Added enforcement for new federated invite checks and corrected a bunch of related spec compliance issues along the way. Contributed by @nex. (#1952)
Bugfixes
- Fixed existing accounts failing to link when logging in with OIDC if
prompt_for_localpartwasfalse. (#1942) - Authentication is no longer required on the
/_matrix/client/v3/account/3pid/email/requestTokenendpoint. (#1953) - Fixed newly created rooms failing to sync properly in clients using legacy sync.
- Stopped appservice users from being erroneously marked as deactivated during a 26.6 database migration.
- Whitespace will now automatically be trimmed from the start and end of the
global.oauth.oidc.client_secret_file.
Incompatible changes
- The new validation checks performed as part of #1952 will prevent any Continuwuity server that is not up to date from sending federated invites to up-to-date servers due to spec compliance issues in prior versions. If this causes problems for you, you should downgrade or just remain on the previous version. Local invites are unaffected.
woof
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
38 downloads
-
v26.6.0
StableSome checks failedChecks / Prek / Pre-commit & Formatting (push) Successful in 1m18sChecks / Prek / Check changed files (push) Successful in 6sBuild / Debian DEB / build (debian-latest) (push) Successful in 8m34sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 8m37sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 9m21sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 8m20sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Successful in 22m9sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Successful in 16m43sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Successful in 47m41sDocumentation / Build and Deploy Documentation (push) Successful in 1m32sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Successful in 31m49sBuild / Static via Nix / Release Binaries (push) Successful in 22sChecks / Prek / Clippy and Cargo Tests (push) Successful in 10m1sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 12m16sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 9m27sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 15sRelease Docker Image / Build linux-amd64 (max-perf) (push) Failing after 36m53sRelease Docker Image / Build linux-arm64 (max-perf) (push) Failing after 53m53sRelease Docker Image / Create Max-Perf Manifest (push) Has been cancelledRelease Docker Image / Release Binaries (push) Has been cancelledRelease Docker Image / Mirror Images (push) Has been cancelledreleased this
2026-07-10 17:28:57 +00:00 | 90 commits to main since this release
Continuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
this PR makes performance and stability WORSE. we did this because we are EVIL.
Warning
Several very disruptive bugs have been discovered in this release. It is recommended you skip this version and instead choose the latest 26.6.X patch release.
Hello friends! It's been a while. Almost three months, in fact, but we've been busy. I'm not sure how to convey how major this release is, and how excited we are for you all to get to play with it. We've changed more than thirty five thousand lines of code - a third of the codebase - and brought you some incredible features since our last release, including some of our most highly requested features ever. To mark this milestone, we've changed our versioning scheme! Continuwuity is officially out of the zerover tarpit.
In compatible clients, you'll notice a new login and registration screen. This is our newly introduced support for OAuth login, also referred to as next-generation authentication. This means it's finally possible to register new accounts in Element X! We've also added support for Single Sign On using OpenID Connect-compatible identity providers, and have removed support for LDAP per #1701.
We've fixed a longstanding design flaw with our legacy sync code which should massively reduce database sizes for old deployments and slow database growth for new ones.
We've also got an incredible amount of invisible improvements! Many improvements have been made to federation to make it faster and more reliable. You're much less likely to experience a state reset. Room upgrades are smoother and more reliable. Synchronisation with clients is more correct and reliable. Unable to Decrypt errors should be less likely when you recive lots of messages while offline. Policy server support has been updated.
Server administrators may wish to configure the new
request_ip_sourceoption to set how Continuwuity determines the client's IP address.Thanks to @julian45, our Fedora RPM packages have been replaced by packages in the Terra repository and the OpenSUSE Build Service. This means that Continuwuity is now available for EL and OpenSUSE distributions. To use these packages, please follow the new RPM guide. Users on the old
forgejo.ellis.linkRPM repositories must migrate to the new packages.Note
Updating to this release is one-way, as it includes database migrations that make it incompatible with the 0.5.x series.
Features
-
Added support for linking an external identity provider with OIDC. Contributed by @ginger. (#765)
-
Updated MSC4284: Policy Servers implementation to support the newly stabilised proposal. Contributed by @nex. (#1487)
-
Added config option for default room ACLs. Contributed by @eve. (#1691)
-
Added support for fallback encryption keys. (#1710)
-
Add
!admin users reject-all-invitesto clean invite spam (#1741) -
Implemented event rejection, which should resolve and prevent future netsplits of the kinds observed
within some Continuwuity rooms.
Also resolved several bugs related to both soft-failing events, and event backfilling, which should
improve state resolution stability.
The!admin debug get-pducommand was updated to disambiguate event acceptance status, and
!admin debug show-auth-chainwas added to visually display event auth chains, which may assist
developers in debugging strangely complex events. -
Added full support for MSC4168: Update
m.space.*state on room upgrade. Contributed by @nex. (#1807) -
Improved the performance and reliability of fetching missing events, improving network partition recovery. Contributed
by @nex. (#1818) -
Added static builds using Nix, allowing for Continuwuity on musl. During this, we also introduced a
max-perf-haswellpackage, separating it frommax-perf, so you may want to swap to this if you are on NixOS. Contributed by @Henry-Hiles (QuadRadical). (#1853) -
Added support for MSC4380 invite blocking, which has become part of the Matrix specification in v1.18. Contributed by @nex. (#1875)
-
Added
!admin debug get-state-atcommand (#1877) -
Added a configuration option to allow choosing a client IP source that is not the TCP connecting IP. Contributed by @nex. (#1931)
-
Added support for MSC4466, which allows clients to customize how changes to a user's global profile are propagated. Contributed by @ginger.
-
Added support for Matrix 1.16's
state_afterfeature, allowing clients which understand it to sync room state changes more reliably. Contributed by @ginger. -
Added support for authenticating clients using the new OAuth 2.0 login API. Contributed by @ginger.
-
Appservice device management as outlined in MSC4190 (part of Matrix 1.17) is now fully supported. Contributed by @ginger.
-
Users may now be forbidden from deactivating their own accounts with the new
allow_deactivationconfig option. Contributed by @ginger.
Bugfixes
- Adjusted legacy sync logic to allow the
roomsynctoken_shortstatehashdatabase column to be dropped, massively reducing database sizes, especially for old deployments. Contributed by @ginger. (#917) - Fixed a bug that caused the server to drop events during processing if several events for the same room were sent in a singular transaction. Contributed by @nex. (#1711)
- fix
!admin query account-data account-data-getnot returning the content (#1742) - Fixed an issue where Continuwuity would only advertise support for the unstable endpoint for Mutual Rooms (MSC2666), despite only supporting the stable endpoint. Contributed by @Henry-Hiles (QuadRadical) (#1752)
- Fixed admin commands being ignored when they had leading whitespace before admin commands. Contributed by @kitvonsnookerz. (#1804)
- Fixed several bugs in the
POST /_matrix/client/v3/rooms/{roomId}/upgradeendpoint. Contributed by @nex. (#1807) - Devices which set their presence as "offline" will no longer be considered for presence updates. Contributed by @timedout.
- Improved invite and join reliability in clients using legacy sync. Contributed by @ginger
- The invite recipient's membership event is now included in invite stripped state, which should fix flaky invite display in some clients. Contributed by @ginger
Improved Documentation
- Add performance tuning documentation. Contributed by @stratself. (#1498)
- Explain accessing Continuwuity's server console when deployed via Docker. (#1671)
- Clarified in the config that
max_request_sizeaffects federated media as well. (#1706) - Added example configuration using caddy-docker-proxy in the livekit setup section of the docs. Contributed by @Cease (#1762)
- Updated deployment docs to account for new RPM package availability across more distros. Contributed by @julian45. (#1912)
Deprecations and Removals
- Removed support for LDAP. (#1701)
- Removed support for guest user registration, a little-used and deprecated approach to room previews.
- Removed the
/_conduwuit/versions of thelocal_user_countandversionroutes. These routes are still accessible under the/_continuwuityprefix. - Support for server-side blurhashing (part of MSC2448) has been removed.
- The deprecated
well_known.rtc_focus_server_urlsconfig option has been removed. MatrixRTC foci should be configured using thematrix_rtc.fociconfig option.
Misc
- #1505, #1829, #1927, #1933, #1934
- Switched from Continuwuity's fork of Ruma back to upstream Ruma. Contributed by @ginger.
- The version of Debian that the Docker-based build process uses has been upgraded from Bookworm to Trixie, meaning that standalone binaries now have a minimum glibc of 2.41, and can no longer be used on distro versions from before 2025-01-30
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v26.6.0
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v26.6.0 - GitHub:
ghcr.io/continuwuity/continuwuity:v26.6.0 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v26.6.0
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)
4 downloads
-
Source code (TAR.GZ)
102 downloads
-
-
v0.5.10
StableSome checks failedBuild / Debian DEB / build (debian-latest) (push) Successful in 10m56sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 11m50sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 11m54sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 11m41sDocumentation / Build and Deploy Documentation (push) Successful in 1m55sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m1sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 12m30sBuild / Fedora RPM / build (push) Successful in 45m20sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 18sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 54m32sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 30m1sRelease Docker Image / Release Binaries (push) Successful in 20sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 24sRelease Docker Image / Mirror Images (push) Successful in 5m4sBuild / Static via Nix / Build conduwuit-haswell-linux-static-amd64-maxperf Binary (push) Failing after 4m48sBuild / Static via Nix / Build conduwuit-linux-static-amd64 Binary (push) Failing after 7m14sBuild / Static via Nix / Build conduwuit-linux-static-arm64 Binary (push) Failing after 4m49sBuild / Static via Nix / Build conduwuit-linux-static-arm64-maxperf Binary (push) Failing after 7m8sBuild / Static via Nix / Release Binaries (push) Has been skippedreleased this
2026-06-20 18:04:19 +00:00 | 768 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
This release is a security bugfix release based on v0.5.9 - it does not incorporate any new features or other changes pushed into main since v0.5.8. If you want new features, you should track the
mainbranch instead - we'll be releasing a new major version with shiny new features soon!Security
- Fixed a bug that allowed a remote server to send to-device messages to a non-local user. Reported by echoray.
- Fixed a bug that allowed local users to request URL previews of explicitly forbidden domains. Reported by echoray.
- Fixed a bug that permitted authentication as a dehydrated device. Reported by @stratself.
Downloads
-
Source code (ZIP)
9 downloads
-
Source code (TAR.GZ)
114 downloads
-
Continuwuity v26.6.0-alpha.1
Pre-releaseAll checks were successfulChecks / Prek / Check changed files (push) Successful in 6sChecks / Prek / Pre-commit & Formatting (push) Successful in 1m27sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 7m5sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 7m53sBuild / Debian DEB / build (debian-latest) (push) Successful in 9m17sDocumentation / Build and Deploy Documentation (push) Successful in 1m7sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 10m55sChecks / Prek / Clippy and Cargo Tests (push) Successful in 8m37sBuild / Fedora RPM / build (push) Successful in 44m16sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 16sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 12m1sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 11m17sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 17sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 28m15sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 28m14sRelease Docker Image / Release Binaries (push) Has been skippedRelease Docker Image / Mirror Images (push) Successful in 1m4sreleased this
2026-06-17 14:12:50 +00:00 | 450 commits to main since this releaseImportant
Security patches were after this alpha was released - please use the
mainbranch instead of this release, as it does not have those fixes.Hey all,
This is a prerelease for people who want to test out what's coming for the next release. Right now the major differences to check are the ruma refactoring (#1656), which changes pretty much everything, a modification to the sync endpoint that should halt database growth (#1795) and event rejection + state reset fixes (#1747).
Also of note is #1487, removal of LDAP support, #1710, #1807. There are of course many more changes (fragments are kept in the changelog.d directory)
Please test these changes, and let us know about any new bugs or regressions. We've got several more major changes in the queue to merge before release!
Best,
JadeDownloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
286 downloads
-
Source code (ZIP)
-
Continuwuity v0.5.9
StableAll checks were successfulBuild / Debian DEB / build (debian-latest) (push) Successful in 9m44sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 9m46sDocumentation / Build and Deploy Documentation (push) Successful in 1m13sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 10m25sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 11m58sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 13m11sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 16m45sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 41sBuild / Fedora RPM / build (push) Successful in 50m28sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 39m2sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 39m9sRelease Docker Image / Release Binaries (push) Successful in 22sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 38sRelease Docker Image / Mirror Images (push) Successful in 4m43sreleased this
2026-05-07 20:43:53 +00:00 | 775 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
This release is a security bugfix release based on v0.5.8 - it does not incorporate any new features or other changes pushed into main since v0.5.8.
Security
- Fixed a bug that caused the server to drop events during processing if several events for the same room were sent in a singular transaction. Contributed by @nex. (#1711)
- Fixed a bug that caused the server to panic while handling transactions with malformed events, resulting in a deadlock that prevented the remote server from federating with us until the server was restarted. Contributed by @nex.
- Fixed a bug that resulted in the
m.federatefield ofm.room.createbeing ignored in v12 rooms, allowing remote servers to participate in local-only rooms. Contributed by @nex, reported by @mat:emzee.ee.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v0.5.9
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v0.5.9 - GitHub:
ghcr.io/continuwuity/continuwuity:v0.5.9 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v0.5.9
You can also use the
latesttag for the most recent release, orv0.5for the most recent release in the v0.5 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.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
101 downloads
-
Continuwuity v0.5.8
StableSome checks failedChecks / Prek / Check changed files (push) Successful in 8sChecks / Prek / Pre-commit & Formatting (push) Successful in 1m28sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 9m17sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 13m55sBuild / Debian DEB / build (debian-latest) (push) Successful in 14m15sDocumentation / Build and Deploy Documentation (push) Successful in 1m28sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 10m21sChecks / Prek / Clippy and Cargo Tests (push) Failing after 4m30sBuild / Fedora RPM / build (push) Successful in 51m45sRelease Docker Image / Mirror Images (push) Successful in 1m15sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 15m59sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 16m10sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 1m5sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 39m38sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 38m11sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 41sreleased this
2026-04-24 19:21:57 +00:00 | 792 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
working on it, may take 6 years
Surprise! This is a patch release (semver isn't real and can't hurt us) to fix a bug with email support that could cause the database to get mangled. If you're running a public Continuwuity homeserver with email configured, you should update as soon as possible. Besides that. room version 12 is now the default for new rooms, and LDAP has gained support for StartTLS.
Features
- LDAP can now optionally be connected to using StartTLS, and you may unsafely skip verification. Contributed by @getz (#1389)
- Users will now be prevented from removing their email if the server is configured to require an email when registering an account.
Bugfixes
- Fixed a situation where multiple email addresses could be erroneously associated with one user in the database when that user changes their email address, causing email features to behave inconsistently.
Improved Documentation
- Updated config docs to state we support room version 12, and set it as default. Contributed by @ezera. (#1622)
- Improve instructions for generic deployments, removing unnecessary parts and documenting the new initial registration token flow. Contributed by @stratself (#1677)
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v0.5.8
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v0.5.8 - GitHub:
ghcr.io/continuwuity/continuwuity:v0.5.8 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v0.5.8
You can also use the
latesttag for the most recent release, orv0.5for the most recent release in the v0.5 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.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
7 downloads
-
Source code (TAR.GZ)
34 downloads
-
Continuwuity v0.5.7
StableAll checks were successfulChecks / Prek / Pre-commit & Formatting (push) Successful in 1m27sChecks / Prek / Clippy and Cargo Tests (push) Successful in 10m18sBuild / Debian DEB / build (debian-latest) (push) Successful in 11m35sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 9m16sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 8m18sDocumentation / Build and Deploy Documentation (push) Successful in 1m21sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 11m41sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 18sBuild / Fedora RPM / build (push) Successful in 43m59sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 41m41sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 14m6sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 10m7sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 31m24sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 39sRelease Docker Image / Mirror Images (push) Successful in 2m25sreleased this
2026-04-17 17:19:29 +00:00 | 848 commits to main since this releaseContinuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
@maintainers continuwuity won't let me reset my password on IE9
Hi everyone! It's been a hot minute since the last release, but we're back - with a bunch of pretty awesome features.
The headline feature for this release is email support! You can now add an email to your account, reset your password, require verification for sign up and so on. To complement that, you can also now require users to accept terms & conditions before registering. Notification pushers are now automatically removed when a device logs out, saving your server resources, too.We've also got some fun new options - you can deprioritise specific slow servers when joining a room, and you can tell search engines they're not allowed to index your instance's homepage. Registration tokens can be read from a file again, too. On top of that, binaries now expose more information about how they were built to you in admin commands, and you can reset the push rules of a user in case they get messed up.
We've also got a lot of bug fixes, which should express themselves as more reliable room joins, less logged errors, and changing your displayname and avatar no longer failing in specific cases. Also less ways to accidentally break your server, which is always good.
Features
- Re-added support for reading registration tokens from a file. Contributed by @ginger and @benbot. (#1371)
- Add new config option to allow or disallow search engine indexing through a
<meta ../>tag. Defaults to blocking indexing (content="noindex"). Contributed by @s1lv3r and @ginger. (#1527) - Add new config option for MSC4439
PGP key URIs. Contributed by LogN. (#1609) - Added
!admin users reset-push-rulescommand to reset the notification settings of users. Contributed by @nex. (#1613) - Notification pushers are now automatically removed when their associated device is. Admin commands now exist for manual cleanup too. Contributed by @nex. (#1614)
- Implemented option to deprioritize servers for room join requests. Contributed by @ezera. (#1624)
- Added admin commands to get build information and features. Contributed by @Jade (#1629)
- Added support for associating email addresses with accounts, requiring email addresses for registration, and resetting passwords via email. Contributed by @ginger
- Added support for requiring users to accept terms and conditions when registering.
- Added support for using an admin command to issue self-service password reset links.
Bugfixes
- Fixed corrupted appservice registrations causing the server to enter a crash loop. Contributed by @nex. (#1265)
- Prevent removing the admin room alias (
#admins) to avoid accidentally breaking admin room functionality. Contributed by @0xnim (#1448) - Stripped
join_authorised_via_users_serverfrom json if user is already in room (@partha:cxy.run) (#1542) - Fixed internal server errors for fetching thumbnails. Contributed by @PerformativeJade (#1572)
- Fixed error 500 when joining non-existent rooms. Contributed by @ezera. (#1579)
- Refactored nix package. Breaking, since
all-featurespackage no longer exists. Continuwuity is now built with jemalloc and liburing by default. Contributed by @Henry-Hiles (QuadRadical). (#1596) - Fixed resolving IP of servers that only use SRV delegation. Contributed by @tulir. (#1615)
- Fixed "Sender must be a local user" error for make_join, make_knock, and make_leave federation routes. Contributed by @nex. (#1623)
- Fixed restricted joins not being signed when we are being used as an authorising server. Contributed by @nex, reported by vel. (#1630)
- Fixed room alias deletion so removing one local alias no longer removes other aliases from room alias listings.
- Stopped left rooms from being unconditionally sent on initial sync, hopefully fixing spurious appearances of left rooms in some clients (and making sync faster as a bonus). Contributed by @ginger
- Corrected the response field name for MatrixRTC transports. Contributed by @spaetz
Improved Documentation
- Added Testing and Troubleshooting instructions for Livekit documentation. Contributed by @stratself. (#1429)
- Refactored docker docs to include new initial token workflow, and add Caddyfile example. Contributed by @stratself. (#1594)
- Add DNS tuning guide for Continuwuity. Users are recommended to set up a local caching resolver following the guide's advice. Contributed by @stratself (#1601)
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v0.5.7
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v0.5.7 - GitHub:
ghcr.io/continuwuity/continuwuity:v0.5.7 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v0.5.7
You can also use the
latesttag for the most recent release, orv0.5for the most recent release in the v0.5 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.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
41 downloads
-
v0.5.6
StableSome checks failedChecks / Prek / Pre-commit & Formatting (push) Successful in 5m26sDocumentation / Build and Deploy Documentation (push) Successful in 1m34sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 52m40sBuild / Fedora RPM / build (push) Successful in 48m44sBuild / Debian DEB / build (debian-latest) (push) Successful in 17m24sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 57m55sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 1m43sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 3m29sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 3m25sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 5m1sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 10m11sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 8m33sChecks / Prek / Clippy and Cargo Tests (push) Successful in 29m20sBuild / Debian DEB / build (ubuntu-previous) (push) Failing after 12m17sreleased this
2026-03-04 01:58:09 +00:00 | 1201 commits to main since this releaseContinuwuity 0.5.6
Continuwuity is a community-driven Matrix chat server, designed to be efficient and easy to run
no, federation drug will kill the patient! she needs soft fails to live!
Aaaand we're back, just long enough to haunt the release notes! This time we've got a couple of small security improvements, as well as improvements to federation performance & reliability, a fix to being unable to decrypt messages sent while you were logged out of all devices and disabling outbound presence by default - which should cause a reduction in CPU usage on many people's servers.
We've had a massive amount of community contribution, so much that it's hard to keep up with it all! Thank you to everyone who has contributed – we're working our way through open PRs. It might take some time to get all the new changes incorporated, especially with our reduced capacity right now.
Please reshare the announcement on the Fediverse and on Bluesky, and consider giving us a star on github :3
Security
- Admin escape commands (
\\!adminin rooms other than the admin room) recieved over federation will never be executed, as this is never valid in a genuine situation. Contributed by @Jade. This is a followup enhancement to further improve the resilliance to attacks similar to CVE-2026-24471 and CVE-2025-68667. - Fixed data amplification vulnerability (CWE-409) that affected configurations with server-side compression enabled (non-default). Contributed by @nex.
Features
- Outgoing presence is now disabled by default, and the config option documentation has been adjusted to more accurately represent the weight of presence, typing indicators, and read receipts. Contributed by @nex. (#1399)
- Improved the concurrency handling of federation transactions, vastly improving performance and reliability by more accurately handling inbound transactions and reducing the amount of repeated wasted work. Contributed by @nex and @Jade. (#1428)
- Added MSC3202 Device masquerading (not all of MSC3202). This should fix issues with enabling MSC4190 for some Mautrix bridges. Contributed by @Jade (#1435)
- Added MSC3814 Dehydrated Devices - you can now decrypt messages sent while all devices were logged out. (#1436)
- Implement MSC4143 MatrixRTC transport discovery endpoint. Move RTC foci configuration from
[global.well_known]to a new[global.matrix_rtc]section with afocifield. Contributed by @0xnim (#1442) - Updated
list-backupsadmin command to output one backup per line. (#1394) - Improved URL preview fetching with a more compatible user agent for sites like YouTube Music. Added
!admin media delete-url-preview <url>command to clear cached URL previews that were stuck and broken. (#1434)
Bugfixes
- Removed non-compliant nor functional room alias lookups over federation. Contributed by @nex (#1393)
- Removed ability to set rocksdb as read only. Doing so would cause unintentional and buggy behaviour. Contributed by @Terryiscool160. (#1418)
- Fixed a startup crash in the sender service if we can't detect the number of CPU cores, even if the
sender_workersconfig option is set correctly. Contributed by @katie. (#1421) - Removed the
allow_public_room_directory_without_authconfig option. Contributed by @0xnim. (#1441) - Fixed sliding sync v5 list ranges always starting from 0, causing extra rooms to be unnecessarily processed and returned. Contributed by @0xnim (#1445)
- Fixed a bug that (repairably) caused a room split between continuwuity and non-continuwuity servers when the room had both
m.room.policyandorg.matrix.msc4284.policyin its room state. Contributed by @nex (#1481) - Fixed
!admin media delete --mxc <url>responding with an error message when the media was deleted successfully. Contributed by @lynxize - Fixed spurious 404 media errors in the logs. Contributed by @benbot.
- Fixed spurious warn about needed backfill via federation for non-federated rooms. Contributed by @kraem.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v0.5.6
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v0.5.6 - GitHub:
ghcr.io/continuwuity/continuwuity:v0.5.6 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v0.5.6
You can also use the
latesttag for the most recent release.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
28 downloads
-
Source code (TAR.GZ)
129 downloads
- Admin escape commands (
-
v0.5.5
StableAll checks were successfulChecks / Prek / Pre-commit & Formatting (push) Successful in 1m59sDocumentation / Build and Deploy Documentation (push) Successful in 3m16sBuild / Debian DEB / build (ubuntu-previous) (push) Successful in 53m5sBuild / Debian DEB / build (ubuntu-latest) (push) Successful in 55m40sBuild / Debian DEB / build (debian-latest) (push) Successful in 10m30sBuild / Debian DEB / build (debian-oldstable) (push) Successful in 33m5sRelease Docker Image / Create Multi-arch Release Manifest (push) Successful in 53sRelease Docker Image / Build linux-amd64 (release) (push) Successful in 5m16sRelease Docker Image / Build linux-arm64 (release) (push) Successful in 4m46sRelease Docker Image / Build linux-amd64 (max-perf) (push) Successful in 7m6sRelease Docker Image / Build linux-arm64 (max-perf) (push) Successful in 6m13sBuild / Fedora RPM / build (push) Successful in 59m29sRelease Docker Image / Create Max-Perf Manifest (push) Successful in 1m25sChecks / Prek / Clippy and Cargo Tests (push) Successful in 43m42sreleased this
2026-02-16 01:36:04 +00:00 | 1306 commits to main since this releaseContinuwuity 0.5.5
Discord should be hostile to their users more often! it's great for us
Woah. Another release. Isn't that neat? We've got bugfixes and other goodies for you in this one, as always. This is another minor bugfix release, so don't expect a second Christmas, but below we've got some things that we've improved on since v0.5.4, including fixes to a number of commonly-encountered issues. The changelog may also hold answers you seek.
First off, thank you
Normally these release notes are just full of witty jokes and then a bunch of technical information, but I want to take the time to thank each and every person involved in our community. We've absolutely exploded in popularity over the past two weeks, which has included a doubling in our community rooms' member counts, a huge spike in new deployments, a significant increase in activity in our rooms across the board, and by nature, a large influx of new bugs to squash.
Our development bandwidth is very limited - the three main developers on the team are busy with education and work, and this being simply a labour of love, have not had nearly enough time to get to everything, and it has been incredibly stressful on all of us. I (on behalf of the team) am incredibly grateful that everyone in our community has been so patient and understanding, and a fairly large portion of the community has also been proactive and either helped us out directly with development work (either by opening PRs, or at least filing issue reports for us to get to later), and even helping out in our support rooms. I cannot thank everyone enough for buckling down and sticking with us during this period.
Any to anyone just joining us - you've almost definitely hit some of the rough edges that have plagued us for a while now, but a significant number of new deployments have stuck with us, and we are eternally thankful for this. Your support means the world to us <3.We are occasionally being asked if we accept donations; we do, but not as a collective team. You can donate to myself, @Jade, and @ginger directly here:
- @nex: https://timedout.uk/donate.html
- @Jade: https://github.com/sponsors/JadedBlueEyes
- @ginger: https://github.com/sponsors/gingershaped
Additionally, giving us a star on GitHub massively helps boost our visibility and in turn helps other prospective server admins discover us. And if you can't give us money, and you can't give us a star for whatever reason, spreading the word of continuwuity is also just as valuable ❤️
Anyway, you're here for features and bugfixes, so here you go:
Features
- Added unstable support for MSC4406:
M_SENDER_IGNORED. Contributed by @nex (#1308) - Introduce a resolver command to allow flushing a server from the cache or to flush the complete cache. Contributed by @nex (#1349)
- Improved the handling of restricted join rules and improved the performance of local-first joins. Contributed by @nex (#1368)
- You can now set a custom User Agent for URL previews; the default one has been modified to be less likely to be blocked. Contributed by @trashpanda (#1372)
- Introduced a new "first run" experience to make it easier to get started with a new deployment (read the changelog for this one). Contributed by @ginger (#1367)
- Invites from remote users will now be properly removed if the remote user revokes the invite. Contributed by @nex.
- Add the ability to configure MatrixRTC foci like LiveKit in the well-known file. Contributed by @magikid. (#1356)
Bugfixes
- Fixed invites sent to other users in the same homeserver not being properly sent down sync. Users with missing or broken invites should clear their client caches after updating to make them appear. Contributed by @ginger (#1346)
- LDAP-enabled servers will no longer have all admins demoted when LDAP-controlled admins are not configured. Contributed by @Jade (#1307)
- Fixed sliding sync not resolving wildcard state key requests, making calling work properly in Element X. Contributed by @titaniumtown (#1370)
- Fixed the federation
/get_missing_eventsroute, which could cause events sent in complex rooms to be incorrectly failed by remote servers. Contributed by @nex. - Appservices being unreachable when one of their users is invited no-longer leaks the appservice's token in the error message. Contributed by @nex.
Get Continuwuity
Docker Images
- Forgejo:
forgejo.ellis.link/continuwuation/continuwuity:v0.5.5
Mirrors (may be outdated):
- Docker Hub:
docker.io/jadedblueeyes/continuwuity:v0.5.5 - GitHub:
ghcr.io/continuwuity/continuwuity:v0.5.5 - GitLab:
registry.gitlab.com/continuwuity/continuwuity:v0.5.5
You can also use the
latesttag for the most recent release.First-party Packages
Community Packages
Binaries
Plain binaries are distributed below. They require glibc and liburing to work - most distributions already have these installed.
From Source
See our deployment documentation for instructions on building from source.
Downloads
-
Source code (ZIP)
26 downloads
-
Source code (TAR.GZ)
61 downloads