-
v0.5.0-rc.5
All checks were successfulRelease Docker Image / define-variables (push) Successful in 0sDocumentation / Build and Deploy Documentation (push) Successful in 28sRelease Docker Image / build-image (linux/amd64, linux-amd64) (push) Successful in 44m10sRelease Docker Image / build-image (linux/arm64, linux-arm64) (push) Successful in 19m31sRelease Docker Image / merge (push) Successful in 27sreleased this
2025-04-21 01:07:43 +00:00 | 3 commits to main since this releaseContinuwuity is a community-driven fork and continuation of the much-loved conduwuit Matrix homeserver, written entirely in Rust. When the original project was archived, a dedicated group of users, developers, and administrators came together, unwilling to let this lightweight homeserver fade away. Today marks the culmination of our initial efforts to breathe new life into the project.
- the Continuwuity team (@Jade, @nex, @tcpipuk, @Aranjedeath, @morguldir)
Changelog
Aside from a whole bunch of housekeeping work, here are the main changes since conduwuit
v0.5.0-rc4
:Features
- Federation allow list #774 (@Jade)
- You can now have homeservers that will only federate with explicitly allowed servers
- Support fi.mau.room_id, and fully qualified room_id in /createRoom #777
- Smaller docker images #767 (@Jade)
- Replace the update checker with a new enabled-by-default announcements channel #780 (@Jade)
- Performance improvements #773 (jevolk)
Bugfixes
- Do not panic when
sender_device
is None in /messages route #757 (@nex) - Fix space hierarchy pagination not respecting client-specified limit. #769 (@Aranjedeath)
Docs
- The continuwuity.org website is now up! (@tcpipuk)
- Fixed
rocksdb_compaction
help text being inverted #737 (Peter Gervai)
Migration from Conduwuit
If you are currently running the original conduwuit, you can migrate your existing installation to Continuwuity. It's a completely drop in replacement!
Installation
A Docker image is available at
forgejo.ellis.link/continuwuation/continuwuity:v0.5.0-rc.5
. You can always get the latest release with thelatest
tag.You can also find binaries and packages attached to this release.
Matrix Rooms
Join our Matrix room and space to chat with us about the project!
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
aarch64-linux-musl.deb
1 download · 16 MiB
-
static-aarch64-linux-musl
1 download · 64 MiB
-
static-x86_64-linux-musl
1 download · 75 MiB
-
static-x86_64-linux-musl-haswell-optimised
1 download · 76 MiB
-
x86_64-linux-musl-haswell-optimised.deb
0 downloads · 19 MiB
-
x86_64-linux-musl.deb
0 downloads · 18 MiB
- Federation allow list #774 (@Jade)