Skip to content

Update ghcr.io/element-hq/element-call Docker tag to v0.12.0 #32

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/element-call minor v0.5.14 -> v0.12.0

Release Notes

element-hq/element-call (ghcr.io/element-hq/element-call)

v0.12.0

Compare Source

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/[email protected]
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

Compare Source

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/[email protected]
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

Compare Source

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/[email protected]
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

Compare Source

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/[email protected]
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")

v0.9.0

Compare Source

What's Changed

Highlights
  • Element Call is now available as two packages: "full" and "embedded"
    • Full package is the same as what was previously published: docker image + tarball
    • Embedded package is to allow Element Call to be distributed as part of a Matrix Client supporting Web (NPM), Android (AAR) and iOS (SwiftPM) platforms
  • Documentation improvements
  • Improvements to error handling including:
    • participant limit imposed by a LiveKit SFU
    • failure to get JWT token
  • End-to-end integration tests using Playwright

Changes

Documentation
Other

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

No changes since v0.9.0-rc.4: element-hq/element-call@v0.9.0-rc.4...v0.9.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.9.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/[email protected]
Android AAR
dependencies {
  implementation 'io.element.android:element-call-embedded:0.9.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.9.0")

v0.8.0

Compare Source

What's Changed

Highlights

This release brings a major architectural shift: call participation and video tiles now rely on MatrixRTC membership instead of the LiveKit room state. This marks the final step toward enabling to-device media key exchange. To support this change, we introduced a new MembershipManager, ensuring RTC membership is accurately handled across all scenarios.

Additionally this release includes various usability improvements.

Key updates:

  • Implement the new MatrixRTCSession MembershipManager
  • Base (call participation) video tiles on MatrixRTC membership rather than LiveKit participants (a prerequisite for to-device E2EE key distribution)
  • Improve UX by making on-screen tile selection and arrangement more stable
  • Add sound effects for call exits and screen share activation
  • Introduce a wave/hello reaction 👋
  • Ensure new devices don't start unmuted by default
  • Remember previous mute states when devices disconnect and reconnect
  • Begin handling errors more gracefully, including:
    • SFU capacity limits
    • Missing MatrixRTC backend in a Matrix site deployment
  • Enhancements in widget mode:
    • Adapt to theme changes during a call
    • Hide the header
    • On Failure: leave session and show relevant error
    • Introduce a "close" action when the widget is ready to shut down (allowing error messages to be displayed and benefiting other widgets)
  • Notify users when their camera is initializing in the Lobby
  • Authenticate media requests when loading avatars
Changes

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 force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from a217b50 to 22b60ab Compare April 22, 2024 17:16
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.5.15 Update ghcr.io/element-hq/element-call Docker tag to v0.5.16 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 22b60ab to 5a2cf7b Compare June 20, 2024 23:04
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.5.16 Update ghcr.io/element-hq/element-call Docker tag to v0.5.17 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 5a2cf7b to d9621af Compare July 19, 2024 14:04
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.5.17 Update ghcr.io/element-hq/element-call Docker tag to v0.5.18 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from d9621af to 890b129 Compare August 9, 2024 22:43
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.5.18 Update ghcr.io/element-hq/element-call Docker tag to v0.6.0 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 890b129 to 2b3f4ff Compare August 23, 2024 19:41
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.6.0 Update ghcr.io/element-hq/element-call Docker tag to v0.6.1 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 2b3f4ff to 272631e Compare September 2, 2024 19:49
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.6.1 Update ghcr.io/element-hq/element-call Docker tag to v0.6.2 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 272631e to a088d83 Compare September 2, 2024 22:51
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.6.2 Update ghcr.io/element-hq/element-call Docker tag to v0.6.3 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from a088d83 to d1a768f Compare September 4, 2024 16:38
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.6.3 Update ghcr.io/element-hq/element-call Docker tag to v0.6.4 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from d1a768f to 0e63261 Compare September 19, 2024 19:42
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.6.4 Update ghcr.io/element-hq/element-call Docker tag to v0.6.5 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 0e63261 to 37d341a Compare September 19, 2024 21:56
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.6.5 Update ghcr.io/element-hq/element-call Docker tag to v0.6.6 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 37d341a to c0a5ab0 Compare November 22, 2024 14:51
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.6.6 Update ghcr.io/element-hq/element-call Docker tag to v0.7.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from c0a5ab0 to c6463c6 Compare November 26, 2024 15:25
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.7.0 Update ghcr.io/element-hq/element-call Docker tag to v0.7.1 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from c6463c6 to e351573 Compare March 5, 2025 19:22
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.7.1 Update ghcr.io/element-hq/element-call Docker tag to v0.7.2 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from e351573 to 8d866dd Compare March 21, 2025 14:51
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.7.2 Update ghcr.io/element-hq/element-call Docker tag to v0.8.0 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 8d866dd to bce1042 Compare March 28, 2025 15:15
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.8.0 Update ghcr.io/element-hq/element-call Docker tag to v0.9.0 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from bce1042 to f3cc558 Compare April 25, 2025 17:41
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.9.0 Update ghcr.io/element-hq/element-call Docker tag to v0.10.0 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from f3cc558 to 7fd07cc Compare May 16, 2025 18:38
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.10.0 Update ghcr.io/element-hq/element-call Docker tag to v0.11.0 May 16, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from 7fd07cc to a48ec12 Compare May 19, 2025 13:23
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.11.0 Update ghcr.io/element-hq/element-call Docker tag to v0.11.1 May 19, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-element-hq-element-call-0.x branch from a48ec12 to 09a0a10 Compare May 28, 2025 08:25
@renovate renovate bot changed the title Update ghcr.io/element-hq/element-call Docker tag to v0.11.1 Update ghcr.io/element-hq/element-call Docker tag to v0.12.0 May 28, 2025
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.

0 participants