375 Commits

Author SHA256 Message Date
4fe813fd8b Accepting request 1332291 from network:messaging:matrix
Forwarded request #1332290 from darix

- Update to 1.147.0
  - Bugfixes
    - Fix memory leak caused by not cleaning up stopped looping
      calls. Introduced in v1.140.0. (#19416)
    - Fix a typo that incorrectly made setuptools_rust a runtime
      dependency. (#19417)
  - Internal Changes
    - Prune stale entries from
      sliding_sync_connection_required_state table. (#19306)
    - Update "Event Send Time Quantiles" graph to only use dots for
      the event persistence rate (Grafana dashboard). (#19399)
    - Update and align Grafana dashboard to use regex matching for
      job selectors (job=~"$job") so the "all" value works
      correctly across all panels. (#19400)
    - Don't retry joining partial state rooms all at once on
      startup. (#19402)
    - Disallow requests to the health endpoint from containing
      trailing path characters. (#19405)
    - Add notes that new experimental features should have
      associated tracking issues. (#19410)
    - Bump pyo3 from 0.26.0 to 0.27.2 and pythonize from 0.26.0 to
      0.27.0. Contributed by @razvp @ ERCOM. (#19412)
- refresh 0001-pyo3-Disable-abi3-feature.patch

OBS-URL: https://build.opensuse.org/request/show/1332291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=150
2026-02-10 20:13:42 +00:00
f6f032c80e - Update to 1.147.0
- Bugfixes
    - Fix memory leak caused by not cleaning up stopped looping
      calls. Introduced in v1.140.0. (#19416)
    - Fix a typo that incorrectly made setuptools_rust a runtime
      dependency. (#19417)
  - Internal Changes
    - Prune stale entries from
      sliding_sync_connection_required_state table. (#19306)
    - Update "Event Send Time Quantiles" graph to only use dots for
      the event persistence rate (Grafana dashboard). (#19399)
    - Update and align Grafana dashboard to use regex matching for
      job selectors (job=~"$job") so the "all" value works
      correctly across all panels. (#19400)
    - Don't retry joining partial state rooms all at once on
      startup. (#19402)
    - Disallow requests to the health endpoint from containing
      trailing path characters. (#19405)
    - Add notes that new experimental features should have
      associated tracking issues. (#19410)
    - Bump pyo3 from 0.26.0 to 0.27.2 and pythonize from 0.26.0 to
      0.27.0. Contributed by @razvp @ ERCOM. (#19412)
- refresh 0001-pyo3-Disable-abi3-feature.patch

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=425
2026-02-10 16:31:11 +00:00
683e3c73a1 Accepting request 1329530 from network:messaging:matrix
Forwarded request #1329528 from darix

- Update to 1.146.0

OBS-URL: https://build.opensuse.org/request/show/1329530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=149
2026-01-28 14:10:58 +00:00
d303071788 - Update to 1.146.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=423
2026-01-27 16:20:18 +00:00
5933611775 Accepting request 1327075 from network:messaging:matrix
Forwarded request #1327074 from darix

- Update to 1.145.0

OBS-URL: https://build.opensuse.org/request/show/1327075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=148
2026-01-14 15:21:57 +00:00
2a1a975be1 - Update to 1.145.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=421
2026-01-13 18:24:26 +00:00
2662e3e695 Accepting request 1322793 from network:messaging:matrix
Forwarded request #1321841 from darix

- Update to 1.144.0

OBS-URL: https://build.opensuse.org/request/show/1322793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=147
2025-12-15 10:59:27 +00:00
3cb9cd5d25 - Update to 1.144.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=419
2025-12-13 18:58:19 +00:00
3e17fefda6 Accepting request 1318530 from network:messaging:matrix
Forwarded request #1318529 from darix

- Update to 1.142.1

OBS-URL: https://build.opensuse.org/request/show/1318530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=146
2025-11-19 13:59:26 +00:00
33eec6b91c - Update to 1.142.1
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=417
2025-11-19 01:15:59 +00:00
b7078adbe3 Accepting request 1314344 from network:messaging:matrix
Forwarded request #1314343 from darix

- Update to 1.141.0
  - Features
    - Allow using MSC4190 behavior without the opt-in registration
      flag. Contributed by @tulir @ Beeper. (#19031)
    - Stabilize support for MSC4326: Device masquerading for
      appservices. Contributed by @tulir @ Beeper. (#19033)
  - Bugfixes
    - Fix users being unable to log in if their password, or the
      server's configured pepper, was too long. (#19101)
    - Fix a bug introduced in 1.136.0 that would prevent Synapse
      from being able to be reload-ed more than once when running
      under systemd. (#19060)
    - Fix a bug introduced in 1.140.0 where an internal server
      error could be raised when hashing user passwords that are
      too long. (#19078)
  - Updates to the Docker image
    - Update docker image to use Debian trixie as the base and thus
      Python 3.13. (#19064)
  - Internal Changes
    - Move unique snowflake homeserver background tasks to
      start_background_tasks (the standard pattern for this kind of
      thing). (#19037)
    - Drop a deprecated field of the PyGitHub dependency in the
      release script and raise the dependency's minimum version to
      1.59.0. (#19039)
    - Update TODO list of conflicting areas where we encounter
      metrics being clobbered (ApplicationService). (#19040)

OBS-URL: https://build.opensuse.org/request/show/1314344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=145
2025-10-29 20:08:33 +00:00
60d136545d - Update to 1.141.0
- Features
    - Allow using MSC4190 behavior without the opt-in registration
      flag. Contributed by @tulir @ Beeper. (#19031)
    - Stabilize support for MSC4326: Device masquerading for
      appservices. Contributed by @tulir @ Beeper. (#19033)
  - Bugfixes
    - Fix users being unable to log in if their password, or the
      server's configured pepper, was too long. (#19101)
    - Fix a bug introduced in 1.136.0 that would prevent Synapse
      from being able to be reload-ed more than once when running
      under systemd. (#19060)
    - Fix a bug introduced in 1.140.0 where an internal server
      error could be raised when hashing user passwords that are
      too long. (#19078)
  - Updates to the Docker image
    - Update docker image to use Debian trixie as the base and thus
      Python 3.13. (#19064)
  - Internal Changes
    - Move unique snowflake homeserver background tasks to
      start_background_tasks (the standard pattern for this kind of
      thing). (#19037)
    - Drop a deprecated field of the PyGitHub dependency in the
      release script and raise the dependency's minimum version to
      1.59.0. (#19039)
    - Update TODO list of conflicting areas where we encounter
      metrics being clobbered (ApplicationService). (#19040)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=415
2025-10-29 12:04:09 +00:00
c3b1bcb1d6 Accepting request 1311407 from network:messaging:matrix
Forwarded request #1311406 from darix

- Update to 1.140.0

OBS-URL: https://build.opensuse.org/request/show/1311407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=144
2025-10-15 10:45:32 +00:00
d523c74e62 - Update to 1.140.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=413
2025-10-14 20:45:47 +00:00
b053144bae - Fix a bug introduced in 1.139.1 where a client could receive an
Internal Server Error if they set device_keys: null in the
    request to POST /_matrix/client/v3/keys/upload. (#19023)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=412
2025-10-11 13:10:34 +00:00
6611298b65 Accepting request 1309684 from network:messaging:matrix
Forwarded request #1309683 from darix

- Update to 1.139.2
  - Update `KeyUploadServlet` to handle case where client sends
    `device_keys: null` (#19023)
    Introduced in 1.139.1

OBS-URL: https://build.opensuse.org/request/show/1309684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=143
2025-10-08 16:14:17 +00:00
0bd34b9854 - Update to 1.139.2
- Update `KeyUploadServlet` to handle case where client sends
    `device_keys: null` (#19023)
    Introduced in 1.139.1

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=410
2025-10-07 19:01:38 +00:00
d366943768 Accepting request 1309635 from network:messaging:matrix
Forwarded request #1309634 from darix

- Update to 1.139.1 (boo#1251231)
  - Security Fixes
    - Fix CVE-2025-61672 / GHSA-fh66-fcv5-jjfr. Lack of validation
      for device keys in Synapse before 1.139.1 allows an attacker
      registered on the victim homeserver to degrade federation
      functionality, unpredictably breaking outbound federation to
      other homeservers. (#17097)
  - Deprecations and Removals
    - Drop support for unstable field names from the long-accepted
      MSC2732 (Olm fallback keys) proposal. This change allows unit
      tests to pass following the security patch above. (#18996)

OBS-URL: https://build.opensuse.org/request/show/1309635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=142
2025-10-07 16:29:41 +00:00
a9291159fc - Update to 1.139.1 (boo#1251231)
- Security Fixes
    - Fix CVE-2025-61672 / GHSA-fh66-fcv5-jjfr. Lack of validation
      for device keys in Synapse before 1.139.1 allows an attacker
      registered on the victim homeserver to degrade federation
      functionality, unpredictably breaking outbound federation to
      other homeservers. (#17097)
  - Deprecations and Removals
    - Drop support for unstable field names from the long-accepted
      MSC2732 (Olm fallback keys) proposal. This change allows unit
      tests to pass following the security patch above. (#18996)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=408
2025-10-07 13:11:15 +00:00
d18424da1c Accepting request 1308371 from network:messaging:matrix
Forwarded request #1308370 from darix

- Update to 1.139.0

OBS-URL: https://build.opensuse.org/request/show/1308371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=141
2025-10-01 16:57:35 +00:00
52e314ac70 - Update to 1.139.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=406
2025-10-01 09:58:11 +00:00
2476a807c7 Accepting request 1306939 from network:messaging:matrix
- Update to 1.138.2
  - Fix a performance regression related to the experimental
    Delayed Events (MSC4140) feature. (#18926)

OBS-URL: https://build.opensuse.org/request/show/1306939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=140
2025-09-25 16:44:54 +00:00
416d37506f - Update to 1.138.2
- Fix a performance regression related to the experimental
    Delayed Events (MSC4140) feature. (#18926)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=404
2025-09-24 13:21:07 +00:00
005d66a620 Accepting request 1303352 from network:messaging:matrix
Forwarded request #1303351 from darix

- Update to 1.138.0

OBS-URL: https://build.opensuse.org/request/show/1303352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=139
2025-09-09 18:30:46 +00:00
d3e2d38f64 - Update to 1.138.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=402
2025-09-09 12:57:47 +00:00
044a3918e8 Accepting request 1301417 from network:messaging:matrix
Forwarded request #1301416 from darix

- Update to 1.137.0

OBS-URL: https://build.opensuse.org/request/show/1301417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=138
2025-08-26 14:13:44 +00:00
553d11ee45 - Update to 1.137.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=400
2025-08-26 10:47:43 +00:00
047596c791 Accepting request 1299100 from network:messaging:matrix
Forwarded request #1299099 from darix

- Update to 1.136.0 (boo#1247970)

OBS-URL: https://build.opensuse.org/request/show/1299100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=137
2025-08-13 14:29:11 +00:00
6a251a63c0 - Update to 1.136.0 (boo#1247970)
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=398
2025-08-12 14:46:10 +00:00
f6087c103b - Update to 1.135.2
This is the Synapse portion of the Matrix coordinated security
  release. This release includes support for room version 12 which
  fixes a number of security vulnerabilities, including
  CVE-2025-49090.
  The default room version is not changed. Not all clients will
  support room version 12 immediately, and not all users will be
  using the latest version of their clients. Large, public rooms
  are advised to wait a few weeks before upgrading to room version
  12 to allow users throughout the Matrix ecosystem to update their
  clients.
  - Bugfixes
    - Fix invalidation of storage cache that was broken in 1.135.0.
      (#18786)
  - Internal Changes
    - Add a parameter to upgrade_rooms(..) to allow auto join local
      users. (#82)
    - Speed up upgrading a room with large numbers of banned users.
      (#18574)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=397
2025-08-11 19:43:06 +00:00
8a01b7c920 Accepting request 1297073 from network:messaging:matrix
Forwarded request #1297072 from darix

- Update to 1.135.0

OBS-URL: https://build.opensuse.org/request/show/1297073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=136
2025-08-01 22:43:57 +00:00
4e9f8d23c4 - Update to 1.135.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=395
2025-08-01 13:05:56 +00:00
a66793ccaa Accepting request 1293545 from network:messaging:matrix
Forwarded request #1293544 from darix

- Update to 1.134.0

OBS-URL: https://build.opensuse.org/request/show/1293545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=135
2025-07-16 13:52:57 +00:00
358ea44e2c - Update to 1.134.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=393
2025-07-15 22:33:37 +00:00
dab555ed5c Accepting request 1289572 from network:messaging:matrix
Forwarded request #1289571 from darix

- Update to 1.133.0
  - Features
    - Add support for the MSC4260 user report API. (#18120)
  - Bugfixes
    - Fix an issue where, during state resolution for v11 rooms,
      Synapse would incorrectly calculate the power level of the
      creator when there was no power levels event in the room.
      (#18534, #18547)
    - Fix long-standing bug where sliding sync did not honour the
      room_id_to_include config option. (#18535)
    - Fix an issue where "Lock timeout is getting excessive"
      warnings would be logged even when the lock timeout was <10
      minutes. (#18543)
    - Fix an issue where Synapse could calculate the wrong power
      level for the creator of the room if there was no power
      levels event. (#18545)
  - Improved Documentation
    - Generate config documentation from JSON Schema file. (#18528)
    - Fix typo in user type documentation. (#18568)
  - Internal Changes
    - Increase performance of introspecting access tokens when
      using delegated auth. (#18357, #18561)
    - Log user deactivations. (#18541)
    - Enable flake8-logging and flake8-logging-format rules in Ruff
      and fix related issues throughout the codebase. (#18542)
    - Clean up old, unused rows from the device_federation_inbox
      table. (#18546)
    - Run config schema CI on develop and release branches.
      (#18551)
    - Add support for Twisted 25.5.0+ releases. (#18577)

OBS-URL: https://build.opensuse.org/request/show/1289572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=134
2025-07-02 10:11:26 +00:00
1930d2b680 - Update to 1.133.0
- Features
    - Add support for the MSC4260 user report API. (#18120)
  - Bugfixes
    - Fix an issue where, during state resolution for v11 rooms,
      Synapse would incorrectly calculate the power level of the
      creator when there was no power levels event in the room.
      (#18534, #18547)
    - Fix long-standing bug where sliding sync did not honour the
      room_id_to_include config option. (#18535)
    - Fix an issue where "Lock timeout is getting excessive"
      warnings would be logged even when the lock timeout was <10
      minutes. (#18543)
    - Fix an issue where Synapse could calculate the wrong power
      level for the creator of the room if there was no power
      levels event. (#18545)
  - Improved Documentation
    - Generate config documentation from JSON Schema file. (#18528)
    - Fix typo in user type documentation. (#18568)
  - Internal Changes
    - Increase performance of introspecting access tokens when
      using delegated auth. (#18357, #18561)
    - Log user deactivations. (#18541)
    - Enable flake8-logging and flake8-logging-format rules in Ruff
      and fix related issues throughout the codebase. (#18542)
    - Clean up old, unused rows from the device_federation_inbox
      table. (#18546)
    - Run config schema CI on develop and release branches.
      (#18551)
    - Add support for Twisted 25.5.0+ releases. (#18577)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=391
2025-07-01 16:06:57 +00:00
98b23fa973 Accepting request 1286434 from network:messaging:matrix
Forwarded request #1286433 from darix

- Update to 1.132.0

OBS-URL: https://build.opensuse.org/request/show/1286434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=133
2025-06-18 13:57:28 +00:00
738623d144 Accepting request 1286433 from home:darix:apps
- Update to 1.132.0

OBS-URL: https://build.opensuse.org/request/show/1286433
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=389
2025-06-17 17:34:54 +00:00
66c3f756af Accepting request 1282437 from network:messaging:matrix
Forwarded request #1282435 from darix

- Update to 1.131.0

OBS-URL: https://build.opensuse.org/request/show/1282437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=132
2025-06-04 18:28:06 +00:00
9a5e47f6ff - Update to 1.131.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=387
2025-06-03 16:59:04 +00:00
3105fe2976 Accepting request 1278899 from network:messaging:matrix
Forwarded request #1278898 from darix

- Update to 1.130.0

OBS-URL: https://build.opensuse.org/request/show/1278899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=131
2025-05-22 14:55:45 +00:00
4eb98131da - Update to 1.130.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=385
2025-05-21 01:32:07 +00:00
b73b1114d9 Accepting request 1274932 from network:messaging:matrix
Forwarded request #1274931 from darix

- Update to 1.129.0
  - Features
    - Add passthrough_authorization_parameters in OIDC
      configuration to allow passing parameters to the
      authorization grant URL. (#18232)
    - Add total_event_count, total_message_count, and
      total_e2ee_event_count fields to the homeserver usage
      statistics. (#18260)
  - Bugfixes
    - Fix force_tracing_for_users config when using delegated auth.
      (#18334)
    - Fix the token introspection cache logging access tokens when
      MAS integration is in use. (#18335)
    - Stop caching introspection failures when delegating auth to
      MAS. (#18339)
    - Fix ExternalIDReuse exception after migrating to MAS on
      workers with a high traffic. (#18342)
    - Fix minor performance regression caused by tracking of room
      participation. Regressed in v1.128.0. (#18345)
  - Updates to the Docker image
    - Optimize the build of the complement-synapse image. (#18294)
  - Internal Changes
    - Revert the slow background update introduced by #18068 in
      v1.128.0. (#18372)
    - Revert "Add total event, unencrypted message, and e2ee event
      counts to stats reporting", added in v1.129.0rc1. (#18373)
    - Disable statement timeout during room purge. (#18133)
    - Add cache to storage functions used to auth requests when
      using delegated auth. (#18337)

OBS-URL: https://build.opensuse.org/request/show/1274932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=130
2025-05-07 17:17:02 +00:00
1016083bcf - Update to 1.129.0
- Features
    - Add passthrough_authorization_parameters in OIDC
      configuration to allow passing parameters to the
      authorization grant URL. (#18232)
    - Add total_event_count, total_message_count, and
      total_e2ee_event_count fields to the homeserver usage
      statistics. (#18260)
  - Bugfixes
    - Fix force_tracing_for_users config when using delegated auth.
      (#18334)
    - Fix the token introspection cache logging access tokens when
      MAS integration is in use. (#18335)
    - Stop caching introspection failures when delegating auth to
      MAS. (#18339)
    - Fix ExternalIDReuse exception after migrating to MAS on
      workers with a high traffic. (#18342)
    - Fix minor performance regression caused by tracking of room
      participation. Regressed in v1.128.0. (#18345)
  - Updates to the Docker image
    - Optimize the build of the complement-synapse image. (#18294)
  - Internal Changes
    - Revert the slow background update introduced by #18068 in
      v1.128.0. (#18372)
    - Revert "Add total event, unencrypted message, and e2ee event
      counts to stats reporting", added in v1.129.0rc1. (#18373)
    - Disable statement timeout during room purge. (#18133)
    - Add cache to storage functions used to auth requests when
      using delegated auth. (#18337)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=383
2025-05-06 12:50:59 +00:00
3558e8d8cb Accepting request 1268667 from network:messaging:matrix
Forwarded request #1268666 from darix

- unlock the rust related buildrequires

OBS-URL: https://build.opensuse.org/request/show/1268667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=129
2025-04-11 21:22:47 +00:00
e8c49d0206 - unlock the rust related buildrequires
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=381
2025-04-11 16:12:41 +00:00
19cbf3ce69 Accepting request 1267985 from network:messaging:matrix
Forwarded request #1267983 from darix

- Update to 1.128.0

OBS-URL: https://build.opensuse.org/request/show/1267985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=128
2025-04-09 19:50:12 +00:00
e522f07487 - Update to 1.128.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=379
2025-04-08 20:59:32 +00:00
b6edc4d16f Accepting request 1266971 from network:messaging:matrix
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1266971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=127
2025-04-04 15:30:44 +00:00
OBS User buildservice-autocommit
6621b132a6 baserev update by copy to link target
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=377
2025-03-27 21:32:12 +00:00