Changelog
v0.4.0 - unreleased
- Breaking: Docker user changed. If you use Docker, please chown your database directory to
1000:1000
- Feature: Support for room versions improved. Conduit now supports versions 3 to 9 !257
- Feature: Sync performance improved !297
- Improvement: Jemalloc can now be disabled at compile time !285
- Improvement: Use native CA certificates !329
- Fix: Element Android notifications should work again
- Fix: Admin bot can no longer trigger itself !293
- Fix: Redacting unknown events will no longer cause problems !298
- Fix: Admin command parse-pdu no longer crashes for malformed jsons !304
- Docs: TURN server guide !291
- Docs: Admin room welcome message mentions
help
command !299 - Docs: Change setup guides to use the same database paths !301
- Docs: Clarify that Conduit is in beta !310
- Docs: Fix proxy examples !321
- Refactor: Changed from rocket to axum !263
v0.3.0 - 2022-02-04
- Feature: Support server ACLs !248
- Feature: RocksDB Database Backend !217
- Feature: Database backend selection at runtime !217
- Feature: Report users to homeserver admin !218
- Feature: Creation of Spaces (exploring spaces is not supported yet) !220
- Feature: Enable voice calls (requires configuring a TURN server) !208
- Feature: Lazy loading for much faster initial syncs !240
- Improvement: Batch inserts for events !204
- Improvement: Significantly faster state resolution !217
- Improvement: Reuse reqwest client !265
- Docs: Better appservice instructions !196
- Fix: Very old events appear in the timeline !188
- Fix: Sync not waking up on new events in room !194
- Fix: Crash on empty search !286
- Fix: Better E2EE support
- Fix: Stack overflows
v0.2.0 - 2021-09-01
- Initial release
- Almost all client server and server server features of the Matrix Spec are implemented
- Notable exceptions: User verification over federation, room versions > 6
v0.0.0 - 2020-02-15
- Start of development