summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add a column `participant` to `room_memberships` table (#18068)Shay2025-03-187-1/+373
* 1.127.0rc1 v1.127.0rc1Erik Johnston2025-03-188-7/+36
* Remove `SYNAPSE_USE_FROZEN_DICTS` environment variable (#18123)Eric Eastwood2025-03-182-10/+10
* Bump ulid from 1.2.0 to 1.2.1 (#18246)dependabot[bot]2025-03-181-2/+2
* Bump http from 1.2.0 to 1.3.1 (#18245)dependabot[bot]2025-03-181-2/+2
* MSC4140: don't cancel delayed state on own state (#17810)Andrew Ferrazzutti2025-03-174-36/+158
* Add caching support to media endpoints (#18235)Erik Johnston2025-03-136-7/+253
* Fix detection of workflow failures in the release script. (#18211)reivilibre2025-03-132-1/+2
* Fix: corrected routing path for workers doc (#18224)karuto2025-03-132-1/+3
* Bump anyhow from 1.0.96 to 1.0.97 (#18201)dependabot[bot]2025-03-131-2/+2
* Bump bcrypt from 4.2.1 to 4.3.0 (#18207)dependabot[bot]2025-03-131-27/+53
* Bump sentry-sdk from 2.19.2 to 2.22.0 (#18205)dependabot[bot]2025-03-131-3/+5
* Bump bytes from 1.10.0 to 1.10.1 (#18227)dependabot[bot]2025-03-131-2/+2
* Bump serde from 1.0.218 to 1.0.219 (#18228)dependabot[bot]2025-03-131-4/+4
* Merge branch 'master' into developAndrew Morgan2025-03-113-4/+17
|\
| * Move debian signing key expiry notice to top of 1.126.0 notesAndrew Morgan2025-03-111-3/+3
| * 1.126.0 v1.126.0Andrew Morgan2025-03-113-1/+14
* | Bump serde_json from 1.0.139 to 1.0.140 (#18202)dependabot[bot]2025-03-111-2/+2
|/
* Tweak changelog v1.126.0rc3Olivier 'reivilibre2025-03-071-1/+1
* 1.126.0rc3Olivier 'reivilibre2025-03-074-2/+16
* Revert the background job to clear unreferenced state groups (that was introd...reivilibre2025-03-0710-374/+75
* 1.126.0rc2 v1.126.0rc2Olivier 'reivilibre2025-03-055-4/+15
* Actually fix CI build wheels. (#18213)reivilibre2025-03-055-16/+16
* Fix wheel building configuration in CI by installing libatomic1. (#18212)reivilibre2025-03-043-1/+13
* Tweak changelog to linkify MSCs v1.126.0rc1Olivier 'reivilibre2025-03-041-2/+2
* Tweak changelog notice for debian repo signing key expiry changeOlivier 'reivilibre2025-03-041-11/+4
* Add upgrade notes for the debian repo signing key expiry changeOlivier 'reivilibre2025-03-041-0/+18
* 1.126.0rc1Olivier 'reivilibre2025-03-0420-20/+65
* Support getting the device ID explicitly from MAS (#18174)Quentin Gliech2025-03-043-17/+71
* Add `redirect_uri` option to `oidc_providers` entries (#18197)Andrew Morgan2025-03-035-1/+80
* Add worker_replication_secret_path config option (#18191)V024602025-02-264-3/+42
* Add form_secret_path config option (#18090)V024602025-02-254-3/+37
* Bump pyo3-log from 0.12.0 to 0.12.1 (#18046)dependabot[bot]2025-02-252-2/+3
* Bump serde from 1.0.217 to 1.0.218 (#18183)dependabot[bot]2025-02-251-4/+4
* Define delayed event ratelimit category (#18019)Andrew Ferrazzutti2025-02-258-4/+243
* Move User Event Redaction Admin API version indicator to the correct place (#...Andrew Morgan2025-02-252-2/+3
* Bump anyhow from 1.0.95 to 1.0.96 (#18187)dependabot[bot]2025-02-251-2/+2
* Bump click from 8.1.7 to 8.1.8 (#18189)dependabot[bot]2025-02-251-3/+3
* Bump authlib from 1.4.0 to 1.4.1 (#18190)dependabot[bot]2025-02-251-3/+3
* Bump log from 0.4.25 to 0.4.26 (#18184)dependabot[bot]2025-02-251-2/+2
* Bump serde_json from 1.0.138 to 1.0.139 (#18186)dependabot[bot]2025-02-251-2/+2
* Merge branch 'master' into developDevon Hudson2025-02-253-1/+14
|\
| * 1.125.0 v1.125.0Devon Hudson2025-02-253-1/+14
* | Add --no-secrets-in-config command line option (#18092)V024602025-02-2512-14/+227
* | Add background job to clear unreferenced state groups (#18154)Devon Hudson2025-02-2510-74/+375
* | Fix MSC4108 'rendez-vous' responses with some reverse proxy in the front of S...Quentin Gliech2025-02-253-3/+10
* | Bump types-psycopg2 from 2.9.21.20241019 to 2.9.21.20250121 (#18188)dependabot[bot]2025-02-241-4/+4
* | Bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#18185)dependabot[bot]2025-02-241-1/+1
* | Disable room list publication by default (#18175)Erik Johnston2025-02-249-5/+49
* | Prevent suspended users from sending encrypted messages (#18157)Shay2025-02-213-7/+128
* | Add support for overriding `id_token_signing_alg_values_supported` for an Ope...Eric Eastwood2025-02-205-4/+119
* | Document suspension Admin API (#18162)Shay2025-02-202-0/+27
* | Speedup the building of Docker images (#18038)Quentin Gliech2025-02-193-135/+150
* | Merge branch 'release-v1.125' into developQuentin Gliech2025-02-1821-19/+56
|\|
| * Tweak changelog v1.125.0rc1Quentin Gliech2025-02-181-4/+3
| * 1.125.0rc1Quentin Gliech2025-02-1821-19/+57
* | Make sure we advertise registration as disabled when MSC3861 is enabled (#17661)Quentin Gliech2025-02-183-5/+45
* | Cleanup deleted state group references (#18165)Devon Hudson2025-02-183-1/+43
|/
* Add method to get current server time in milliseconds in ModuleApi (#18144)qashlan2025-02-182-0/+5
* Add support to proxy outbound requests from Synapse in tests (#18158)Eric Eastwood2025-02-175-0/+20
* Limit size of user directory search queries (#18172)Erik Johnston2025-02-172-1/+8
* Document consequences of replacing secrets (#18138)V024602025-02-172-0/+20
* Bump hiredis from 3.0.0 to 3.1.0 (#18169)dependabot[bot]2025-02-171-95/+110
* Bump service-identity from 24.1.0 to 24.2.0 (#18171)dependabot[bot]2025-02-171-4/+4
* Bump twine from 6.0.1 to 6.1.0 (#18170)dependabot[bot]2025-02-171-19/+24
* Update `rc_presence` config docs with int burst_count (#18159)Andrew Morgan2025-02-142-1/+2
* Document missing server config options (#18122)Eric Eastwood2025-02-122-0/+59
* Add log message when worker lock timeouts get large (#18124)Devon Hudson2025-02-122-0/+10
* Fix internal server error when updating 3pid address with invalid email (#18125)qashlan2025-02-122-2/+9
* Bump ulid from 1.1.4 to 1.2.0 (#18148)dependabot[bot]2025-02-121-13/+117
* Bump sigstore/cosign-installer from 3.7.0 to 3.8.0 (#18147)dependabot[bot]2025-02-121-1/+1
* Bump bytes from 1.9.0 to 1.10.0 (#18149)dependabot[bot]2025-02-121-2/+2
* Bump bcrypt from 4.2.0 to 4.2.1 (#18127)dependabot[bot]2025-02-121-28/+26
* Bump gitpython from 3.1.43 to 3.1.44 (#18128)dependabot[bot]2025-02-121-4/+4
* Bump serde_json from 1.0.137 to 1.0.138 (#18129)dependabot[bot]2025-02-121-2/+2
* Merge branch 'master' into developTill Faelligen2025-02-113-1/+14
|\
| * 1.124.0 v1.124.0Till Faelligen2025-02-113-1/+14
* | Add `rc_presence` ratelimiting config to demo/start.sh (#18145)Andrew Morgan2025-02-112-0/+5
* | Bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241230 (#18097)dependabot[bot]2025-02-111-3/+3
* | Cleanup Python 3.8 leftovers (#17967)V024602025-02-1055-94/+104
* | Overload "allow_none" on DB pool static method (#17616)Andrew Ferrazzutti2025-02-105-33/+45
* | feat: Allow multiple values for SSO attribute_requirements via comma separati...meise2025-02-106-9/+105
* | Don't log exceptions for obviously incorrect stream tokens (#18139)Erik Johnston2025-02-102-0/+6
* | Add Oracle Linux installation instructions (#17436)villepeh2025-02-102-14/+4
* | Merge branch 'release-v1.124' into developErik Johnston2025-02-076-18/+61
|\|
| * 1.124.0rc3 v1.124.0rc3Erik Johnston2025-02-074-2/+16
| * Fix performance of `check_state_groups_and_bump_deletion` (#18141)Erik Johnston2025-02-074-17/+46
* | Merge branch 'release-v1.124' into developErik Johnston2025-02-054-3/+28
|\|
| * 1.124.0rc2 v1.124.0rc2Erik Johnston2025-02-054-2/+16
| * Fix bug where persisting some events fails after unclean shutdown. (#18137)Erik Johnston2025-02-052-2/+13
* | make dual licensing explicit (#18134)Matthew Hodgson2025-02-054-6/+28
* | Fix 'Fix lint' GHA (#18136)Erik Johnston2025-02-052-1/+2
* | Fix legacy modules `check_username_for_spam` (#18135)Erik Johnston2025-02-052-0/+3
* | Add MSC3861 config options admin_token_path and client_secret_path (#18004)V024602025-02-045-14/+116
|/
* 1.124.0rc1 v1.124.0rc1Erik Johnston2025-02-0413-12/+34
* Fix bug where purging history could lead to increase in disk space usage (#18...Erik Johnston2025-02-034-1/+116
* Add locking to more safely delete state groups: Part 2 (#18130)Erik Johnston2025-02-037-14/+297
* Add locking to more safely delete state groups: Part 1 (#18107)Erik Johnston2025-02-0313-46/+1047
* Allow (un)block_room storage functions to be called on workers (#18119)Andrew Morgan2025-01-302-44/+45
* Raise an error if someone is using an incorrect suffix in a config duration s...Eric Eastwood2025-01-292-2/+18
* Merge branch 'master' into developDevon Hudson2025-01-283-1/+14
|\
| * 1.123.0 v1.123.0Devon Hudson2025-01-283-1/+14
* | Never autojoin deactivated & suspended users. (#18073)Will Hunt2025-01-283-35/+232
* | Bump python-multipart from 0.0.18 to 0.0.20 (#18096)dependabot[bot]2025-01-271-3/+3
* | Bump serde_json from 1.0.135 to 1.0.137 (#18099)dependabot[bot]2025-01-271-2/+2
* | Bump types-bleach from 6.1.0.20240331 to 6.2.0.20241123 (#18082)dependabot[bot]2025-01-271-3/+3
* | OIDC: increase length of generated `nonce` parameter from 30->32 chars (#18109)Andrew Morgan2025-01-272-1/+16
* | Fix join being denied after being invited over federation (#18075)Eric Eastwood2025-01-2716-442/+1341
* | Bump log from 0.4.22 to 0.4.25 (#18098)dependabot[bot]2025-01-271-2/+2
* | Bump dawidd6/action-download-artifact from 7 to 8 (#18108)dependabot[bot]2025-01-271-1/+1
* | Ratelimit presence updates (#18000)Sven Mäder2025-01-2410-8/+232
* | Contrib: Docker: updates PostgreSQL version in `docker-compose.yml` (#18089)Max Kratz2025-01-212-1/+3
|/
* One more tiny change v1.123.0rc1Till Faelligen2025-01-211-1/+1
* Update changelogTill Faelligen2025-01-211-2/+2
* 1.123.0rc1Till Faelligen2025-01-2111-9/+44
* Support the new `/auth_metadata` endpoint defined in MSC2965. (#18093)Quentin Gliech2025-01-216-82/+187
* Implement MSC4133 to support custom profile fields. (#17488)Patrick Cloke2025-01-2113-26/+1039
* Document possibility of configuring `tls` for a worker instance in `instance_...Eric Eastwood2025-01-202-0/+5
* Drop indices concurrently on background updates (#18091)Erik Johnston2025-01-202-2/+3
* Bump pyo3 from 0.23.3 to 0.23.4 (#18079)dependabot[bot]2025-01-161-10/+10
* Bump serde_json from 1.0.134 to 1.0.135 (#18081)dependabot[bot]2025-01-161-2/+2
* Bump ulid from 1.1.3 to 1.1.4 (#18080)dependabot[bot]2025-01-161-5/+2
* Bump mypy from 1.12.1 to 1.13.0 (#18083)dependabot[bot]2025-01-161-33/+34
* Bump pillow from 11.0.0 to 11.1.0 (#18084)dependabot[bot]2025-01-161-77/+73
* Merge branch 'master' into developAndrew Morgan2025-01-145-3794/+3802
|\
| * move additional release missed in last commit v1.122.0Andrew Morgan2025-01-142-11/+10
| * Move 2023/4 changelog entries under docs/changelogsAndrew Morgan2025-01-143-3780/+3778
| * move postgres changelog to the topAndrew Morgan2025-01-141-4/+2
| * 1.122.0Andrew Morgan2025-01-143-1/+14
| * Fix typographical error in changelogOlivier 'reivilibre2025-01-071-1/+1
* | Increase `rc_invites.per_issuer` for Complement (#18072)Eric Eastwood2025-01-132-0/+4
* | Bust `_membership_stream_cache` cache when current state changes (#17732)Eric Eastwood2025-01-088-26/+88
* | Bump jinja2 from 3.1.4 to 3.1.5 (#18067)dependabot[bot]2025-01-081-3/+4
* | Add the ability to filter by state event type on admin room state endpoint (#...Shay2025-01-084-1/+67
* | Drop unstable MSC4151 implementation (#18052)Travis Ralston2025-01-074-17/+1
* | Merge branch 'release-v1.122' into developOlivier 'reivilibre2025-01-0724-24/+65
|\|
| * Tweak changelog v1.122.0rc1Olivier 'reivilibre2025-01-071-7/+9
| * 1.122.0rc1Olivier 'reivilibre2025-01-0724-24/+63
* | Bump pyopenssl from 24.2.1 to 24.3.0 (#18062)dependabot[bot]2025-01-071-5/+5
|/
* Bump sentry-sdk from 2.17.0 to 2.19.2 (#18061)dependabot[bot]2025-01-061-5/+7
* Bump pyicu from 2.13.1 to 2.14 (#18060)dependabot[bot]2025-01-061-2/+2
* Bump serde from 1.0.216 to 1.0.217 (#18059)dependabot[bot]2025-01-061-4/+4
* Properly purge state groups tables when purging a room (#18024)Mathieu Velten2025-01-065-69/+34
* Refactor get_profile: do not return missing fields. (#18063)Patrick Cloke2025-01-037-28/+44
* Add a test to verify remote user messages can be redacted via admin api redac...Shay2025-01-032-0/+60
* Bump twine from 5.1.1 to 6.0.1 (#18049)dependabot[bot]2024-12-231-6/+10
* Bump mypy-zope from 1.0.8 to 1.0.9 (#18047)dependabot[bot]2024-12-231-4/+4
* Bump anyhow from 1.0.94 to 1.0.95 (#18045)dependabot[bot]2024-12-231-2/+2
* Bump authlib from 1.3.2 to 1.4.0 (#18048)dependabot[bot]2024-12-231-6/+6
* Bump serde_json from 1.0.133 to 1.0.134 (#18044)dependabot[bot]2024-12-231-2/+2
* Make admin api redactions use the requester to send the redaction (#18029)morguldir2024-12-232-1/+2
* Stop using twisted.internet.defer.returnValue (#18020)Colin Watson2024-12-205-27/+11
* Remove support for PostgreSQL 11 and 12 (#18034)Patrick Cloke2024-12-195-4/+13
* Disable statement timeout during room purge (#18017)Mathieu Velten2024-12-192-0/+6
* Update reverse proxy docs with what we've learned from #17986 (#17994)Eric Eastwood2024-12-193-1/+5
* Fix mypy errors on Twisted 24.11.0 (#17998)Andrew Morgan2024-12-185-11/+20
* Wording improvements for the `TaskScheduler` (#17992)Andrew Morgan2024-12-182-37/+54
* Bump mypy from 1.11.2 to 1.12.1 and fix new typechecking errors (#17999)Andrew Morgan2024-12-187-43/+49
* Add email.tlsname config option (#17849)cynhr2024-12-175-38/+69
* Add `macaroon_secret_key_path` config option (#17983)V024602024-12-165-15/+51
* Add `last_seen_ts` to query user example (#17976)Travis Ralston2024-12-162-0/+2
* Add some useful endpoints to Admin API (#17948)Shay2024-12-1612-15/+535
* Bump http from 1.1.0 to 1.2.0 (#18013)dependabot[bot]2024-12-161-2/+2
* Bump serde from 1.0.215 to 1.0.216 (#18031)dependabot[bot]2024-12-161-4/+4
* Bump pillow from 10.4.0 to 11.0.0 (#18015)dependabot[bot]2024-12-161-83/+78
* Bump pydantic from 2.9.2 to 2.10.3 (#18014)dependabot[bot]2024-12-161-98/+106
* Bump anyhow from 1.0.93 to 1.0.94 (#18012)dependabot[bot]2024-12-161-2/+2
* forward requester id to check username for spam callbacks (#17916)Wilson2024-12-136-7/+70
* Merge branch 'master' into developAndrew Morgan2024-12-115-5/+36
|\
| * Remove redundant security disclaimer v1.121.1Andrew Morgan2024-12-111-2/+0
| * 1.121.1Andrew Morgan2024-12-114-2/+18
| * Downgrade ubuntu to 22.04 when building docker images (#18026)Till2024-12-112-1/+2
| * Update changelog v1.121.0Till Faelligen2024-12-111-5/+2
| * 1.121.0Till Faelligen2024-12-114-2/+16
| * Attempt to fix duplicate releases issue (#18025)Till2024-12-112-0/+5
* | Update Alpine Linux Synapse Package Maintainer within installation.md (#17846)jahway6032024-12-102-1/+2
* | Fix bug when rejecting withdrew invite with a third_party_rules module (#17930)Mathieu Velten2024-12-102-5/+6
* | Reorganize account data, receipts and presence request regexps in generic_wor...Rafał Hirsch2024-12-092-11/+8
* | Bump pyo3 from 0.23.2 to 0.23.3 (#18001)dependabot[bot]2024-12-091-10/+10
* | Bump dawidd6/action-download-artifact from 6 to 7 (#17981)dependabot[bot]2024-12-051-1/+1
* | Bump python-multipart from 0.0.16 to 0.0.18 (#17985)dependabot[bot]2024-12-051-3/+3
* | Add RoomID & EventID rust types (#17996)Devon Hudson2024-12-052-0/+167
* | Promote account suspension to stable (#17964)Travis Ralston2024-12-046-33/+13
|/
* 1.121.0rc1 v1.121.0rc1Andrew Morgan2024-12-0423-21/+54
* Pin Rust to 1.82.0 when building Python wheels (#17993)Andrew Morgan2024-12-043-4/+14
* Pin softprops/action-gh-release to v0.1.15 (#17995)Andrew Morgan2024-12-042-1/+2
* Support for MSC4190: device management for application services (#17705)Quentin Gliech2024-12-0412-33/+351
* MSC4076: Add disable_badge_count to pusher configuration (#17975)manuroe2024-12-034-6/+98
* Merge branch 'master' into developQuentin Gliech2024-12-0314-23/+419
|\
| * 1.120.2 v1.120.2Quentin Gliech2024-12-033-1/+15
| * Stop building wheels for macOSQuentin Gliech2024-12-031-8/+2
| * 1.120.1 v1.120.1Quentin Gliech2024-12-034-2/+49
| * Restrict which image formats we will decode in order to generate thumbnailsOlivier 'reivilibre2024-12-031-1/+6
| * Don't allow unsupported content-typeDevon Hudson2024-12-032-0/+89
| * Handle null invite and knock room stateErik Johnston2024-12-035-9/+33
| * Sliding Sync: Fix state leaking on incremental syncEric Eastwood2024-12-033-4/+226
| * Fix release process to not create duplicate releases (#17970)Erik Johnston2024-12-032-1/+3
* | Be able to test `/login/sso/redirect` in Complement (#17986)Eric Eastwood2024-12-035-1/+8
* | Bump bytes from 1.8.0 to 1.9.0 (#17982)dependabot[bot]2024-12-021-2/+2
* | Bump tomli from 2.1.0 to 2.2.1 (#17979)dependabot[bot]2024-12-021-3/+33
* | Sliding Sync: Include invite, ban, kick, targets when `$LAZY`-loading room me...Eric Eastwood2024-12-025-11/+181
* | Use stable error code for account locking (#17965)Travis Ralston2024-12-022-2/+2
* | Bump pysaml2 from 7.3.1 to 7.5.0 (#17978)dependabot[bot]2024-12-021-6/+6
* | Fix release process to not create duplicate releases (#17970)Erik Johnston2024-12-022-1/+3
* | Consolidate SSO redirects through `/_matrix/client/v3/login/sso/redirect(/{id...Eric Eastwood2024-11-298-28/+262
* | Fix new scheduled tasks jumping the queue (#17962)Richard van der Hoff2024-11-285-55/+64
* | Update setuptools-rust and fix building abi3 wheels (#17969)Erik Johnston2024-11-273-6/+25
* | Bump pyo3 to v0.23.2 (#17966)V024602024-11-2711-195/+136
* | MSC4108: Add a Content-Type header on the PUT response (#17253)Quentin Gliech2024-11-262-0/+8
* | Merge branch 'master' into developQuentin Gliech2024-11-264-1/+17
|\|
| * 1.120.0 v1.120.0Quentin Gliech2024-11-264-2/+16
| * Fix `delete_old_otks` job on worker deployments (#17960)Richard van der Hoff2024-11-262-0/+2
* | Bump tomli from 2.0.2 to 2.1.0 (#17959)dependabot[bot]2024-11-261-3/+3
* | Fix up logic for delaying sending read receipts over federation. (#17933)Erik Johnston2024-11-256-134/+220
* | Bump tornado from 6.4.1 to 6.4.2 (#17955)dependabot[bot]2024-11-251-13/+13
* | Return suspended status when querying user account (#17952)Shay2024-11-224-1/+5
* | link to element-docker-demo from contrib/docker* (#17953)Matthew Hodgson2024-11-223-0/+7
* | Add Forgejo oidc provider config example (#17872)Valentin Iovene2024-11-202-0/+31
* | Merge branch 'release-v1.120' into developOlivier 'reivilibre2024-11-2014-12/+54
|\|
| * Tweak changelogOlivier 'reivilibre2024-11-201-2/+2
| * 1.120.0rc1 v1.120.0rc1Olivier 'reivilibre2024-11-2014-12/+54
* | Fix incorrect comment in new schema delta (#17936)Erik Johnston2024-11-202-2/+3
* | Bump serde_json from 1.0.132 to 1.0.133 (#17939)dependabot[bot]2024-11-201-2/+2
* | Raise setuptools_rust version cap to 1.10.2 (#17944)V024602024-11-202-1/+2
* | Add encrypted appservice extensions to Complement test image. (#17945)Will Hunt2024-11-202-0/+11
|/
* Fix nix flakeOlivier 'reivilibre2024-11-202-43/+9
* Enable authenticated media by default (#17889)Travis Ralston2024-11-2011-16/+129
* Support both import names of PyPI package `python-multipart`. (#17932)Renaud Allard2024-11-202-4/+18
* Speed up slow initial sliding syncs on large servers (#17946)Erik Johnston2024-11-194-1/+44
* Create one-off scheduled task to delete old OTKs (#17934)Richard van der Hoff2024-11-196-0/+203
* Bump serde from 1.0.214 to 1.0.215 (#17938)dependabot[bot]2024-11-181-4/+4
* Bump packaging from 24.1 to 24.2 (#17940)dependabot[bot]2024-11-181-3/+3
* Bump phonenumbers from 8.13.49 to 8.13.50 (#17942)dependabot[bot]2024-11-181-3/+3
* Bump immutabledict from 4.2.0 to 4.2.1 (#17941)dependabot[bot]2024-11-181-4/+4
* Add some documentation about backing up Synapse (#17931)Richard van der Hoff2024-11-186-3/+147
* Move server event filtering logic to rust (#17928)Devon Hudson2024-11-149-58/+265
* Merge branch 'master' into developErik Johnston2024-11-133-3/+15
|\
| * 1.119.0 v1.119.0Erik Johnston2024-11-133-3/+15
* | Removal: Remove support for experimental msc3886 (#17638)Poruri Sai Rahul2024-11-1312-126/+13
* | Bump macos version used to build wheels (#17924)Erik Johnston2024-11-132-3/+4
* | Unpin the upload release GHA action (#17923)Erik Johnston2024-11-122-5/+2
* | Fix typo in error message when a media ID isn't known (#17865)Benjamin Bouvier2024-11-126-6/+7
* | Merge branch 'release-v1.119' into developErik Johnston2024-11-1136-37/+132
|\|
| * 1.119.0rc2 v1.119.0rc2Erik Johnston2024-11-114-3/+11
| * Fix building and attaching release artifacts (#17921)Erik Johnston2024-11-112-3/+18
| * Update changelog v1.119.0rc1Erik Johnston2024-11-111-1/+1
| * Update changelogErik Johnston2024-11-112-1/+1
| * Add index to `current_state_delta_stream` (#17912)Erik Johnston2024-11-113-2/+44
| * Update changelog for releaseDevon Hudson2024-11-089-11/+13
| * Merge branch 'develop' into release-v1.119Devon Hudson2024-11-0845-190/+498
| |\