Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2021

Bumps matrix-synapse from 1.10.1 to 1.49.0.

Release notes

Sourced from matrix-synapse's releases.

v1.49.0

Synapse 1.49.0 (2021-12-14)

No significant changes since version 1.49.0rc1.

Support for Ubuntu 21.04 ends next month on the 20th of January

For users of Ubuntu 21.04 (Hirsute Hippo), please be aware that upstream support for this version of Ubuntu will end next month. We will stop producing packages for Ubuntu 21.04 after upstream support ends.

The wiki has been migrated to the documentation website

We've decided to move the existing, somewhat stagnant pages from the GitHub wiki to the documentation website.

This was done for two reasons. The first was to ensure that changes are checked by multiple authors before being committed (everyone makes mistakes!) and the second was visibility of the documentation. Not everyone knows that Synapse has some very useful information hidden away in its GitHub wiki pages. Bringing them to the documentation website should help with visibility, as well as keep all Synapse documentation in one, easily-searchable location.

Note that contributions to the documentation website happen through GitHub pull requests. Please visit #synapse-dev:matrix.org if you need help with the process!

Synapse 1.49.0rc1 (2021-12-07)

Features

  • Add MSC3030 experimental client and federation API endpoints to get the closest event to a given timestamp. (#9445)
  • Include bundled relation aggregations during a limited /sync request and /relations request, per MSC2675. (#11284, #11478)
  • Add plugin support for controlling database background updates. (#11306, #11475, #11479)
  • Support the stable API endpoints for MSC2946: the room /hierarchy endpoint. (#11329)
  • Add admin API to get some information about federation status with remote servers. (#11407)
  • Support expiry of refresh tokens and expiry of the overall session when refresh tokens are in use. (#11425)
  • Stabilise support for MSC2918 refresh tokens as they have now been merged into the Matrix specification. (#11435, #11522)
  • Update MSC2918 refresh token support to confirm with the latest revision: accept the refresh_tokens parameter in the request body rather than in the URL parameters. (#11430)
  • Support configuring the lifetime of non-refreshable access tokens separately to refreshable access tokens. (#11445)
  • Expose synapse_homeserver and synapse_worker commands as entry points to run Synapse's main process and worker processes, respectively. Contributed by @​Ma27. (#11449)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.49.0 (2021-12-14)

No significant changes since version 1.49.0rc1.

Support for Ubuntu 21.04 ends next month on the 20th of January

For users of Ubuntu 21.04 (Hirsute Hippo), please be aware that upstream support for this version of Ubuntu will end next month. We will stop producing packages for Ubuntu 21.04 after upstream support ends.

The wiki has been migrated to the documentation website

We've decided to move the existing, somewhat stagnant pages from the GitHub wiki to the documentation website.

This was done for two reasons. The first was to ensure that changes are checked by multiple authors before being committed (everyone makes mistakes!) and the second was visibility of the documentation. Not everyone knows that Synapse has some very useful information hidden away in its GitHub wiki pages. Bringing them to the documentation website should help with visibility, as well as keep all Synapse documentation in one, easily-searchable location.

Note that contributions to the documentation website happen through GitHub pull requests. Please visit #synapse-dev:matrix.org if you need help with the process!

Synapse 1.49.0rc1 (2021-12-07)

Features

  • Add MSC3030 experimental client and federation API endpoints to get the closest event to a given timestamp. (#9445)
  • Include bundled relation aggregations during a limited /sync request and /relations request, per MSC2675. (#11284, #11478)
  • Add plugin support for controlling database background updates. (#11306, #11475, #11479)
  • Support the stable API endpoints for MSC2946: the room /hierarchy endpoint. (#11329)
  • Add admin API to get some information about federation status with remote servers. (#11407)
  • Support expiry of refresh tokens and expiry of the overall session when refresh tokens are in use. (#11425)
  • Stabilise support for MSC2918 refresh tokens as they have now been merged into the Matrix specification. (#11435, #11522)
  • Update MSC2918 refresh token support to confirm with the latest revision: accept the refresh_tokens parameter in the request body rather than in the URL parameters. (#11430)
  • Support configuring the lifetime of non-refreshable access tokens separately to refreshable access tokens. (#11445)
  • Expose synapse_homeserver and synapse_worker commands as entry points to run Synapse's main process and worker processes, respectively. Contributed by @​Ma27. (#11449)
  • synctl stop will now wait for Synapse to exit before returning. (#11459, #11490)

... (truncated)

Commits
  • 92906e1 Restructure changelog
  • 9f3c7e8 1.49.0
  • 26b5d23 Sort internal changes in changelog
  • bce4220 Update CHANGES.md
  • 966b5d0 1.49.0rc1
  • 088d748 Revert "Move glob_to_regex and re_word_boundary to matrix-python-common...
  • 14d593f Refactors in _generate_sync_entry_for_rooms (#11515)
  • 2a3ec6f Correctly register shutdown handler for presence workers (#11518)
  • eccc49d Fix ModuleApi.looping_background_call for non-async functions (#11524)
  • b1ecd19 Fix 'delete room' admin api to work on incomplete rooms (#11523)
  • 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.10.1 to 1.49.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.10.1...v1.49.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 14, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2021

Superseded by #67.

@dependabot dependabot bot closed this Dec 22, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/matrix-synapse-1.49.0 branch December 22, 2021 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant