Fixes
- Fixed an issue where the displayname/avatar of an invited user was replaced with the inviter's details
- Improved server startup performance by avoiding unnecessary room ACL queries
- This change reduces memory footprint as it caches ACL regex patterns once instead of for each room
- Unnecessary Relay related queries have been removed. Note: To use relays, you now need to explicitly enable them using the
federation_api.enable_relays
config
- Fixed space summaries over federation
- Improved usage of external NATS JetStream by reusing existing connections instead of opening new ones unnecessarily
Features
- Modernized Appservices (contributed by tulir)
- Added event reporting with Synapse Admin endpoints for querying them
- Updated dependencies
What's Changed
- Fix x86 tests by @S7evinK in #3317
- Modernize appservice paths and authentication by @tulir in #3316
- Update all the CI actions by @S7evinK in #3323
- Fix
/createRoom
and/invite
containing displayname/avatarURL of inviter by @S7evinK in #3326 - Remove unused
token
by @S7evinK in #3331 - Limit filter to
limit/2
for before/after events on/context
by @S7evinK in #3332 - Speed up start up time by batch querying ACL events by @S7evinK in #3334
- Cache ACLs regexes by @S7evinK in #3336
- Make usage of relays optional, avoid DB roundtrips by @S7evinK in #3337
- FAQ.md: jetstream needs to be backed up too. by @anton-molyboha in #3327
- Bump nokogiri from 1.14.3 to 1.16.2 in /docs by @dependabot in #3319
- fix(helm): change strategy to Recreate by @wrenix in #3325
- chore(helm): use empty/nil storageClass for helm-docs by @wrenix in #3245
- Use port number instead of name for k8s service port by @Xinayder in #3256
- [helm] Update postgresql chart to 14.2.3 by @varac in #3292
- Query rooms with ACLs instead of all rooms by @S7evinK in #3338
- Update golangci config by @S7evinK in #3343
- Add event reporting by @S7evinK in #3340
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #3339
- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #3341
- Add
/_synapse/admin/v1/event_reports
endpoint by @S7evinK in #3342 - Reuse existing NATS connection by @S7evinK in #3345
- Add getting/deleting single event report by @S7evinK in #3344
- Fix spaces over federation by @S7evinK in #3347
- Return correct Content-Type for unrecognized requests by @S7evinK in #3355
- Don't attempt to send transactions if Dendrite is shutting down by @S7evinK in #3356
- Version 0.13.7 by @S7evinK in #3349
New Contributors
- @anton-molyboha made their first contribution in #3327
- @Xinayder made their first contribution in #3256
- @varac made their first contribution in #3292
Full Changelog: v0.13.6...v0.13.7