Update ghcr.io/element-hq/element-call Docker tag to v0.24.0 #1019
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-element-hq-element-call-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.23.0→v0.24.0Release Notes
element-hq/element-call (ghcr.io/element-hq/element-call)
v0.24.0Compare Source
⚠️ This release deprecates the method of discovering MatrixRTC transports that used the homeserver's /.well-known/matrix/client file. You may need to take certain actions to ensure Element Call can still find your LiveKit SFU.
For client developers using Element Call as a widget, make sure that your client supports the new
get_rtc_transportsaction from MSC4515. If desired, you can implement this action in a way that still falls back to .well-known discovery to give your users more time to migrate to the MSC4519 endpoint.For admins hosting a standalone Element Call instance, make sure that your homeserver supports the
GET /_matrix/client/unstable/org.matrix.msc4143/rtc/transportsendpoint from MSC4519. See the updated self-hosting guide. If your server's /.well-known/matrix/client file contained anorg.matrix.msc4143.rtc_focikey, you may remove it.For other homeserver admins, no changes are required at this time because Element Web/Desktop and Element X Android/iOS are all being adapted to keep the .well-known discovery method as a fallback. We still recommend enabling the
GET /_matrix/client/unstable/org.matrix.msc4143/rtc/transportsendpoint from MSC4519 however to prepare for future changes. See the updated self-hosting guide.What's Changed
🛠 Breaking Changes
✨ Features
🙌 Improvements
🐛 Bugfixes
💾 Developer Experience
👒 Dependencies
New Contributors
Full Changelog: https://github.com/element-hq/element-call/compare/v0.22.0...v0.24.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).
Embedded packages
This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.
NPM
Android AAR
SwiftPM
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.