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

⬆️ Bump matrix-synapse from 1.34.0 to 1.35.0 in /matrix #143

Merged
merged 1 commit into from
Jun 2, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2021

Bumps matrix-synapse from 1.34.0 to 1.35.0.

Release notes

Sourced from matrix-synapse's releases.

v1.35.0

Synapse 1.35.0 (2021-06-01)

Note that the tag and docker images for v1.35.0rc3 were incorrectly built. If you are experiencing issues with either, it is recommended to upgrade to the equivalent tag or docker image for the v1.35.0 release.

Deprecations and Removals

  • The core Synapse development team plan to drop support for the unstable API of MSC2858, including the undocumented experimental.msc2858_enabled config option, in August 2021. Client authors should ensure that their clients are updated to use the stable API (which has been supported since Synapse 1.30) well before that time, to give their users time to upgrade. (#10101)

Bugfixes

  • Fixed a bug causing replication requests to fail when receiving a lot of events via federation. Introduced in v1.33.0. (#10082)
  • Fix HTTP response size limit to allow joining very large rooms over federation. Introduced in v1.33.0. (#10093)

Internal Changes

  • Log method and path when dropping request due to size limit. (#10091)

Synapse 1.35.0rc2 (2021-05-27)

Bugfixes

  • Fix a bug introduced in v1.35.0rc1 when calling the spaces summary API via a GET request. (#10079)

Synapse 1.35.0rc1 (2021-05-25)

Features

  • Add experimental support to allow a user who could join a restricted room to view it in the spaces summary. (#9922, #10007, #10038)
  • Reduce memory usage when joining very large rooms over federation. (#9958)
  • Add a configuration option which allows enabling opentracing by user id. (#9978)
  • Enable experimental support for MSC2946 (spaces summary API) and MSC3083 (restricted join rules) by default. (#10011)

Bugfixes

  • Fix a bug introduced in v1.26.0 which meant that synapse_port_db would not correctly initialise some postgres sequences, requiring manual updates afterwards. (#9991)
  • Fix synctl's --no-daemonize parameter to work correctly with worker processes. (#9995)
  • Fix a validation bug introduced in v1.34.0 in the ordering of spaces in the space summary API. (#10002)
  • Fixed deletion of new presence stream states from database. (#10014, #10033)
  • Fixed a bug with very high resolution image uploads throwing internal server errors. (#10029)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.35.0 (2021-06-01)

Note that the tag and docker images for v1.35.0rc3 were incorrectly built. If you are experiencing issues with either, it is recommended to upgrade to the equivalent tag or docker image for the v1.35.0 release.

Deprecations and Removals

  • The core Synapse development team plan to drop support for the unstable API of MSC2858, including the undocumented experimental.msc2858_enabled config option, in August 2021. Client authors should ensure that their clients are updated to use the stable API (which has been supported since Synapse 1.30) well before that time, to give their users time to upgrade. (#10101)

Bugfixes

  • Fixed a bug causing replication requests to fail when receiving a lot of events via federation. Introduced in v1.33.0. (#10082)
  • Fix HTTP response size limit to allow joining very large rooms over federation. Introduced in v1.33.0. (#10093)

Internal Changes

  • Log method and path when dropping request due to size limit. (#10091)

Synapse 1.35.0rc2 (2021-05-27)

Bugfixes

  • Fix a bug introduced in v1.35.0rc1 when calling the spaces summary API via a GET request. (#10079)

Synapse 1.35.0rc1 (2021-05-25)

Features

  • Add experimental support to allow a user who could join a restricted room to view it in the spaces summary. (#9922, #10007, #10038)
  • Reduce memory usage when joining very large rooms over federation. (#9958)
  • Add a configuration option which allows enabling opentracing by user id. (#9978)
  • Enable experimental support for MSC2946 (spaces summary API) and MSC3083 (restricted join rules) by default. (#10011)

Bugfixes

  • Fix a bug introduced in v1.26.0 which meant that synapse_port_db would not correctly initialise some postgres sequences, requiring manual updates afterwards. (#9991)
  • Fix synctl's --no-daemonize parameter to work correctly with worker processes. (#9995)
  • Fix a validation bug introduced in v1.34.0 in the ordering of spaces in the space summary API. (#10002)

... (truncated)

Commits
  • 3fdaf4d Merge v1.35.0rc3 into v1.35.0 due to incorrect tagging
  • 08e5434 Indicate that there were no functional changes since v1.35.0rc3
  • a8372ad 1.35.0
  • 408ecf8 Announce deprecation of experimental msc2858_enabled option. (#10101)
  • 4f41b71 CHANGELOG
  • 258a9a9 1.35.0rc3
  • 6b6c6a0 Merge remote-tracking branch 'origin/release-v1.35.0' into release-v1.35
  • 9408b86 Limit the number of events sent over replication when persisting events. (#10...
  • 1641c5c Log method and path when dropping request due to size limit (#10091)
  • 84cf3e4 Allow response of /send_join to be larger. (#10093)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [matrix-synapse](https://github.com/matrix-org/synapse) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/matrix-org/synapse/releases)
- [Changelog](https://github.com/matrix-org/synapse/blob/develop/CHANGES.md)
- [Commits](matrix-org/synapse@v1.34.0...v1.35.0)

---
updated-dependencies:
- dependency-name: matrix-synapse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Jun 2, 2021
@frenck frenck merged commit 8d8249e into main Jun 2, 2021
@frenck frenck deleted the dependabot/pip/matrix/matrix-synapse-1.35.0 branch June 2, 2021 10:31
@github-actions github-actions bot locked and limited conversation to collaborators Jun 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant