diff --git a/CHANGELOG b/CHANGELOG index e53c15d..0da95f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -488,3 +488,12 @@ * Update Synapse to 1.43.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.43.0) +[1.33.0] +* Update Synapse to 1.44.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.44.0) +* Only allow the MSC2716 /batch_send?chunk_id=xxx endpoint to connect to an already existing insertion event. (#10776) +* Improve oEmbed URL previews by processing the author name, photo, and video information. (#10814, #10819) +* Speed up responding with large JSON objects to requests. (#10868, #10905) +* Add a user_may_create_room_with_invites spam checker callback to allow modules to allow or deny a room creation request based on the invites and/or 3PID invites it includes. (#10898) + + diff --git a/CloudronManifest.json b/CloudronManifest.json index ff3dee9..cfb24d9 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.32.0", + "version": "1.33.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 847b35e..e8e1fde 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.43.0. +This app packages Synapse 1.44.0. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and