feat(docker-image): update matrixdotorg/synapse docker tag to v1.99.0 #328
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.98.0
->v1.99.0
Release Notes
element-hq/synapse (matrixdotorg/synapse)
v1.99.0
Compare Source
Synapse 1.99.0 (2024-01-16)
Synapse 1.99.0 is the first Synapse release under an AGPLv3.0 licence (with CLA to enable Element to sell AGPL exceptions). You can read more about this here:
No significant changes since 1.99.0rc1.
Synapse 1.99.0rc1 (2024-01-09)
Add config options to set the avatar and the topic of the server notices room, as well as the avatar of the server notices user. (https://github.com/element-hq/synapse/issues/16679)
Add config option
email.notif_delay_before_mail
to tweak the delay before an email is sent following a notification. (https://github.com/element-hq/synapse/issues/16696)Add new configuration option
sentry.environment
for improved system monitoring. Contributed by @zeeshanrafiqrana. (https://github.com/element-hq/synapse/issues/16738)Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. (#16759)
Fix a long-standing bug where the signing keys generated by Synapse were world-readable. Contributed by Fabian Klemp. (https://github.com/element-hq/synapse/issues/16740)
Fix email verification redirection. Contributed by Fadhlan Ridhwanallah. (#16761)
Fixed a bug that prevented users from being queried by display name if it contains non-ASCII characters. (#16767)
Allow reactivate user without password with Admin API in some edge cases. (#16770)
Adds the
recursion_depth
parameter to the response of the /relations endpoint if MSC3981 recursion is being performed. (#16775)Added version picker for Synapse documentation. Contributed by @Dmytro27Ind. (https://github.com/element-hq/synapse/issues/16533)
Clarify that
password_config.enabled: "only_for_reauth"
does not allow new logins to be created using password auth. (https://github.com/element-hq/synapse/issues/16737)Remove value from header in configuration documentation for
refresh_token_lifetime
. (#16763)Add another custom statistics collection server to the documentation. Contributed by @loelkes. (#16769)
Remove run-once workflow after adding the version picker to the documentation. (#9453)
Update the implementation of [MSC2965][https://github.com/matrix-org/matrix-spec-proposals/pull/2965](https://togithub.com/matrix-org/matrix-spec-proposals/pull/2965)5) (OIDC Provider discovery). (https://github.com/element-hq/synapse/issues/16726)
Move the rust stubs inline for better IDE integration. (#16757)
Fix sample config doc CI. (#16758)
Simplify event internal metadata class. (#16762, #16780)
Sign the published docker image using cosign. (#16774)
Port
EventInternalMetadata
class to Rust. (#16782)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.