Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the dehydrated device format implemented by vodozemac #4421

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

uhoreg
Copy link
Member

@uhoreg uhoreg commented Dec 16, 2024

Depends on matrix-org/vodozemac#199 and ruma/ruma#1987

Fixes #4185

  • Public API changes documented in changelogs (optional)

Signed-off-by:

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.36%. Comparing base (df4b696) to head (e042193).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4421      +/-   ##
==========================================
- Coverage   85.38%   85.36%   -0.02%     
==========================================
  Files         284      284              
  Lines       31885    31893       +8     
==========================================
+ Hits        27225    27227       +2     
- Misses       4660     4666       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@uhoreg
Copy link
Member Author

uhoreg commented Jan 4, 2025

Looks like the CI failures are due to ruma/ruma@cae7489 since I'm pulling in a newer version of ruma. I had fixed one instance, but other instances need to be fixed too.

@zecakeh
Copy link
Collaborator

zecakeh commented Jan 7, 2025

Since we want to avoid making breaking releases too often in Ruma, I would recommend using a branch based on the ruma-0.12 branch for now to avoid breaking changes. We will backport all non-breaking changes to it, allowing us to make patch releases whenever the SDK needs to make a release.

@zecakeh zecakeh mentioned this pull request Jan 8, 2025
@zecakeh
Copy link
Collaborator

zecakeh commented Jan 8, 2025

I created #4477 to upgrade Ruma with the necessary commit from ruma/ruma#1987.

@uhoreg uhoreg force-pushed the dehydration_format branch from 7e13a1b to b94bebb Compare January 9, 2025 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Device Dehydration new format
2 participants