Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into madlittlemods/messages-servlet-timing
Browse files Browse the repository at this point in the history
  • Loading branch information
MadLittleMods committed Aug 16, 2022
2 parents f106a64 + 0a4efbc commit 5f2421d
Show file tree
Hide file tree
Showing 101 changed files with 4,381 additions and 2,896 deletions.
17 changes: 16 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Synapse 1.65.0 (2022-08-16)
===========================

No significant changes since 1.65.0rc2.


Synapse 1.65.0rc2 (2022-08-11)
==============================

Internal Changes
----------------

- Revert 'Remove the unspecced `room_id` field in the `/hierarchy` response. ([\#13365](https://github.com/matrix-org/synapse/issues/13365))' to give more time for clients to update. ([\#13501](https://github.com/matrix-org/synapse/issues/13501))


Synapse 1.65.0rc1 (2022-08-09)
==============================

Expand All @@ -16,7 +31,7 @@ Bugfixes
--------

- Update the version of the LDAP3 auth provider module included in the `matrixdotorg/synapse` DockerHub images and the Debian packages hosted on packages.matrix.org to 0.2.2. This version fixes a regression in the module. ([\#13470](https://github.com/matrix-org/synapse/issues/13470))
- Fix a bug introduced in Synapse v1.41.0 where the `/hierarchy` API returned non-standard information (a `room_id` field under each entry in `children_state`). ([\#13365](https://github.com/matrix-org/synapse/issues/13365))
- Fix a bug introduced in Synapse v1.41.0 where the `/hierarchy` API returned non-standard information (a `room_id` field under each entry in `children_state`) (this was reverted in v1.65.0rc2, see changelog notes above). ([\#13365](https://github.com/matrix-org/synapse/issues/13365))
- Fix a bug introduced in Synapse 0.24.0 that would respond with the wrong error status code to `/joined_members` requests when the requester is not a current member of the room. Contributed by @andrewdoh. ([\#13374](https://github.com/matrix-org/synapse/issues/13374))
- Fix bug in handling of typing events for appservices. Contributed by Nick @ Beeper (@fizzadar). ([\#13392](https://github.com/matrix-org/synapse/issues/13392))
- Fix a bug introduced in Synapse 1.57.0 where rooms listed in `exclude_rooms_from_sync` in the configuration file would not be properly excluded from incremental syncs. ([\#13408](https://github.com/matrix-org/synapse/issues/13408))
Expand Down
1 change: 1 addition & 0 deletions changelog.d/13188.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve validation of request bodies for the following client-server API endpoints: [`/account/password`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountpassword), [`/account/password/email/requestToken`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountpasswordemailrequesttoken), [`/account/deactivate`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountdeactivate) and [`/account/3pid/email/requestToken`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3account3pidemailrequesttoken).
1 change: 1 addition & 0 deletions changelog.d/13459.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Faster joins: update the rejected state of events during de-partial-stating.
1 change: 1 addition & 0 deletions changelog.d/13472.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `openssl` example for generating registration HMAC digest.
1 change: 1 addition & 0 deletions changelog.d/13474.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add some miscellaneous comments to document sync, especially around `compute_state_delta`.
1 change: 1 addition & 0 deletions changelog.d/13485.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add comments about how event push actions are rotated.
1 change: 1 addition & 0 deletions changelog.d/13488.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use literals in place of `HTTPStatus` constants in tests.
1 change: 1 addition & 0 deletions changelog.d/13489.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Instrument the federation/backfill part of `/messages` for understandable traces in Jaeger.
1 change: 1 addition & 0 deletions changelog.d/13492.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that event purging related to the `redaction_retention_period` config option is executed only every 5 minutes.
1 change: 1 addition & 0 deletions changelog.d/13493.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Modify HTML template content to better support mobile devices' screen sizes.
2 changes: 2 additions & 0 deletions changelog.d/13497.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add a warning to retention documentation regarding the possibility of database corruption.

1 change: 1 addition & 0 deletions changelog.d/13499.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Instrument `FederationStateIdsServlet` (`/state_ids`) for understandable traces in Jaeger.
1 change: 1 addition & 0 deletions changelog.d/13514.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Faster room joins: make `/joined_members` block whilst the room is partial stated.
1 change: 1 addition & 0 deletions changelog.d/13515.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker image.
1 change: 1 addition & 0 deletions changelog.d/13522.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve performance of sending messages in rooms with thousands of local users.
1 change: 1 addition & 0 deletions changelog.d/13531.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Faster room joins: Refuse to start when faster joins is enabled on a deployment with workers, since worker configurations are not currently supported.
1 change: 1 addition & 0 deletions changelog.d/13536.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing links in `user_consent` section of configuration manual.
Loading

0 comments on commit 5f2421d

Please sign in to comment.