Update matrixdotorg/synapse Docker tag to v1.87.0 #33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/matrixdotorg-synapse-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.86.0
->v1.87.0
Release Notes
matrix-org/synapse (matrixdotorg/synapse)
v1.87.0
Compare Source
Synapse 1.87.0 (2023-07-04)
Please note that this will be the last release of Synapse that is compatible with
Python 3.7 and earlier.
This is due to Python 3.7 now having reached End of Life; see our deprecation policy
for more details.
Bugfixes
pydantic
to^1.7.4
to avoid backwards-incompatible API changes from the 2.0.0 release.Resolves https://github.com/matrix-org/synapse/issues/15858.
Contributed by @PaarthShah. (#15862](https://github.com/matrix-org/synapse/issues/15862))
Internal Changes
Synapse 1.87.0rc1 (2023-06-27)
Features
/messages
response time by avoiding backfill when we already have messages to return. (#15737](https://github.com/matrix-org/synapse/issues/15737))Bugfixes
is_user_mention
rule sent to clients. Also fix wrong rule names foris_user_mention
andis_room_mention
. (#15781](https://github.com/matrix-org/synapse/issues/15781))user_filters
upgrade introduced in v1.86.0. (#15817](https://github.com/matrix-org/synapse/issues/15817))Improved Documentation
looping_call()
functionality that will wait for the given function to finish before scheduling another. (#15772](https://github.com/matrix-org/synapse/issues/15772))Deprecations and Removals
Internal Changes
EventContext
fieldsprev_group
anddelta_ids
with fieldstate_group_deltas
. (#15233](https://github.com/matrix-org/synapse/issues/15233))matrix://
tomatrix-federation://
scheme for internal Synapse routing of outbound federation traffic. (#15806](https://github.com/matrix-org/synapse/issues/15806))Updates to locked dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.