Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2021

Bumps matrix-synapse from 1.33.0 to 1.44.0.

Release notes

Sourced from matrix-synapse's releases.

v1.44.0

Synapse 1.44.0 (2021-10-05)

No significant changes since 1.44.0rc3.

Synapse 1.44.0rc3 (2021-10-04)

Bugfixes

  • Fix a bug introduced in Synapse v1.40.0 where changing a user's display name or avatar in a restricted room would cause an authentication error. (#10933)
  • Fix /admin/whois/{user_id} endpoint, which was broken in v1.44.0rc1. (#10968)

Synapse 1.44.0rc2 (2021-09-30)

Bugfixes

  • Fix a bug introduced in v1.44.0rc1 which caused the experimental MSC2716 /batch_send endpoint to return a 500 error. (#10938)
  • Fix a bug introduced in v1.44.0rc1 which prevented sending presence events to application services. (#10944)

Improved Documentation

  • Minor updates to the installation instructions. (#10919)

Synapse 1.44.0rc1 (2021-09-29)

Features

  • 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)

Bugfixes

  • Fix a long-standing bug that caused an AssertionError when purging history in certain rooms. Contributed by @​Kokokokoka. (#10690)
  • Fix a long-standing bug which caused deactivated users that were later reactivated to be missing from the user directory. (#10782)

... (truncated)

Changelog

Sourced from matrix-synapse's changelog.

Synapse 1.44.0 (2021-10-05)

No significant changes since 1.44.0rc3.

Synapse 1.44.0rc3 (2021-10-04)

Bugfixes

  • Fix a bug introduced in Synapse v1.40.0 where changing a user's display name or avatar in a restricted room would cause an authentication error. (#10933)
  • Fix /admin/whois/{user_id} endpoint, which was broken in v1.44.0rc1. (#10968)

Synapse 1.44.0rc2 (2021-09-30)

Bugfixes

  • Fix a bug introduced in v1.44.0rc1 which caused the experimental MSC2716 /batch_send endpoint to return a 500 error. (#10938)
  • Fix a bug introduced in v1.44.0rc1 which prevented sending presence events to application services. (#10944)

Improved Documentation

  • Minor updates to the installation instructions. (#10919)

Synapse 1.44.0rc1 (2021-09-29)

Features

  • 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)

Bugfixes

  • Fix a long-standing bug that caused an AssertionError when purging history in certain rooms. Contributed by @​Kokokokoka. (#10690)
  • Fix a long-standing bug which caused deactivated users that were later reactivated to be missing from the user directory. (#10782)
  • Fix a long-standing bug that caused unbanning a user by sending a membership event to fail. Contributed by @​aaronraimist. (#10807)

... (truncated)

Commits
  • b2c5e79 1.44.0
  • 2d2c6a4 1.44.0rc3
  • d1cbad3 Fix error in get_user_ip_and_agents when fetching from the database (#10968)
  • 32072dc Strip "join_authorised_via_users_server" from join events which do not need i...
  • 3412f5c 1.44.0rc2
  • c4bf48e Fix event context for outliers in important MSC2716 spot (#10938)
  • a03ed5e Fix issue causing sending presence to ASes to fail (due to incomplete type an...
  • e32b9f4 Update installation instructions (#10919)
  • 13032b6 Bump the date because the release ran over
  • 1b9ce5e Indicate when bugs were introduced and tidy up
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2021
@auto-assign auto-assign bot requested a review from fredo October 6, 2021 11:02
@dependabot dependabot bot requested review from ezdac, istankovic and ulope October 6, 2021 11:02
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/matrix-synapse-1.44.0 branch 2 times, most recently from d38a542 to a9354fe Compare October 14, 2021 14:14
Bumps [matrix-synapse](https://github.com/matrix-org/synapse) from 1.33.0 to 1.44.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.33.0...v1.44.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 force-pushed the dependabot/pip/requirements/matrix-synapse-1.44.0 branch from a9354fe to e40fc03 Compare October 14, 2021 15:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2021

Superseded by #7434.

@dependabot dependabot bot closed this Oct 20, 2021
@dependabot dependabot bot deleted the dependabot/pip/requirements/matrix-synapse-1.44.0 branch October 20, 2021 11:05
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