Skip to content

fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25.5.26 #4781

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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.matrix.rustcomponents:sdk-android 25.5.21 -> 25.5.26 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label May 26, 2025
@renovate renovate bot requested a review from a team as a code owner May 26, 2025 15:12
@renovate renovate bot requested review from jmartinesp and removed request for a team May 26, 2025 15:12
- `RoomListItem` is gone, we should use `Room` now.
- `SyncService.withUtdHook` has been replaced with `Client.setUtdDelegate`.
- `ClientDelegate.didRefreshTokens` has been removed. It wasn't in use since a long time ago.
- `TracingConfiguration` for the SDK now contains a `sentryDsn` parameter.
@jmartinesp jmartinesp requested a review from a team May 26, 2025 15:54
@jmartinesp
Copy link
Member

Adding an extra reviewer so they can check my changes.

Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/5yYtwK

Copy link

@ElementBot
Copy link
Collaborator

Warnings
⚠️

gradle/libs.versions.toml#L23 - A newer version of androidx.compose:compose-bom than 2025.04.00 is available: 2025.05.01

⚠️

gradle/libs.versions.toml#L40 - A newer version of io.coil-kt.coil3:coil-test than 3.1.0 is available: 3.2.0

⚠️

gradle/libs.versions.toml#L42 - A newer version of com.bumble.appyx:testing-junit4 than 1.7.0 is available: 1.7.1

⚠️

gradle/libs.versions.toml#L45 - A newer version of me.saket.telephoto:zoomable-image-coil than 0.15.1 is available: 0.16.0

⚠️

gradle/libs.versions.toml#L186 - A newer version of org.maplibre.gl:android-sdk than 11.8.8 is available: 11.9.0

⚠️

gradle/libs.versions.toml#L189 - The native library arm64-v8a/libopuscodec.so (from io.element.android:opusencoder:1.1.0) is not 16 KB aligned

⚠️

gradle/libs.versions.toml#L194 - A newer version of io.sentry:sentry-android than 8.12.0 is available: 8.13.0

⚠️

gradle/libs.versions.toml#L210 - A newer version of io.element.android:element-call-embedded than 0.9.0 is available: 0.11.1

Generated by 🚫 dangerJS against 87a0e0e

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@@ -212,6 +212,7 @@ class JoinedRustRoom(
internalIdPrefix = internalIdPrefix,
dateDividerMode = dateDividerMode,
trackReadReceipts = trackReadReceipts,
reportUtds = true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we provide the analytics enabled state here? (if yes, can be done separately)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe (should double check) this is relayed to the UnableToDecryptDelegate, in our case UtdTracker and we decide whether to upload them or not.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, probably, so this is fine!

Copy link

codecov bot commented May 26, 2025

Codecov Report

Attention: Patch coverage is 13.79310% with 25 lines in your changes missing coverage. Please review.

Project coverage is 80.41%. Comparing base (f455085) to head (87a0e0e).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...roid/libraries/matrix/impl/room/RustRoomFactory.kt 0.00% 20 Missing ⚠️
...s/matrix/impl/roomlist/RoomSummaryListProcessor.kt 33.33% 2 Missing ⚠️
...droid/libraries/matrix/impl/room/JoinedRustRoom.kt 0.00% 1 Missing ⚠️
...libraries/matrix/impl/room/RoomContentForwarder.kt 0.00% 1 Missing ⚠️
...ibraries/matrix/impl/tracing/RustTracingService.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4781      +/-   ##
===========================================
- Coverage    80.41%   80.41%   -0.01%     
===========================================
  Files         2144     2143       -1     
  Lines        56748    56745       -3     
  Branches      7112     7111       -1     
===========================================
- Hits         45632    45629       -3     
  Misses        8684     8684              
  Partials      2432     2432              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor Author

renovate bot commented May 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jmartinesp jmartinesp merged commit 985b9e8 into develop May 27, 2025
29 of 31 checks passed
@jmartinesp jmartinesp deleted the renovate/org.matrix.rustcomponents-sdk-android-25.x branch May 27, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants