This website requires JavaScript.
Explore
Help
Sign In
Dima
/
matrix-rust-sdk
Watch
1
Star
0
Fork
0
You've already forked matrix-rust-sdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6e034b0d7b1e936ec9f098cb052d91c97647f1b3
matrix-rust-sdk
/
crates
/
matrix-sdk-sqlite
/
migrations
/
state_store
T
History
Benjamin Bouvier
7a762035f1
feat(sdk): store the thread subscription bumpstamp and implement the correct upsert semantics
2025-09-01 10:38:34 +02:00
..
001_init.sql
…
002_a_create_new_room_info.sql
…
002_b_replace_room_info.sql
…
003_send_queue.sql
…
004_send_queue_with_roomid_value.sql
…
005_send_queue_dependent_events.sql
refactor(base): rename all send-queue related "events" to "requests"
2024-10-29 18:15:10 +01:00
006_drop_media.sql
…
007_a_send_queue_wedge_reason.sql
…
007_b_send_queue_clean.sql
…
008_send_queue.sql
refactor!(event cache store): store the serialized
QueuedRequestKind
, not a raw event
2024-11-04 17:42:47 +01:00
009_send_queue_priority.sql
feat!(send queue): add a priority field to maintain ordering of sending
2024-11-14 12:00:08 +01:00
010_send_queue_enqueue_time.sql
feat(send queue): Add an enqueued time to to-be-sent events (
#4385
)
2025-01-13 16:41:05 +00:00
011_thread_subscriptions.sql
feat(stores): allow saving thread subscriptions
2025-07-30 12:07:07 +02:00
012_thread_subscriptions_bumpstamp.sql
feat(sdk): store the thread subscription bumpstamp and implement the correct upsert semantics
2025-09-01 10:38:34 +02:00