summary refs log tree commit diff
path: root/scripts-dev/check_pydantic_models.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-17Bump psycopg2 from 2.9.9 to 2.9.10 (#17843)dependabot[bot]1-15/+11
2024-10-151.117.0 v1.117.0Erik Johnston3-1/+14
2024-10-14Implement MSC4210: Remove legacy mentions (#17783)Tulir Asokan9-2/+37
2024-10-14Enable the `.org.matrix.msc4028.encrypted_event` push rule by default (#17826)Andrew Morgan2-1/+2
2024-10-14Sliding Sync: Slight optimization when fetching state for the room (`get_even...Eric Eastwood4-10/+89
2024-10-14Fix typo in `target_cache_memory_usage` docs (#17825)Andrew Morgan2-1/+2
2024-10-14Correctly changes to required state config in sliding sync (#17785)Erik Johnston7-14/+1188
2024-10-14Bump mypy-zope from 1.0.5 to 1.0.7 (#17827)dependabot[bot]1-3/+4
2024-10-14Bump types-setuptools from 75.1.0.20240917 to 75.1.0.20241014 (#17828)dependabot[bot]1-3/+3
2024-10-14Bump sentry-sdk from 2.15.0 to 2.16.0 (#17829)dependabot[bot]1-3/+4
2024-10-14Build debian packages for new Ubuntu versions (#17824)Erik Johnston2-2/+3
2024-10-14Clarify when 3PID invite module callbacks are called (#17627)Andrew Morgan2-3/+7
2024-10-10Fix release script to check GH token (#17803)Erik Johnston2-13/+24
2024-10-09Added display_name_claim in jwt_config which sets the user's display name upo...Nathan6-6/+50
2024-10-08Fix saving of non-RGB thumbnails as PNG (#17736)Martin Weinelt2-1/+2
2024-10-08Fix incorrectly documented config path argument (#17802)Andrew Ferrazzutti2-2/+3
2024-10-08Fixup changlog v1.117.0rc1Erik Johnston1-1/+1
2024-10-08Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#17798)dependabot[bot]1-1/+1
2024-10-08Bump phonenumbers from 8.13.46 to 8.13.47 (#17797)dependabot[bot]1-3/+3
2024-10-08Bump sentry-sdk from 2.14.0 to 2.15.0 (#17795)dependabot[bot]1-3/+3
2024-10-08Bump tomli from 2.0.1 to 2.0.2 (#17796)dependabot[bot]1-4/+4
2024-10-08Bump ruff from 0.6.8 to 0.6.9 (#17794)dependabot[bot]2-21/+21
2024-10-081.117.0rc1Erik Johnston21-19/+47
2024-10-08Improvements to admin redact api (#17792)Shay5-41/+107
2024-10-08Add missing license header (#17799)Andrew Ferrazzutti10-3/+87
2024-10-08Sliding sync: omit bump stamp when it is unchanged (#17788)Erik Johnston5-12/+136
2024-10-08Sliding sync minor performance speed up using new table (#17787)Erik Johnston3-9/+61
2024-10-08Speed up sliding sync when there are many active subscriptions (#17789)Erik Johnston3-7/+63
2024-10-07Clarify `test_forget_when_not_left` docstring (#17628)Andrew Morgan2-1/+2
2024-10-07Add config option redis.password_path (#17717)V024604-2/+81
2024-10-07docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709)Henrique2-0/+3
2024-10-07Bump python-multipart from 0.0.10 to 0.0.12 (#17772)dependabot[bot]2-6/+6
2024-10-04Don't say MSC4140 is supported when it's disabled (#17780)Andrew Ferrazzutti3-2/+19
2024-10-04Fix NAME attribute of `ReplicationRemovePusherRestServlet` (#17779)Andrew Morgan2-1/+2
2024-10-03explain load balancing for `federation_sender_instances` (#17776)Dirk Klimpel2-1/+8
2024-10-011.116.0 v1.116.0Andrew Morgan3-1/+14
2024-09-30Fix perf when streams don't change often (#17767)Erik Johnston3-14/+19
2024-09-30Optimise notifier mk2 (#17766)Erik Johnston2-35/+62
2024-09-30Bump ruff from 0.6.7 to 0.6.8 (#17774)dependabot[bot]2-21/+21
2024-09-30Bump phonenumbers from 8.13.45 to 8.13.46 (#17773)dependabot[bot]1-3/+3
2024-09-30Bump regex from 1.10.6 to 1.11.0 (#17770)dependabot[bot]1-6/+6
2024-09-30Reduce overhead of sliding sync E2EE loops (#17771)Erik Johnston3-6/+8
2024-09-30Add fast path for sliding sync streams that only ask for extensions (#17768)Erik Johnston2-0/+22
2024-09-30Optimise notifier (#17765)Erik Johnston3-35/+43
2024-09-30Minor perf speed up for large accounts on SSS (#17751)Erik Johnston2-4/+7
2024-09-261.116.0rc2 v1.116.0rc2Quentin Gliech4-2/+16
2024-09-26Support MSC3757: Restricting who can overwrite a state event (#17513)Andrew Ferrazzutti5-6/+399
2024-09-26Remove spurious TODO in debian install step (#17749)Erik Johnston2-5/+4
2024-09-25Changelog fixes v1.116.0rc1Quentin Gliech1-20/+17
2024-09-251.116.0rc1Quentin Gliech28-32/+73
2024-09-25Bump treq from 23.11.0 to 24.9.1 (#17744)dependabot[bot]3-5/+7
2024-09-25Remove the deprecated cgi module (#17741)V024603-5/+6
2024-09-25Bump phonenumbers from 8.13.44 to 8.13.45 (#17762)dependabot[bot]1-3/+3
2024-09-24Bump ruff from 0.6.5 to 0.6.7 (#17760)dependabot[bot]2-21/+21
2024-09-24Bump msgpack from 1.0.8 to 1.1.0 (#17759)dependabot[bot]1-57/+65
2024-09-25Bump idna from 3.8 to 3.10 (#17758)dependabot[bot]1-3/+6
2024-09-24Bump types-setuptools from 74.1.0.20240907 to 75.1.0.20240917 (#17757)dependabot[bot]1-3/+3
2024-09-24Bump pydantic from 2.8.2 to 2.9.2 (#17756)dependabot[bot]1-99/+100
2024-09-24Bump types-pyyaml from 6.0.12.20240808 to 6.0.12.20240917 (#17755)dependabot[bot]1-3/+3
2024-09-24Bump prometheus-client from 0.20.0 to 0.21.0 (#17746)dependabot[bot]1-3/+3
2024-09-24Bump pyasn1-modules from 0.4.0 to 0.4.1 (#17747)dependabot[bot]1-3/+3
2024-09-24Bump python-multipart from 0.0.9 to 0.0.10 (#17745)dependabot[bot]1-6/+3
2024-09-24Bump bytes from 1.7.1 to 1.7.2 (#17743)dependabot[bot]1-2/+2
2024-09-24Never return negative bump stamp (#17748)Erik Johnston2-0/+17
2024-09-23Support MSC4140: Delayed events (Futures) (#17326)Andrew Ferrazzutti21-12/+1772
2024-09-20Speed up sorting of sliding sync rooms in initial request (#17734)Erik Johnston2-2/+70
2024-09-19Sliding sync: Add connection tracking to the `account_data` extension (#17695)Erik Johnston7-67/+742
2024-09-19Sliding Sync: Avoid fetching left rooms and add back `newly_left` rooms (#17725)Eric Eastwood8-110/+833
2024-09-19Fix sliding sync for rooms with unknown room version (#17733)Erik Johnston4-0/+68
2024-09-19Sliding Sync: Add cache to `get_tags_for_room(...)` (#17730)Eric Eastwood5-6/+21
2024-09-19Sliding Sync: No need to sort if the range is large enough to cover all of th...Eric Eastwood5-51/+80
2024-09-19Sliding Sync: Fix `_bulk_get_max_event_pos(...)` being inefficient (#17728)Eric Eastwood2-1/+2
2024-09-18Sliding sync: Ignore invites from ignored users (#17729)Eric Eastwood3-2/+142
2024-09-18Sliding Sync: Shortcut for checking if certain background updates have comple...Eric Eastwood2-0/+7
2024-09-18Sliding Sync: bugfix: ensure we can sync with SSS even with missing rooms (#1...Kegan Dougal2-1/+6
2024-09-18Add an Admin API endpoint to redact all a user's events (#17506)Shay7-5/+712
2024-09-17Sliding Sync: Short-circuit `have_finished_sliding_sync_background_jobs` (#17...Eric Eastwood2-2/+3
2024-09-171.115.0 v1.115.0Olivier 'reivilibre3-1/+14
2024-09-16Sliding Sync: Return room tags in account data extension (#17707)Eric Eastwood5-65/+226
2024-09-16Bump anyhow from 1.0.87 to 1.0.89 (#17716)dependabot[bot]1-2/+2
2024-09-16Bump pyasn1 from 0.6.0 to 0.6.1 (#17714)dependabot[bot]1-3/+3
2024-09-16Bump ruff from 0.6.4 to 0.6.5 (#17715)dependabot[bot]2-21/+21
2024-09-16Bump types-requests from 2.32.0.20240712 to 2.32.0.20240914 (#17713)dependabot[bot]1-3/+3
2024-09-16Bump sentry-sdk from 2.13.0 to 2.14.0 (#17712)dependabot[bot]1-3/+3
2024-09-12Sliding Sync: Support filtering by 'tags' / 'not_tags' in SSS (#17662)David Baker3-3/+369
2024-09-12Sliding Sync: Increase concurrency of sliding sync a bit (#17696)Erik Johnston3-2/+11
2024-09-12Sliding Sync: Move filters tests to rest layer (#17703)Eric Eastwood9-1795/+1928
2024-09-121.115.0rc2 v1.115.0rc2Andrew Morgan5-3/+17
2024-09-11import pydantic objects from the `_pydantic_compat` module (#17667)Éloi Rivard18-161/+126
2024-09-11Sliding Sync: Use Sliding Sync tables for sorting (#17693)Eric Eastwood8-105/+103
2024-09-11Sliding Sync: Make sure we get up-to-date information from `get_sliding_sync_...Eric Eastwood5-56/+160
2024-09-11Sliding sync: don't fetch room summary for named rooms. (#17683)Erik Johnston7-76/+121
2024-09-11Sliding sync: various fixups to the background update (#17652)Erik Johnston4-180/+186
2024-09-11Sliding sync: various fixups to the background update (#17652)Erik Johnston4-180/+186
2024-09-11Sliding sync: don't fetch room summary for named rooms. (#17683)Erik Johnston7-76/+121
2024-09-10Enable guest access on new media endpoints, per MSC4189 (#17675)Travis Ralston2-2/+3
2024-09-10Add config option turn_shared_secret_path (#17690)V024603-1/+30
2024-09-10Bump anyhow from 1.0.86 to 1.0.87 (#17685)dependabot[bot]1-2/+2
2024-09-10Fix minor misspelling in README.rst. (#17664)Jeremy Wright1-1/+1
2024-09-10Bump cryptography from 43.0.0 to 43.0.1 (#17689)dependabot[bot]1-29/+29
2024-09-10Bump serde_json from 1.0.127 to 1.0.128 (#17687)dependabot[bot]1-2/+2
2024-09-10Bump serde from 1.0.209 to 1.0.210 (#17686)dependabot[bot]1-4/+4
2024-09-10Update changelog v1.115.0rc1Devon Hudson1-1/+1
2024-09-101.115.0rc1Devon Hudson36-34/+57
2024-09-10Bump idna from 3.7 to 3.8 (#17682)dependabot[bot]1-4/+4
2024-09-10Bump types-setuptools from 71.1.0.20240818 to 74.1.0.20240907 (#17681)dependabot[bot]1-3/+3
2024-09-10Bump ruff from 0.6.2 to 0.6.4 (#17680)dependabot[bot]2-21/+21
2024-09-10Bump authlib from 1.3.1 to 1.3.2 (#17679)dependabot[bot]1-3/+3
2024-09-10Sliding sync: various fixups to the sliding sync joined room background job (...Erik Johnston2-9/+19
2024-09-10Sliding Sync: Look for `bump _stamp` in the room timeline (#17684)Erik Johnston2-53/+96
2024-09-10Sliding Sync: Retrieve fewer events from DB in sync (#17688)Erik Johnston9-92/+90
2024-09-09Sliding Sync: Add comment to explain extra case where you can be invited -> b...Eric Eastwood2-3/+8
2024-09-09Sliding Sync: Get `bump_stamp` from new sliding sync tables because it's fast...Eric Eastwood5-56/+333
2024-09-09Revert "Look for bump stamp in the room timeline"Erik Johnston1-24/+12
2024-09-09Look for bump stamp in the room timelineErik Johnston1-12/+24
2024-09-09Sliding Sync: Speed up incremental sync by avoiding extra work (#17665)Eric Eastwood5-46/+471
2024-09-06Fix bump stamp for non-joined rooms (#17674)Erik Johnston3-19/+67
2024-09-06Small performance improvements for sliding sync (#17672)Erik Johnston4-17/+26
2024-09-06Speed up fetching partial-state rooms on sliding sync (#17666)Erik Johnston3-20/+35
2024-09-06Speed up sliding sync by avoiding copies (#17670)Erik Johnston5-262/+296
2024-09-05Stabilise MSC4156: `server_name` -> `via` (#17650)Johannes Marbach4-19/+9
2024-09-05Revert "Fix bump stamp for non-joined rooms"Erik Johnston2-66/+19
2024-09-05Fix bump stamp for non-joined roomsErik Johnston2-19/+66
2024-09-05Fix background update to handle invalid events (#17641)Erik Johnston2-3/+7
2024-09-05Sliding Sync: Prevent duplicate tags being added to traces (#17655)Eric Eastwood2-16/+18
2024-09-04Fix sliding sync on workers (#17649)Erik Johnston3-11/+13
2024-09-03Bump twisted from 24.7.0rc1 to 24.7.0 (#17647)dependabot[bot]1-3/+3
2024-09-03Bump types-psycopg2 from 2.9.21.20240417 to 2.9.21.20240819 (#17646)dependabot[bot]1-3/+3
2024-09-03Bump towncrier from 24.7.1 to 24.8.0 (#17645)dependabot[bot]1-3/+3
2024-09-03Bump types-pillow from 10.2.0.20240520 to 10.2.0.20240822 (#17644)dependabot[bot]1-3/+3
2024-09-02Fix changelog v1.114.0Erik Johnston1-1/+1
2024-09-02Update changelogErik Johnston1-0/+6
2024-09-021.114.0Erik Johnston4-2/+16
2024-09-02Enable sliding sync support by default (#17648)Erik Johnston2-2/+5
2024-09-02Format files with Ruff (#17643)Quentin Gliech152-492/+526
2024-09-01Sliding sync: use new DB tables (#17630)Erik Johnston21-18/+877
2024-09-01Sliding Sync: Split up `get_room_membership_for_user_at_to_token` (#17629)Erik Johnston2-126/+196
2024-09-01Revert "Also handle invalid event errors"Erik Johnston1-6/+3
2024-09-01Also handle invalid event errorsErik Johnston1-3/+6
2024-09-01Sliding sync: various fixes to background update (#17636)Erik Johnston4-16/+59
2024-08-30Fixup changelog v1.114.0rc3Erik Johnston1-1/+1
2024-08-301.114.0rc3Erik Johnston4-2/+16
2024-08-30Fix starting non-media repos (#17626)Erik Johnston2-4/+3
2024-08-30Fixup changelogErik Johnston1-1/+1
2024-08-30Fixup changelog v1.114.0rc2Erik Johnston1-1/+1
2024-08-301.114.0rc2Erik Johnston17-15/+49
2024-08-30Replace isort and black with ruff (#17620)Quentin Gliech11-440/+56
2024-08-30MSC3861: load the issuer and account management URLs from OIDC discovery (#17...Quentin Gliech9-46/+126
2024-08-30Use custom stage UIA error for MAS cross-signing reset (#17509)Michael Telatynski5-18/+40
2024-08-30Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston14-117/+695
2024-08-30Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston9-444/+443
2024-08-30MSC3861: load the issuer and account management URLs from OIDC discovery (#17...Quentin Gliech9-46/+126
2024-08-30Use custom stage UIA error for MAS cross-signing reset (#17509)Michael Telatynski5-18/+40
2024-08-30Replace isort and black with ruff (#17620)Quentin Gliech11-440/+56
2024-08-30Sliding sync: Ignore tables with no create event in current state (#17633)Erik Johnston2-23/+39
2024-08-30Sliding sync: Fix bg update again (v3) (#17634)Erik Johnston2-5/+27
2024-08-30Sliding Sync: Fix outlier re-persisting causing problems with sliding sync ta...Eric Eastwood5-134/+263
2024-08-29Fix background update for sliding sync (find previous membership) (#17632)Erik Johnston2-4/+6
2024-08-29Fix background update for sliding sync (#17631)Erik Johnston3-18/+24
2024-08-29Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston14-116/+692
2024-08-29Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston9-444/+441
2024-08-29Sliding Sync: Pre-populate room data for quick filtering/sorting (#17512)Eric Eastwood22-109/+7408
2024-08-29Fix Internal Server Error for Non-Local Users in Room Actions (#17607)Gordan Trevis3-5/+26
2024-08-29Fix starting non-media repos (#17626)Erik Johnston3-5/+4
2024-08-29docs: fix typo in saml2_config example (#17594)meise2-2/+3
2024-08-29fix listener docs - admin api only on main process (#17590)Dirk Klimpel2-3/+5
2024-08-29Sliding sync: Always send your own receipts down (#17617)Erik Johnston4-87/+359
2024-08-29Use `max_upload_size` as the limit when following the `Location` header (#17543)Till3-1/+84
2024-08-28Sliding sync: factor out room list logic (#17622)Erik Johnston7-1356/+1468
2024-08-28Fix hierarchy returning 403 when room is accessible through federation (#17194)Krishan3-2/+72
2024-08-28Fix content length on federation `/thumbnail` responses (#17532)Shay4-20/+41
2024-08-28Bump serde from 1.0.208 to 1.0.209 (#17613)dependabot[bot]1-4/+4
2024-08-27hash_password accepts stdin now (#17608)eyJhb5-11/+216
2024-08-27Bump pyyaml from 6.0.1 to 6.0.2 (#17611)dependabot[bot]1-53/+55
2024-08-27Bump phonenumbers from 8.13.43 to 8.13.44 (#17610)dependabot[bot]1-3/+3
2024-08-27Bump attrs from 23.2.0 to 24.2.0 (#17609)dependabot[bot]1-9/+9
2024-08-27Bump pygithub from 2.3.0 to 2.4.0 (#17612)dependabot[bot]1-4/+4
2024-08-27Bump serde_json from 1.0.125 to 1.0.127 (#17614)dependabot[bot]1-2/+2
2024-08-27Speed up fetching latest stream positions via cache (#17606)Erik Johnston3-67/+77
2024-08-27Fix @tag_args for non-methods (#17604)Erik Johnston2-7/+8
2024-08-23Bump types-setuptools from 71.1.0.20240726 to 71.1.0.20240818 (#17586)dependabot[bot]1-3/+3
2024-08-23Bump sentry-sdk from 2.12.0 to 2.13.0 (#17585)dependabot[bot]1-3/+4
2024-08-23Bump cryptography from 42.0.8 to 43.0.0 (#17584)dependabot[bot]1-34/+29
2024-08-23Bump types-jsonschema from 4.23.0.20240712 to 4.23.0.20240813 (#17583)dependabot[bot]1-3/+14
2024-08-23Bump serde_json from 1.0.124 to 1.0.125 (#17582)dependabot[bot]1-2/+2
2024-08-23Bump serde from 1.0.206 to 1.0.208 (#17581)dependabot[bot]1-4/+4
2024-08-20Sliding sync: Split up handler into its own module (#17595)Erik Johnston5-1267/+1380
2024-08-20changelog: move SSSS some changes in the features section v1.114.0rc1Quentin Gliech1-3/+6
2024-08-201.114.0rc1Quentin Gliech34-34/+58
2024-08-20Sliding Sync: Speed up getting receipts for initial rooms (#17592)Erik Johnston4-29/+108
2024-08-20Add metrics for sliding sync processing time (#17593)Erik Johnston2-0/+16
2024-08-20Sliding Sync: Handle timeline limit changes (take 2) (#17579)Erik Johnston5-13/+285
2024-08-20Sliding Sync: Batch up fetching receipts (#17589)Erik Johnston2-14/+17
2024-08-19Sliding sync: Correctly track which read receipts we have or have not sent do...Erik Johnston6-80/+378
2024-08-19Sliding sync: Add classes for per-connection state (#17574)Erik Johnston2-94/+190
2024-08-19Fix zero length media handling (#17570)Erik Johnston2-1/+2
2024-08-19Test github token before running release script (#17562)Erik Johnston2-0/+26
2024-08-16Speed up `/keys/changes` (#17548)Erik Johnston3-20/+77
2024-08-16Add a flag to /versions about SSS support (#17571)Erik Johnston2-0/+7
2024-08-14Register the media threadpool with our metrics (#17566)Andrew Morgan2-0/+5
2024-08-14Fix fetching signing keys when `old_verify_keys` is omitted (#17568)Tulir Asokan2-1/+2
2024-08-14Fix 'Producer was not unregistered' error (#17569)Erik Johnston2-0/+4
2024-08-14Reduce concurrent thread usage in media (#17567)Erik Johnston3-39/+90
2024-08-14Handle lower-case http headers in `_Mulitpart_Parser_Protocol` (#17545)Shay3-11/+38
2024-08-13Sliding Sync: Exclude partially stated rooms if we must await full state (#17...Eric Eastwood3-45/+255
2024-08-13Use a larger, dedicated threadpool for media sending (#17564)Erik Johnston7-17/+48
2024-08-13Add a utility function for generating fake event IDs (#17557)Andrew Morgan4-9/+36
2024-08-13Add missing docstrings related to profile methods. (#17559)Patrick Cloke3-0/+70
2024-08-13Remove logging in multipart (#17563)Erik Johnston2-1/+1
2024-08-13Fixup media logcontexts (#17561)Erik Johnston2-2/+10
2024-08-131.113.0 v1.113.0Erik Johnston3-1/+14
2024-08-13Speed up responding to media requests (#17558)Erik Johnston7-21/+154
2024-08-13Bump serde from 1.0.204 to 1.0.206 (#17556)dependabot[bot]1-4/+4
2024-08-12Bump setuptools from 67.6.0 to 72.1.0 (#17542)Andrew Morgan2-18/+8
2024-08-12Bump serde_json from 1.0.122 to 1.0.124 (#17555)dependabot[bot]1-2/+2
2024-08-12Bump sentry-sdk from 2.10.0 to 2.12.0 (#17553)dependabot[bot]1-4/+4
2024-08-12Bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240808 (#17552)dependabot[bot]1-3/+3
2024-08-12Bump phonenumbers from 8.13.42 to 8.13.43 (#17551)dependabot[bot]1-3/+3
2024-08-12Bump lxml from 5.2.2 to 5.3.0 (#17550)dependabot[bot]1-144/+140
2024-08-12Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#17549)dependabot[bot]1-1/+1
2024-08-12Bump types-requests from 2.31.0.20240406 to 2.32.0.20240712 (#17524)dependabot[bot]1-3/+3
2024-08-09Fix performance of device lists in `/key/changes` and sliding sync (#17537) github/developErik Johnston4-205/+215
2024-08-08Start handlers for new media endpoints when media resource configured (#17483)devonh6-70/+132
2024-08-08Replace deprecated `HTTPAdapter.get_connection` method with `get_connection_...Andrew Morgan2-7/+19
2024-08-08SSS: Implement PREVIOUSLY room tracking (#17535)Erik Johnston3-88/+53
2024-08-07Sliding Sync: Use `stream_ordering` based timeline pagination for incremental...Eric Eastwood9-126/+311
2024-08-07Bump bytes from 1.6.1 to 1.7.1 (#17526)dependabot[bot]1-2/+2
2024-08-07Bump regex from 1.10.5 to 1.10.6 (#17527)dependabot[bot]1-2/+2
2024-08-07Fixup sliding sync comment (#17531)Erik Johnston2-1/+2
2024-08-06Sliding Sync: Add more tracing (#17514)Eric Eastwood6-240/+346
2024-08-06Clarify `auto_accept_invites.worker_to_run_on` config docs (#17515)Andrew Morgan2-1/+6
2024-08-061.113.0rc1 v1.113.0rc1 github/release-v1.113 release-v1.113Andrew Morgan20-18/+51
2024-08-06Bump phonenumbers from 8.13.39 to 8.13.42 (#17521)dependabot[bot]1-3/+3
2024-08-06Bump towncrier from 23.11.0 to 24.7.1 (#17523)dependabot[bot]1-5/+5
2024-08-06Bump black from 24.4.2 to 24.8.0 (#17522)dependabot[bot]1-25/+25
2024-08-06Bump serde_json from 1.0.121 to 1.0.122 (#17525)dependabot[bot]1-2/+2
2024-08-06SS: Reset connection if token is unrecognized (#17529)Erik Johnston4-17/+57
2024-08-05Sliding Sync: Easier to understand timeline assertions in tests (#17511)Eric Eastwood2-21/+104
2024-07-31Sliding Sync: Add typing notification extension (MSC3961) (#17505)Eric Eastwood9-7/+640
2024-07-31Sliding Sync: Split and move tests (#17504)Eric Eastwood15-5860/+6315
2024-07-31Sliding Sync: Fix `limited` response description (make accurate) (#17507)Eric Eastwood2-2/+3
2024-07-30Sliding Sync: Update filters to be robust against remote invite rooms (#17450)Eric Eastwood11-109/+1597
2024-07-30Sliding Sync: Add receipts extension (MSC3960) (#17489)Eric Eastwood7-268/+1070
2024-07-30Bump types-setuptools from 70.1.0.20240627 to 71.1.0.20240726 (#17497)dependabot[bot]1-3/+3
2024-07-30Bump types-pyopenssl from 24.1.0.20240425 to 24.1.0.20240722 (#17496)dependabot[bot]1-3/+3
2024-07-30Bump bcrypt from 4.1.3 to 4.2.0 (#17495)dependabot[bot]1-28/+28
2024-07-30Bump serde_json from 1.0.120 to 1.0.121 (#17493)dependabot[bot]1-2/+3
2024-07-301.112.0 v1.112.0 github/release-v1.112 release-v1.112Olivier 'reivilibre4-2/+32
2024-07-30Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502)reivilibre8-57/+65
2024-07-30Add bold emphasis to some parts of the changelog v1.111.1 github/release-v1.111 release-v1.111Olivier 'reivilibre1-2/+2