summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'erikj/ss_unread_counts' into erikj/ss_hacks erikj/ss_hacksErik Johnston2024-08-092-5/+9
|\
| * Newsfile erikj/ss_unread_countsErik Johnston2024-08-091-0/+1
| * SS: Hook up notification countsErik Johnston2024-08-091-5/+8
* | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacksErik Johnston2024-08-098-77/+151
|\ \
| * | Start handlers for new media endpoints when media resource configured (#17483)devonh2024-08-086-70/+132
| * | Replace deprecated `HTTPAdapter.get_connection` method with `get_connection_...Andrew Morgan2024-08-082-7/+19
| |/
* | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacksErik Johnston2024-08-0841-603/+955
|\|
| * SSS: Implement PREVIOUSLY room tracking (#17535)Erik Johnston2024-08-083-88/+53
| * Sliding Sync: Use `stream_ordering` based timeline pagination for incremental...Eric Eastwood2024-08-079-126/+311
| * Bump bytes from 1.6.1 to 1.7.1 (#17526)dependabot[bot]2024-08-071-2/+2
| * Bump regex from 1.10.5 to 1.10.6 (#17527)dependabot[bot]2024-08-071-2/+2
| * Fixup sliding sync comment (#17531)Erik Johnston2024-08-072-1/+2
| * Sliding Sync: Add more tracing (#17514)Eric Eastwood2024-08-066-240/+346
| * Merge branch 'release-v1.113' into developAndrew Morgan2024-08-0620-18/+51
| |\
| | * 1.113.0rc1 v1.113.0rc1 release-v1.113Andrew Morgan2024-08-0620-18/+51
| * | Clarify `auto_accept_invites.worker_to_run_on` config docs (#17515)Andrew Morgan2024-08-062-1/+6
| |/
| * Bump phonenumbers from 8.13.39 to 8.13.42 (#17521)dependabot[bot]2024-08-061-3/+3
| * Bump towncrier from 23.11.0 to 24.7.1 (#17523)dependabot[bot]2024-08-061-5/+5
| * Bump black from 24.4.2 to 24.8.0 (#17522)dependabot[bot]2024-08-061-25/+25
| * Bump serde_json from 1.0.121 to 1.0.122 (#17525)dependabot[bot]2024-08-061-2/+2
| * SS: Reset connection if token is unrecognized (#17529)Erik Johnston2024-08-064-17/+57
| * Sliding Sync: Easier to understand timeline assertions in tests (#17511)Eric Eastwood2024-08-052-21/+104
* | Update log lineErik Johnston2024-08-051-1/+1
* | Log what we send downErik Johnston2024-08-051-0/+11
* | Don't send down list opsErik Johnston2024-08-052-23/+1
* | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacksErik Johnston2024-08-0524-5935/+6961
|\|
| * Sliding Sync: Add typing notification extension (MSC3961) (#17505)Eric Eastwood2024-07-319-7/+640
| * Sliding Sync: Split and move tests (#17504)Eric Eastwood2024-07-3115-5860/+6315
| * Sliding Sync: Fix `limited` response description (make accurate) (#17507)Eric Eastwood2024-07-312-2/+3
* | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacksErik Johnston2024-07-3123-464/+2197
|\|
| * Sliding Sync: Update filters to be robust against remote invite rooms (#17450)Eric Eastwood2024-07-3011-109/+1597
| * Sliding Sync: Add receipts extension (MSC3960) (#17489)Eric Eastwood2024-07-307-268/+1070
| * Merge branch 'master' into developOlivier 'reivilibre2024-07-303-1/+33
| |\
| | * Merge branch 'release-v1.112' masterOlivier 'reivilibre2024-07-3056-862/+5734
| | |\
| | | * 1.112.0 v1.112.0 release-v1.112Olivier 'reivilibre2024-07-304-2/+32
| | | * Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502)reivilibre2024-07-308-57/+65
| * | | Bump types-setuptools from 70.1.0.20240627 to 71.1.0.20240726 (#17497)dependabot[bot]2024-07-301-3/+3
| * | | Bump types-pyopenssl from 24.1.0.20240425 to 24.1.0.20240722 (#17496)dependabot[bot]2024-07-301-3/+3
| * | | Bump bcrypt from 4.1.3 to 4.2.0 (#17495)dependabot[bot]2024-07-301-28/+28
| * | | Bump serde_json from 1.0.120 to 1.0.121 (#17493)dependabot[bot]2024-07-301-2/+3
| * | | Merge branch 'master' into developOlivier 'reivilibre2024-07-309-57/+90
| |\| |
| | * | Add bold emphasis to some parts of the changelog v1.111.1 release-v1.111Olivier 'reivilibre2024-07-301-2/+2
| | * | 1.111.1Olivier 'reivilibre2024-07-304-2/+27
| | * | Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502)reivilibre2024-07-308-57/+65
* | | | Merge branch 'erikj/ss_room_sub_timeline' into erikj/ss_hacksErik Johnston2024-07-302-33/+161
|\ \ \ \
| * | | | Handle increases in timeline limitErik Johnston2024-07-302-2/+100
| * | | | Remember previous timeline limitErik Johnston2024-07-302-20/+54
| * | | | Only mark as updated if entry has changedErik Johnston2024-07-301-1/+3
| * | | | Add fast path if from_token is NoneErik Johnston2024-07-301-8/+11
| * | | | Refactor to make LIVE non-static valueErik Johnston2024-07-301-2/+5
| |/ / /
* | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacksErik Johnston2024-07-3011-167/+249
|\| | |
| * | | Bump ruff from 0.5.4 to 0.5.5 (#17494)dependabot[bot]2024-07-302-21/+21
| * | | Add some more opentracing to sliding sync (#17501)Erik Johnston2024-07-303-5/+34
| * | | Fix `failures` property in `/keys/query` (#17499)Richard van der Hoff2024-07-303-11/+75
| * | | Only send rooms with updates down sliding sync (#17479)Erik Johnston2024-07-305-30/+138
| * | | Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston2024-07-299-45/+814
* | | | Don't set the initial flagErik Johnston2024-07-301-7/+8
* | | | Trace stuffErik Johnston2024-07-291-0/+4
* | | | Merge remote-tracking branch 'origin/madlittlemods/sliding-sync-receipts-exte...Erik Johnston2024-07-297-270/+892
|\ \ \ \
| * | | | Fix nested quote syntaxEric Eastwood2024-07-251-1/+1
| * | | | Some clean-upEric Eastwood2024-07-251-15/+2
| * | | | Add changelogEric Eastwood2024-07-251-0/+1
| * | | | Fix lintsEric Eastwood2024-07-251-5/+7
| * | | | Add testsEric Eastwood2024-07-252-182/+278
| * | | | Remove tests that aren't necessaryEric Eastwood2024-07-252-101/+0
| * | | | Merge branch 'develop' into madlittlemods/sliding-sync-receipts-extensionEric Eastwood2024-07-255-1251/+839
| |\| | |
| * | | | Use more up to date baseEric Eastwood2024-07-251-146/+348
| * | | | Generalize extension testEric Eastwood2024-07-253-18/+72
| * | | | Iterate moreEric Eastwood2024-07-255-259/+542
| * | | | Better standardize `find_relevant_room_ids_for_extension(...)`Eric Eastwood2024-07-244-116/+213
* | | | | TestErik Johnston2024-07-281-9/+24
* | | | | Revert room subsErik Johnston2024-07-281-8/+1
* | | | | fixupErik Johnston2024-07-281-1/+4
* | | | | UpdatesErik Johnston2024-07-282-3/+3
* | | | | Always initial on room subsErik Johnston2024-07-281-1/+5
* | | | | TagErik Johnston2024-07-261-1/+7
* | | | | log responseErik Johnston2024-07-261-0/+1
* | | | | LINTErik Johnston2024-07-261-0/+1
* | | | | REVERTErik Johnston2024-07-261-24/+0
* | | | | REVERTErik Johnston2024-07-261-2/+2
* | | | | REVERTErik Johnston2024-07-264-10/+11
* | | | | REVERTErik Johnston2024-07-262-26/+0
* | | | | Merge branch 'erikj/ss_noop_rooms' into erikj/ss_hacksErik Johnston2024-07-2613-1723/+2330
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/erikj/ss_room_store' into erikj/ss_noop_...Erik Johnston2024-07-2612-1674/+2211
| |\ \ \ \ \
| | * | | | | Add never testErik Johnston2024-07-261-0/+70
| | * | | | | Previously state testErik Johnston2024-07-261-0/+111
| | * | | | | Review commentsErik Johnston2024-07-262-15/+21
| | * | | | | Move to integration testsErik Johnston2024-07-252-395/+116
| | * | | | | Use do_sync in testsErik Johnston2024-07-251-118/+50
| | * | | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_room_storeErik Johnston2024-07-2511-1176/+1871
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Refactor Sliding Sync tests to better utilize the `SlidingSyncBase.do_sync(.....Eric Eastwood2024-07-252-1021/+726
| | | * | | | Refactor Sliding Sync tests to better utilize the `SlidingSyncBase` (pt. 1) (...Eric Eastwood2024-07-252-228/+107
| | | * | | | Update config_documentation - Change example of msisdn in allowed_local_3pids...YLong Shi2024-07-252-2/+6
| | | |/ / /
| | | * | | Sliding Sync: Add Account Data extension (MSC3959) (#17477)Eric Eastwood2024-07-246-2/+982
| | | * | | Sliding Sync: ensure bump stamp ignores backfilled events (#17478)Erik Johnston2024-07-243-3/+130
| | * | | | Update commentsErik Johnston2024-07-252-4/+5
| * | | | | Don't send down rooms if nothing has happenedErik Johnston2024-07-262-27/+15
| * | | | | Make it clear we only filter out rooms in incremental syncErik Johnston2024-07-261-2/+2
| * | | | | Add test that empty room comes down initial syncErik Johnston2024-07-261-11/+29
| * | | | | Review commentsErik Johnston2024-07-262-7/+4
| * | | | | NewsfileErik Johnston2024-07-241-0/+1
| * | | | | Only send rooms with updates down sliding syncErik Johnston2024-07-243-15/+85
| |/ / / /
* | | | | REVERTErik Johnston2024-07-265-5/+5
* | | | | FIXUPErik Johnston2024-07-261-2/+5
* | | | | Also log json requestErik Johnston2024-07-261-0/+2
* | | | | Merge branch 'erikj/ss_room_store' into erikj/ss_hacksErik Johnston2024-07-2443-460/+2042
|\| | | |
| * | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_room_storeErik Johnston2024-07-243-346/+195
| |\| | |
| | * | | Use a new token format for sliding sync (#17452)Erik Johnston2024-07-246-208/+301
| | * | | Update debian template - new link to the delegation docs (#17475)Maciej Laskowski2024-07-241-1/+1
| | | |/ | | |/|
| * | | Merge branch 'erikj/ss_tokens' into erikj/ss_room_storeErik Johnston2024-07-2353-267/+1999
| |\ \ \
| | * | | Change token names againErik Johnston2024-07-232-12/+14
| | * | | Fix testsErik Johnston2024-07-231-26/+106
| | * | | Merge remote-tracking branch 'origin/develop' into erikj/ss_tokensErik Johnston2024-07-2353-251/+1901
| | |\| |
| | | * | Address changelog review comments v1.112.0rc1Devon Hudson2024-07-231-5/+5
| | | * | 1.112.0rc1Devon Hudson2024-07-2328-26/+65
| | | * | Speed up SS room sorting (#17468)Erik Johnston2024-07-236-29/+159
| | | * | Reduce volume of 'Waiting for current token' logs, which were introduced in v...reivilibre2024-07-233-5/+32
| | | * | Fixed presence results not returning offline users on initial sync (#17231)Michael Hollister2024-07-234-1/+16
| | | * | Bump hiredis from 2.3.2 to 3.0.0 (#17464)dependabot[bot]2024-07-221-111/+96
| | | * | Bump pyopenssl from 24.1.0 to 24.2.1 (#17465)dependabot[bot]2024-07-221-4/+4
| | | * | Sliding Sync: Add E2EE extension (MSC3884) (#17454)Eric Eastwood2024-07-229-34/+1023
| | | * | SS: Implement `$ME` support (#17469)Erik Johnston2024-07-223-1/+80
| | | * | Speed up room keys query by using read/write lock (#17461)Erik Johnston2024-07-222-9/+10
| | | * | Bump ruff from 0.5.0 to 0.5.4 (#17466)dependabot[bot]2024-07-222-21/+21
| | | * | Bump sentry-sdk from 2.8.0 to 2.10.0 (#17467)dependabot[bot]2024-07-221-3/+3
| * | | | Add test for cache being clearedErik Johnston2024-07-231-0/+71
| * | | | Ensure there is only one SlidingSyncHandlerErik Johnston2024-07-231-0/+1
| * | | | Apply suggestions from code reviewErik Johnston2024-07-231-3/+4
| * | | | Merge branch 'erikj/ss_tokens' into erikj/ss_room_storeErik Johnston2024-07-194-25/+38
| |\| | |
| | * | | Merge remote-tracking branch 'origin/develop' into erikj/ss_tokensErik Johnston2024-07-1914-40/+530
| | |\ \ \
| | * | | | Remove '_token' prefixErik Johnston2024-07-182-15/+13
| | * | | | Add docstringErik Johnston2024-07-181-0/+6
| * | | | | Fix linting in testsErik Johnston2024-07-181-4/+4
| * | | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_room_storeErik Johnston2024-07-1813-33/+514
| |\ \ \ \ \
| * | | | | | Add some unit tests for 'get_room_sync_data'Erik Johnston2024-07-181-3/+396
| * | | | | | Refactor to avoid SyncConfig.connection_id()Erik Johnston2024-07-182-47/+48
| * | | | | | Add context to conn_idErik Johnston2024-07-181-0/+5
| * | | | | | Rename boundsErik Johnston2024-07-181-10/+12
| * | | | | | Keyword argsErik Johnston2024-07-181-1/+3
| * | | | | | Reword docErik Johnston2024-07-182-4/+3
| * | | | | | Apply suggestions from code reviewErik Johnston2024-07-183-9/+10
* | | | | | | Merge branch 'erikj/ss_faster_sort' into erikj/ss_hacksErik Johnston2024-07-2231-79/+1022
|\ \ \ \ \ \ \
| * | | | | | | WIP faster sortErik Johnston2024-07-222-17/+106
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Prepare for authenticated media freeze (#17433)Shay2024-07-2212-12/+362
| * | | | | | Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460)Erik Johnston2024-07-196-4/+38
| | |_|_|/ / | |/| | | |
| * | | | | Generate room sync data concurrently (#17458)Erik Johnston2024-07-192-2/+11
| * | | | | Bump sentry-sdk from 2.6.0 to 2.8.0 (#17456)dependabot[bot]2024-07-191-5/+5
| | |/ / / | |/| | |
| * | | | Improve default_power_level_content_override documentation (#17451)Ben Banfield-Zanin2024-07-183-0/+35
| * | | | Revert "Bump setuptools from 67.6.0 to 70.0.0" (#17455)Erik Johnston2024-07-181-6/+7
| * | | | Add `m.room.create` to default bump event types (#17453)Eric Eastwood2024-07-182-0/+2
| * | | | Order `heroes` by `stream_ordering` (as spec'ed) (#17435)Eric Eastwood2024-07-174-26/+456
| * | | | Merge branch 'master' into developTill Faelligen2024-07-163-1/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 1.111.0 v1.111.0Till Faelligen2024-07-163-1/+14
* | | | | Remove fiddlingErik Johnston2024-07-221-2/+2
* | | | | Room keysgit checkout erikj/ss_hacksErik Johnston2024-07-191-9/+9
* | | | | Revert "Remove lists"Erik Johnston2024-07-192-4/+4
* | | | | Remove listsErik Johnston2024-07-182-4/+4
* | | | | Merge branch 'erikj/ss_incr_sync' into erikj/ss_hacksErik Johnston2024-07-173-4/+209
|\ \ \ \ \
| * | | | | Only return changed rooms erikj/ss_incr_syncErik Johnston2024-07-172-2/+26
| | |_|/ / | |/| | |
| * | | | Add testsErik Johnston2024-07-171-0/+181
| * | | | Bump typing-extensions for 'assert_never'Erik Johnston2024-07-171-2/+2
* | | | | FixupErik Johnston2024-07-171-1/+1
* | | | | Merge branch 'erikj/ss_room_store' into erikj/ss_hacksErik Johnston2024-07-1725-217/+892
|\| | | |
| * | | | NewsfileErik Johnston2024-07-171-0/+1
| * | | | Fix testsErik Johnston2024-07-171-14/+2
| * | | | Handle state deltas in non-initial roomsErik Johnston2024-07-172-3/+49
| * | | | Handle initial flag correctlyErik Johnston2024-07-171-35/+31
| * | | | Use new room store to track if we've sent a room downErik Johnston2024-07-171-11/+44
| * | | | Add conn_id fieldErik Johnston2024-07-174-5/+36
| * | | | WIP/PoC of storing whether we have sent rooms down to clientsErik Johnston2024-07-171-0/+197
| | |_|/ | |/| |
| * | | NewsfileErik Johnston2024-07-171-0/+1
| * | | Fix to use new token formatErik Johnston2024-07-171-2/+9
| * | | Don't create tokens manually in SSS testsErik Johnston2024-07-171-21/+119
| * | | Pass throught SlidingSyncStreamTokenErik Johnston2024-07-173-14/+28
| * | | Add SlidingSyncStreamTokenErik Johnston2024-07-171-0/+37
| |/ /
| * | Bump mypy from 1.9.0 to 1.10.1 (#17445)dependabot[bot]2024-07-162-29/+30
| * | Bump matrix-org/done-action from 2 to 3 (#17440)dependabot[bot]2024-07-161-2/+2
| * | Handle remote download responses with `UNKNOWN_LENGTH` more gracefully (#17439)Shay2024-07-164-60/+166
| * | Bump setuptools from 67.6.0 to 70.0.0 (#17448)dependabot[bot]2024-07-161-7/+6
| * | Remove unnecessary call to resume producing in fake channel (#17449)Shay2024-07-162-4/+1
| * | Fix bug where sync could get stuck when using workers (#17438)Erik Johnston2024-07-154-10/+138
| * | Bump types-jsonschema from 4.22.0.20240610 to 4.23.0.20240712 (#17446)dependabot[bot]2024-07-151-3/+3
| * | Bump bytes from 1.6.0 to 1.6.1 (#17441)dependabot[bot]2024-07-151-2/+2
| * | Bump ulid from 1.1.2 to 1.1.3 (#17442)dependabot[bot]2024-07-151-2/+2
| * | Bump jsonschema from 4.22.0 to 4.23.0 (#17444)dependabot[bot]2024-07-151-4/+4
| * | Bump twine from 5.1.0 to 5.1.1 (#17443)dependabot[bot]2024-07-151-4/+4
| * | Make sure we use the right logic for enabling the media repo. (#17424)Quentin Gliech2024-07-154-8/+3
* | | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacksErik Johnston2024-07-155-366/+1496
|\| |
| * | Add room subscriptions to Sliding Sync `/sync` (#17432)Eric Eastwood2024-07-155-358/+1489
* | | Have more timeline events in incremental syncsErik Johnston2024-07-121-3/+7
* | | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacksErik Johnston2024-07-1221-162/+894
|\| |
| * | Add `is_dm` room field to Sliding Sync `/sync` (#17429)Eric Eastwood2024-07-113-29/+70
| * | Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419)Eric Eastwood2024-07-116-110/+529
| * | Fix filtering room types on remote rooms (#17434)Erik Johnston2024-07-114-13/+130
| * | Fix docs on `record_action` to clarify the actions are applied (#17426)Travis Ralston2024-07-112-3/+3
| * | Add Red Hat Enterprise Linux and Rocky Linux installation instructions (#17423)villepeh2024-07-113-2/+58
| * | Use consistent casing between FROM and AS (#17431)Joe Groocock2024-07-112-3/+3
| * | Bump zipp from 3.15.0 to 3.19.1 (#17427)dependabot[bot]2024-07-111-6/+6
| * | Upload new logo with white bg and update readme to use it (#17387)Will Lewis2024-07-103-1/+96
* | | FixupErik Johnston2024-07-122-2/+4
* | | FixupErik Johnston2024-07-121-1/+1
* | | FixupErik Johnston2024-07-111-1/+1
* | | Reduce log spamErik Johnston2024-07-111-12/+8
* | | Merge branch 'erikj/ss_sort' into erikj/ss_hacksErik Johnston2024-07-112-3/+4
|\ \ \
| * | | Faster sliding sync sorting erikj/ss_sortErik Johnston2024-07-116-23/+235
| |/ /
* | | Merge branch 'erikj/ss_sort' into erikj/ss_hacksErik Johnston2024-07-116-83/+127
|\ \ \
| * | | Faster sliding sync sortingErik Johnston2024-07-116-23/+232
| |/ /
* | | FixupErik Johnston2024-07-111-5/+8
* | | TracingErik Johnston2024-07-111-0/+3
* | | FixupErik Johnston2024-07-112-1/+5
* | | Fixup room typesErik Johnston2024-07-112-13/+36
* | | New tableErik Johnston2024-07-114-16/+101
* | | Handle $ME correctlyErik Johnston2024-07-111-1/+9
* | | FIXUPErik Johnston2024-07-111-7/+9
* | | FixupErik Johnston2024-07-111-7/+18
* | | FIXUPErik Johnston2024-07-101-1/+3
* | | FIXUPErik Johnston2024-07-102-10/+13
* | | FIXUPErik Johnston2024-07-1010-11/+15
* | | tracingErik Johnston2024-07-101-1/+5
* | | ConcurrentErik Johnston2024-07-101-2/+6
* | | FixupErik Johnston2024-07-101-4/+6
* | | FixupErik Johnston2024-07-101-7/+3
* | | FixupErik Johnston2024-07-102-1/+2
* | | FixupErik Johnston2024-07-103-8/+52
* | | FixupErik Johnston2024-07-101-10/+1
* | | FixupErik Johnston2024-07-101-1/+21
* | | FixupErik Johnston2024-07-102-7/+13
* | | More fixupsErik Johnston2024-07-103-12/+22
* | | Faster room sortingErik Johnston2024-07-102-31/+28
|/ /
* | Handle to-device extensions to Sliding Sync (#17416)Erik Johnston2024-07-106-12/+392
* | Merge branch 'release-v1.111' into developQuentin Gliech2024-07-108-5/+31
|\|
| * 1.111.0rc2 v1.111.0rc2Quentin Gliech2024-07-106-4/+24
| * Fix new media APIs when using synapse.app.media_repository (#17420)Erik Johnston2024-07-093-2/+3
| * Note the new federated media worker endpoints in the worker docs & upgrade no...Andrew Morgan2024-07-093-2/+5
| * Route auth'd fed media requests to media repo in Complement tests (#17422)Andrew Morgan2024-07-092-0/+2
* | Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418)Eric Eastwood2024-07-093-55/+305
|/
* Fix up the changelog v1.111.0rc1Quentin Gliech2024-07-092-3/+2
* Merge remote-tracking branch 'origin/develop' into release-v1.111Quentin Gliech2024-07-092-1/+3
|\
| * Fix exception when failing to talk to remote server (#17411)Erik Johnston2024-07-092-1/+3
* | Tweak the changelog for v1.111.0rc1Quentin Gliech2024-07-091-8/+7
* | 1.111.0rc1Quentin Gliech2024-07-0925-25/+61
|/
* Fix `/versions` requests (#17410)Erik Johnston2024-07-093-1/+11
* Bump ijson from 3.2.3 to 3.3.0 (#17413)dependabot[bot]2024-07-091-90/+95
* Bump pillow from 10.3.0 to 10.4.0 (#17412)dependabot[bot]2024-07-091-71/+82
* Fix bug in sliding sync when using old DB. (#17398)Erik Johnston2024-07-088-212/+33
* Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood2024-07-089-34/+295
* Bump serde_json from 1.0.119 to 1.0.120 (#17408)dependabot[bot]2024-07-081-2/+2
* Bump serde from 1.0.203 to 1.0.204 (#17409)dependabot[bot]2024-07-081-4/+4
* Bump mypy-zope from 1.0.4 to 1.0.5 (#17414)dependabot[bot]2024-07-081-4/+3
* Bump pydantic from 2.7.1 to 2.8.2 (#17415)dependabot[bot]2024-07-081-85/+98