Revisions of matrix-synapse

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 329)
- Update to version 1.92.1:
  * 1.92.1
  * Remove kinetic deb build, it's EOL
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 328)
- Update to version 1.92.0:
  * Inverse changelog order
  * 1.92.0
  * Support releasing on macOS. (#16266)
  * Add back newsfile from #16258.
  * Fix incorrect docstring for Ratelimiter. (#16255)
  * Amend changelog for MSC4041
  * Update changelog
  * 1.92.0rc1
  * Don't wake up destination transaction queue if they're not due for retry. (#16223)
  * Add last_seen_ts to the admin users API (#16218)
  * Don't reset retry timers on "valid" error codes (#16221)
  * Bump furo from 2023.7.26 to 2023.8.19 (#16238)
  * Bump phonenumbers from 8.13.18 to 8.13.19 (#16237)
  * Bump sentry-sdk from 1.29.2 to 1.30.0 (#16236)
  * Cache device resync requests over replication (#16241)
  * Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)
  * Log the details of background update failures (#16212)
  * Ignore redundant casts in latest deps CI job (#16213)
  * Gracefully handle failing to thumbnail images (#16211)
  * Fix rare bug that broke looping calls (#16210)
  * Stop writing to the event_txn_id table (#16175)
  * Describe which rate limiter was hit in logs (#16135)
  * Track currently syncing users by device for presence (#16172)
  * Bump mypy-zope & mypy. (#16188)
  * Bump ruff from 0.0.277 to 0.0.286 (#16198)
  * Support IPv6-only SMTP servers (#16155)
  * Update black & fix the targeted Python versions. (#16187)
  * Fix inaccurate error message while trying to ban or unban a user with the same or higher PL (#16205)
  * Pass the device ID around in the presence handler (#16171)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 327)
- Update to version 1.91.2:
  * Link to MSC in changelog.
  * 1.91.2
  * Revert MSC3861 introspection cache, admin impersonation and account lock (#16258)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 326)
- Update to version 1.91.1:
  * 1.91.1
  * Tentatively update changelog
  * Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 325)
- Update to version 1.91.0:
  * 1.91.0
  * 1.91.0rc1
  * fix changelog
  * fix changelog
  * Fix rare deadlock when using read/write locks (#16169)
  * Switch `devenv` dependency in the nix development environment to the latest release (instead of the development branch) (#16063)
  * Filter out unwanted user_agents from udv. (#16124)
  * Fix rare deadlock when using read/write locks (#16133)
  * Reduce DB contention on worker locks (#16160)
  * Always update `retry_last_ts` (#16164)
  * Task scheduler: mark task as active if we are scheduling ASAP (#16165)
  * Add tests for restoring the presence state after a restart. (#16151)
  * Properly update retry_last_ts when hitting the maximum retry interval (#16156)
  * Only lock when we're backfilling (#16159)
  * Increase perf of read/write locks (#16149)
  * Clean-up presence tests (#16158)
  * Fix perf of `wait_for_stream_positions` (#16148)
  * Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134)
  * Add an admin endpoint to allow authorizing server to signal token revocations (#16125)
  * Bump serde from 1.0.183 to 1.0.184 (#16139)
  * Fix user directory test for deactivated support user. (#16157)
  * Raise poetry-core version cap to 1.7.0 (#16152)
  * Properly call setup_background_tasks in unit tests. (#16150)
  * Disallow user_consent where experimental MSC3861 is enabled (#16127)
  * Add `client_secret_path` as alternative for `client_secret` for OIDC config (#16030)
  * Implements a task scheduler for resumable potentially long running tasks (#15891)
  * Bump ijson from 3.2.1 to 3.2.3 (#16143)
  * Bump pygithub from 1.59.0 to 1.59.1 (#16144)
  * Bump click from 8.1.6 to 8.1.7 (#16145)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 324)
- Update to version 1.90.0:
  * 1.90.0
  * Fixup changelog
  * Fixup changelog
  * 1.90.0rc1
  * Allow modules to schedule delayed background calls. (#15993)
  * Remove old rows from the `cache_invalidation_stream_by_instance` table automatically. (This table is not used when Synapse is configured to use SQLite.) (#15868)
  * Fix endpoint improperly declaring support for MSC3814 (#16068)
  * Drop backwards compat hack for event serialization (#16069)
  * Add notes describing Synapse's streams (#16015)
  * Bump jsonschema from 4.18.3 to 4.19.0 (#16081)
  * Bump serde from 1.0.179 to 1.0.183 (#16074)
  * Bump regex from 1.9.1 to 1.9.3 (#16073)
  * Bump types-opentracing from 2.4.10.5 to 2.4.10.6 (#16078)
  * Bump furo from 2023.5.20 to 2023.7.26 (#16077)
  * Bump types-setuptools from 68.0.0.0 to 68.0.0.3 (#16079)
  * Bump phonenumbers from 8.13.14 to 8.13.18 (#16076)
  * Fix deletion for Dehydrated Devices (#16046)
  * Stabilize support for MSC3970: updated transaction semantics (scope to `device_id`) (#15629)
  * Move support for application service query parameter authorization behind a configuration option (#16017)
  * Allow config of the backoff algorithm for the federation client. (#15754)
  * Allow modules to check whether the current worker is configured to run background tasks. (#15991)
  * Add forward-compatibility for the redacts property (MSC2174). (#16013)
  * Update MSC3958 support to interact with intentional mentions. (#15992)
  * Bump cryptography from 41.0.2 to 41.0.3 (#16048)
  * Update `flake.lock` to fix running the nix developer environment on MacOS (#16019)
  * Update certifi to 2023.7.22 and pygments to 2.15.1. (#16044)
  * Properly setup the additional sequences in the portdb script. (#16043)
  * Trim whitespace when setting display names (#16031)
  * Add metrics tracking for eviction to ResponseCache (#16028)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 323)
- Update to version 1.89.0:
  * 1.89.0
  * Edit changelog
  * Remove changelog file
  * Bump DB version to 79 since synapse v1.88 was already there (#15998)
  * 1.89.0rc1
  * Bump pygithub from 1.58.2 to 1.59.0 (#15834)
  * Support MSC3814: Dehydrated Devices (#15929)
  * Fix broken Arch Linux package link (#15981)
  * Resync stale devices in background (#15975)
  * Bump click from 8.1.3 to 8.1.6 (#15984)
  * Bump sentry-sdk from 1.26.0 to 1.28.1 (#15985)
  * Bump pillow from 9.4.0 to 10.0.0 (#15986)
  * Bump types-requests from 2.31.0.1 to 2.31.0.2 (#15983)
  * Properly handle redactions of creation events (#15973)
  * Actually stop reading from column `user_id` of tables `profiles` (#15955)
  * Build packages for Debian Trixie (#15961)
  * Speed up updating state in large rooms (#15971)
  * Fixed grafana deploy annotations in the dashboard config, so it shows for those not managing matrix.org (#15957)
  * Don't log exceptions for every non-200 response (#15969)
  * Reduce the amount of state we pull out (#15968)
  * Ensure a long state res does not starve CPU (#15960)
  * Fix bad merge of #15933 (#15958)
  * Fix race in triggers for read/write locks. (#15933)
  * Fix background schema updates failing over a large upgrade gap (#15887)
  * Support room version 11 (#15912)
  * Add a locality to a few presence metrics (#15952)
  * Re-introduce the outbound federation proxy (#15913)
  * Bump anyhow from 1.0.71 to 1.0.72 (#15949)
  * Bump pyo3-log from 0.8.2 to 0.8.3 (#15951)
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 1102171 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 322)
Rollback from 1.76.0 to 1.57.1
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 321)
- Update to 1.76.0
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 320)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 319)
- Update to 1.57.1
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 318)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 317)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 316)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 315)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 314)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 313)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 312)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 311)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 310)
Displaying revisions 21 - 40 of 349
openSUSE Build Service is sponsored by