mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 19:42:14 -04:00
1.63.0rc1
This commit is contained in:
parent
e5716b631c
commit
6173d585df
54 changed files with 87 additions and 54 deletions
|
@ -1 +0,0 @@
|
|||
Add type annotations to `tests.utils`.
|
|
@ -1 +0,0 @@
|
|||
Add an explanation of the `--report-stats` argument to the docs.
|
|
@ -1 +0,0 @@
|
|||
Implement [MSC3827](https://github.com/matrix-org/matrix-spec-proposals/pull/3827): Filtering of /publicRooms by room type.
|
|
@ -1 +0,0 @@
|
|||
Add a helpful example bash script to the contrib directory for creating multiple worker configuration files of the same type. Contributed by @villepeh.
|
|
@ -1 +0,0 @@
|
|||
Support temporary experimental return values for spam checker module callbacks.
|
|
@ -1,3 +0,0 @@
|
|||
Clean up references to sample configuration and redirect users to the configuration manual instead.
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
Reduce memory consumption when processing incoming events in large rooms.
|
|
@ -1 +0,0 @@
|
|||
Enable Complement testing in the 'Twisted Trunk' CI runs.
|
|
@ -1 +0,0 @@
|
|||
Add documentation for anonymised homeserver statistics collection.
|
|
@ -1 +0,0 @@
|
|||
Faster room joins: Handle race between persisting an event and un-partial stating a room.
|
|
@ -1 +0,0 @@
|
|||
Add missing type hints to `synapse.logging`.
|
|
@ -1 +0,0 @@
|
|||
Raise a `DependencyError` on missing dependencies instead of a `ConfigError`.
|
|
@ -1 +0,0 @@
|
|||
Fix wrong section header for `allow_public_rooms_over_federation` in the homeserver config documentation.
|
|
@ -1 +0,0 @@
|
|||
Reduce DB usage of `/sync` when a large number of unread messages have recently been sent in a room.
|
|
@ -1 +0,0 @@
|
|||
Add a rate limit for local users sending invites.
|
|
@ -1 +0,0 @@
|
|||
Improve startup times in Complement test runs against workers, particularly in CPU-constrained environments.
|
|
@ -1 +0,0 @@
|
|||
Only one-line SQL statements for logging and tracing.
|
|
@ -1 +0,0 @@
|
|||
Fix application service not being able to join remote federated room without a profile set.
|
|
@ -1 +0,0 @@
|
|||
Document how the Synapse team does reviews.
|
|
@ -1 +0,0 @@
|
|||
Apply ratelimiting earlier in processing of /send request.
|
|
@ -1 +0,0 @@
|
|||
Enforce type annotations for `tests.test_server`.
|
|
@ -1 +0,0 @@
|
|||
Add type annotations to `tests.server`.
|
|
@ -1 +0,0 @@
|
|||
Add a link to the configuration manual from the homeserver sample config documentation.
|
|
@ -1 +0,0 @@
|
|||
Add support to `complement.sh` for skipping the docker build.
|
|
@ -1 +0,0 @@
|
|||
Faster joins: skip waiting for full state when processing incoming events over federation.
|
|
@ -1 +0,0 @@
|
|||
Improve exception handling when processing events received over federation.
|
|
@ -1 +0,0 @@
|
|||
Improve validation logic in Synapse's REST endpoints.
|
|
@ -1 +0,0 @@
|
|||
Faster room joins: fix race in recalculation of current room state.
|
|
@ -1 +0,0 @@
|
|||
Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` environment when using `complement.sh`.
|
|
@ -1 +0,0 @@
|
|||
Reduce DB usage of `/sync` when a large number of unread messages have recently been sent in a room.
|
|
@ -1 +0,0 @@
|
|||
Enable Complement testing in the 'Twisted Trunk' CI runs.
|
|
@ -1 +0,0 @@
|
|||
Add support to `complement.sh` for skipping the docker build.
|
|
@ -1 +0,0 @@
|
|||
Improve and fix type hints.
|
|
@ -1 +0,0 @@
|
|||
Add missing links to config options.
|
|
@ -1 +0,0 @@
|
|||
Update config used by Complement to allow device name lookup over federation.
|
|
@ -1 +0,0 @@
|
|||
Make use of the more robust `get_current_state` in `_get_state_map_for_room` to avoid breakages.
|
|
@ -1 +0,0 @@
|
|||
Fix bug where rows were not deleted from `event_push_actions` table on large servers. Introduced in v1.62.0.
|
|
@ -1 +0,0 @@
|
|||
Check that `auto_vacuum` is disabled when porting a SQLite database to Postgres, as `VACUUM`s must not be performed between runs of the script.
|
|
@ -1 +0,0 @@
|
|||
Fix exception when using experimental [MSC3030](https://github.com/matrix-org/matrix-spec-proposals/pull/3030) `/timestamp_to_event` endpoint to look for remote federated imported events before room creation.
|
|
@ -1 +0,0 @@
|
|||
Remove obsolete and for 8 years unused `RoomEventsStoreTestCase`. Contributed by @arkamar.
|
|
@ -1 +0,0 @@
|
|||
Bump the version of `lxml` in matrix.org Docker images Debian packages from 4.8.0 to 4.9.1.
|
|
@ -1 +0,0 @@
|
|||
Reduce number of queries used to get profile information. Contributed by Nick @ Beeper (@fizzadar).
|
|
@ -1 +0,0 @@
|
|||
Reduce number of events queried during room creation. Contributed by Nick @ Beeper (@fizzadar).
|
|
@ -1 +0,0 @@
|
|||
More aggressively rotate push actions.
|
|
@ -1 +0,0 @@
|
|||
Add documentation for the existing `databases` option in the homeserver configuration manual.
|
|
@ -1 +0,0 @@
|
|||
Reduce memory consumption when processing incoming events in large rooms.
|
|
@ -1 +0,0 @@
|
|||
Fix bug where notification counts would get stuck after a highlighted message. Broke in v1.62.0.
|
|
@ -1 +0,0 @@
|
|||
Fix a long-standing bug where the `synapse_port_db` script could fail to copy rows with negative row ids.
|
|
@ -1 +0,0 @@
|
|||
Add `max_line_length` setting for Python files to the `.editorconfig`. Contributed by @sumnerevans @ Beeper.
|
|
@ -1 +0,0 @@
|
|||
Fix MSC3202-enabled appservices not receiving to-device messages, preventing messages from being decrypted.
|
|
@ -1 +0,0 @@
|
|||
Fix appservices not receiving room-less EDUs, like presence, if enabled.
|
Loading…
Add table
Add a link
Reference in a new issue