Skip to content

fix(deps): update dependency io.element.android:element-call-embedded to v0.12.0 #4743

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 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.element.android:element-call-embedded 0.9.0 -> 0.12.0 age adoption passing confidence

Warning

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


Release Notes

element-hq/element-call (io.element.android:element-call-embedded)

v0.12.0

What's Changed

✨ Features
🙌 Improvements
📄 Documentation
🐛 Bugfixes
💾 Developer Experience
Others
👒 Dependencies

Full Changelog: element-hq/element-call@v0.11.1...v0.12.0

Docker full package

Element Call is available as a Docker image from the GitHub Container Registry.

The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).

docker pull ghcr.io/element-hq/element-call:v0.12.0

Embedded packages

This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.

NPM
npm install @​element-hq/element-call-embedded@0.12.0
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.12.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.12.0")

v0.11.1

What's Changed

Full Changelog: element-hq/element-call@v0.11.0...v0.11.1

Docker full package

Element Call is available as a Docker image from the GitHub Container Registry.

The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).

docker pull ghcr.io/element-hq/element-call:v0.11.1

Embedded packages

This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.

NPM
npm install @​element-hq/element-call-embedded@0.11.1
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.11.1'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.11.1")

v0.11.0

Element Call now supports background blurring for video feeds. This highly requested feature finally made it to Element Call. As one of the most secure video conferencing solutions, this is a must have for Element Call because it can be considered a privacy feature.

What's Changed

✨ Features
🙌 Improvements
📄 Documentation
🐛 Bugfixes
💾 Developer Experience
Others
👒 Dependencies

Full Changelog: element-hq/element-call@v0.10.0...v0.11.0

Docker full package

Element Call is available as a Docker image from the GitHub Container Registry.

The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).

docker pull ghcr.io/element-hq/element-call:v0.11.0

Embedded packages

This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.

NPM
npm install @​element-hq/element-call-embedded@0.11.0
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.11.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.11.0")

v0.10.0

This release brings some changes to how encryption keys are shared to other participants: in encrypted rooms, Element Call will now use to-device messages rather than room messages by default. For now, Element Call will still automatically fall back to the room messages method for compatibility with older clients. But this already brings some significant performance improvements, and will provide a foundation for further improvements to the security of calls (forward secrecy and post-compromise security related).

We also have some improvements to the docs, primarily around our self-hosting guide and a section featuring some community guides and how-tos.

Breaking/Blocking

This release can not be used with the RustSDK widget driver until it supports to-device messaging: https://github.com/matrix-org/matrix-rust-sdk/issues/4859

What's Changed

New Contributors

Full Changelog: element-hq/element-call@v0.9.0...v0.10.0

Docker full package

Element Call is available as a Docker image from the GitHub Container Registry.

The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).

docker pull ghcr.io/element-hq/element-call:v0.10.0

Embedded packages

This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.

NPM
npm install @​element-hq/element-call-embedded@0.10.0
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.10.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.10.0")

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 requested a review from a team as a code owner May 19, 2025 14:20
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label May 19, 2025
@renovate renovate bot requested review from bmarty and removed request for a team May 19, 2025 14:20
@bmarty
Copy link
Member

bmarty commented May 19, 2025

I was not expecting Renovate to open a new PR for this upgrade :/. I closed #4734.

Let's block and keep this PR opened then...

EDIT: ah, this is 0.11.1

Copy link
Contributor

github-actions bot commented May 19, 2025

📱 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/KrH14z

Copy link

codecov bot commented May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.43%. Comparing base (7e4b1ea) to head (1e00893).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4743   +/-   ##
========================================
  Coverage    80.43%   80.43%           
========================================
  Files         2143     2143           
  Lines        56769    56769           
  Branches      7120     7120           
========================================
  Hits         45660    45660           
  Misses        8672     8672           
  Partials      2437     2437           

☔ 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.

@renovate renovate bot force-pushed the renovate/io.element.android-element-call-embedded-0.x branch from 13a93df to bf8b007 Compare May 28, 2025 07:19
@renovate renovate bot force-pushed the renovate/io.element.android-element-call-embedded-0.x branch from bf8b007 to 1e00893 Compare May 28, 2025 10:27
@renovate renovate bot changed the title fix(deps): update dependency io.element.android:element-call-embedded to v0.11.1 fix(deps): update dependency io.element.android:element-call-embedded to v0.12.0 May 28, 2025
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.2

Generated by 🚫 dangerJS against 1e00893

@escix
Copy link

escix commented May 29, 2025

@bmarty Will this allow to merge this? element-hq/element-call#3277

@jmartinesp
Copy link
Member

I'm taking over the review of this PR.


@bmarty Will this allow to merge this? element-hq/element-call#3277

Yes, it should be included in this version.

@jmartinesp jmartinesp requested review from jmartinesp and removed request for bmarty May 30, 2025 08:42
Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

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

The upgrade seems to work fine.

@jmartinesp jmartinesp merged commit f604d05 into develop May 30, 2025
34 of 37 checks passed
@jmartinesp jmartinesp deleted the renovate/io.element.android-element-call-embedded-0.x branch May 30, 2025 08:48
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.

4 participants