Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
680bc74
test(event-cache): move test_linked_chunk_replace_item to integration…
mgoldenberg Jan 22, 2026
a7ab538
test(event-cache): move test_linked_chunk_new_items_chunk to integrat…
mgoldenberg Jan 22, 2026
ca9c74d
test(event-cache): move test_linked_chunk_new_gap_chunk to integratio…
mgoldenberg Jan 22, 2026
cd1fbef
test(event-cache): copy test_linked_chunk_remove_chunk to integration…
mgoldenberg Jan 22, 2026
4f34b51
test(event-cache): move test_linked_chunk_push_items to integration t…
mgoldenberg Jan 22, 2026
2c8a915
test(event-cache): copy test_linked_chunk_remove_item to integration …
mgoldenberg Jan 22, 2026
fe1ab18
test(event-cache): move test_linked_chunk_detach_last_items to integr…
mgoldenberg Jan 22, 2026
d93238d
test(event-cache): move test_linked_chunk_start_end_reattach_items to…
mgoldenberg Jan 22, 2026
0443615
test(event-cache): copy test_linked_chunk_clear to integration tests
mgoldenberg Jan 22, 2026
e60b204
test(event-cache): move test_linked_chunk_multiple_rooms to integrati…
mgoldenberg Jan 22, 2026
3486701
test(event-cache): copy test_linked_chunk_update_is_a_transaction to …
mgoldenberg Jan 25, 2026
750f59e
test(event-cache): move test_filter_duplicate_events_no_events to int…
mgoldenberg Jan 25, 2026
3738091
test(event-cache): move test_load_last_chunk to integration tests
mgoldenberg Jan 25, 2026
12af5c4
test(event-cache): move test_load_last_chunk_with_cycle to integratio…
mgoldenberg Jan 25, 2026
3c42e1b
test(event-cache): move test_load_previous_chunk to integration tests
mgoldenberg Jan 25, 2026
e128f0f
test(event-cache): remove extraneous tests from indexeddb impl
mgoldenberg Jan 26, 2026
6e34585
test(event-cache): remove extraneous integration tests
mgoldenberg Jan 30, 2026
1b4e6aa
feat(event-cache): ensure chunks exist before referenced in sqlite store
mgoldenberg Jan 31, 2026
c641f5a
feat(event-cache): ensure chunks exist before referenced in indexeddb…
mgoldenberg Jan 31, 2026
ab3995f
test(event-cache): remove test_linked_chunk_update_is_a_transaction f…
mgoldenberg Jan 31, 2026
d5de36b
test(event-cache): restore test_linked_chunk_update_is_a_transaction …
mgoldenberg Jan 31, 2026
3d32981
doc(event-cache): document that MemoryStore is not transactional
mgoldenberg Jan 31, 2026
709d4cb
Merge branch 'main' into test-merge-consolidate-event-cache-store-tests
mgoldenberg Jan 31, 2026
78d681f
style(event-cache): fmt
mgoldenberg Jan 31, 2026
f68696c
feat(linked-chunk): add error type for relational linked chunk
mgoldenberg Feb 3, 2026
ee1c95f
refactor(linked-chunk): use errors in RelationalLinkedChunk::insert_c…
mgoldenberg Feb 3, 2026
d92b3ef
feat(linked-chunk): use errors in RelationalLinkedChunk::apply_updates
mgoldenberg Feb 3, 2026
d6293c7
test(event-cache): move test_linked_chunk_exists_before_referenced to…
mgoldenberg Feb 3, 2026
f2abc55
doc(event-cache): update relevant change logs
mgoldenberg Feb 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/matrix-sdk-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ All notable changes to this project will be documented in this file.
- The `LatestEventValue::LocalHasBeenSent` variant gains a new `event_id:
OwnedEventId` field.
([#5977](https://github.com/matrix-org/matrix-rust-sdk/pull/5977))
- [**breaking**] `RelationalLinkedChunk::apply_updates` returns an error rather
than panicking. This is necessary in order to ensure certain behaviors are disallowed.
([#6061](https://github.com/matrix-org/matrix-rust-sdk/pull/6061))

### Refactor

Expand Down
Loading
Loading