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.43.0 to 1.44.0 in /matrix #173

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps matrix-synapse from 1.43.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 dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Oct 6, 2021
Bumps [matrix-synapse](https://github.com/matrix-org/synapse) from 1.43.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.43.0...v1.44.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 force-pushed the dependabot/pip/matrix/matrix-synapse-1.44.0 branch from 3fa9229 to 14e97da Compare October 7, 2021 13:53
@frenck frenck merged commit f821bd6 into main Oct 7, 2021
@frenck frenck deleted the dependabot/pip/matrix/matrix-synapse-1.44.0 branch October 7, 2021 13:54
@github-actions github-actions bot locked and limited conversation to collaborators Oct 9, 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