feat(sdk): Refresh well-known cache in the background#6480
Merged
andybalaam merged 4 commits intomatrix-org:mainfrom Apr 22, 2026
Merged
feat(sdk): Refresh well-known cache in the background#6480andybalaam merged 4 commits intomatrix-org:mainfrom
andybalaam merged 4 commits intomatrix-org:mainfrom
Conversation
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This API is no longer in use so we can remove it. We also rename `into_data_unchecked()` to `into_data()`. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6480 +/- ##
==========================================
+ Coverage 89.93% 89.94% +0.01%
==========================================
Files 381 381
Lines 105530 105554 +24
Branches 105530 105554 +24
==========================================
+ Hits 94907 94941 +34
+ Misses 6994 6989 -5
+ Partials 3629 3624 -5 ☔ View full report in Codecov by Sentry. |
Merging this PR will improve performance by 48.08%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | Simulation | Restore session [memory store] |
166.9 ms | 112.7 ms | +48.08% |
Comparing zecakeh:well-known-cache-task (7a1ff58) with main (38f34e6)
andybalaam
approved these changes
Apr 22, 2026
Signed-off-by: Andy Balaam <mail@artificialworlds.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up to #6463, this time for the well-known cache.
The 2 last commits are for cleaning up the code a bit.
CHANGELOG.mdfiles.