Update ghcr.io/element-hq/element-call Docker tag to v0.17.0#32
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update ghcr.io/element-hq/element-call Docker tag to v0.17.0#32renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
a217b50 to
22b60ab
Compare
22b60ab to
5a2cf7b
Compare
5a2cf7b to
d9621af
Compare
d9621af to
890b129
Compare
890b129 to
2b3f4ff
Compare
2b3f4ff to
272631e
Compare
272631e to
a088d83
Compare
a088d83 to
d1a768f
Compare
d1a768f to
0e63261
Compare
0e63261 to
37d341a
Compare
37d341a to
c0a5ab0
Compare
c0a5ab0 to
c6463c6
Compare
c6463c6 to
e351573
Compare
e351573 to
8d866dd
Compare
8d866dd to
bce1042
Compare
bce1042 to
f3cc558
Compare
f3cc558 to
7fd07cc
Compare
7fd07cc to
a48ec12
Compare
a48ec12 to
09a0a10
Compare
09a0a10 to
3b1d683
Compare
3b1d683 to
0366d80
Compare
0366d80 to
d4f34b2
Compare
d4f34b2 to
db3aa62
Compare
db3aa62 to
0ab43a0
Compare
0ab43a0 to
cbf0c34
Compare
cbf0c34 to
3a67a5d
Compare
3a67a5d to
408373f
Compare
408373f to
bea0d5d
Compare
bea0d5d to
80c09d4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.14→v0.17.0Release Notes
element-hq/element-call (ghcr.io/element-hq/element-call)
v0.17.0Compare Source
What's Changed
Version 0.17.0 is large leap in landing the MatrixRTC spec. It is contains all the implementation proves required for the spec process.
The main changes are:
Additionally it brings a lot of bug fixes and cleanups!
There is a full refactor of the
CallViewModel(a major part of the codebase), an SDK version, and all the Matrix 2.0 features that cover security, reliability and convenience.It is important to note that this release does not use any of the new Matrix features and MatrixRTC changes by default. So it is a fully compatible version that can be updated. Since it is compatible it allows a comfortable transition because it is compatible with future versions that enable the new spec by default.
✨ Features
🙌 Improvements
CallViewmodelrefactor by @toger5 in #3560oldest_member(singeSFU) tomulti_sfu) by @toger5 in #3681📄 Documentation
🐛 Bugfixes
💾 Developer Experience
createCallViewModel$function refactor by @toger5 in #3571OpenTelementryrelated code by @toger5 in #3586Others
👒 Dependencies
6da8fa9by @renovate[bot] in #3550New Contributors
Full Changelog: element-hq/element-call@v0.16.3...v0.17.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
v0.16.3What's Changed
🙌 Improvements
Full Changelog: element-hq/element-call@v0.16.1...v0.16.3
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
v0.16.1Compare Source
What's Changed
🙌 Improvements
Full Changelog: element-hq/element-call@v0.16.0...v0.16.1
v0.16.0Compare Source
What's Changed
✨ Features
🙌 Improvements
deferin test by @AndrewFerr in #3470callPickupState$) by @toger5 in #3466🐛 Bugfixes
💾 Developer Experience
Others
👒 Dependencies
New Contributors
Full Changelog: element-hq/element-call@v0.15.0...v0.16.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
v0.15.0Compare Source
Stability and Spec work
This release introduces a key part of the MatrixRTC spec that was previously missing from Element Call. The state key of call member events is now distinct per MatrixRTC session type (application), allowing an Element Call m.call session to run alongside other session types.
Element Call now also supports MatrixRTC Authorization Service v0.3.0, which adds a key infrastructure control by restricting automatic LiveKit SFU room creation to users on selected (trusted) homeservers, helping ensure that SFU resources are used efficiently and remain available for their intended communities. Note this does NOT break calls across federation.
Calls also now have a dedicated "Reconnecting" state. This enhances both stability and security: Element Call stops publishing and subscribing media when you are disconnected from the room state. This prevents downloading media you cannot decrypt and uploading media unnecessarily when others are not aware you are in the call.
What's Changed
🛠 Breaking Changes
membership_keep_alive_period,membership_server_side_expiry_timeout,key_rotation_on_leave_delay) by @toger5 in #3416✨ Features
🙌 Improvements
delayed_leave_event_restart_local_timeout_mstoconfig.jsonby @toger5 in #3415📄 Documentation
🐛 Bugfixes
💾 Developer Experience
.tsfor remaining js config files by @toger5 in #3443Others
👒 Dependencies
Full Changelog: element-hq/element-call@v0.14.1...v0.15.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
v0.14.1Compare Source
This minor release fixes an issue with the rageshake logging. Additionally it fixes one issue that results in missing audio streams on Safari.
What's Changed
🐛 Bugfixes
Others
Full Changelog: element-hq/element-call@v0.14.0...v0.14.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).
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
v0.14.0Compare Source
What's Changed
✨ Features
🙌 Improvements
🐛 Bugfixes
Others
👒 Dependencies
Full Changelog: element-hq/element-call@v0.13.1...v0.14.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
v0.13.1Compare Source
This release fixes bluetooth devices issues on iOS present in v0.13.0.
What's Changed
🐛 Bugfixes
Known problems
Full Changelog: element-hq/element-call@v0.13.0...v0.13.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).
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
v0.13.0Compare Source
Native audio device handling
This release delivers a significant upgrade to the audio experience, with a particular focus on mobile devices. We've enhanced Element Call to provide a more native, phone-call-like experience when used within Element X.
Key improvements include:
These changes represent a major step forward in making Element Call feel like a natural extension of your device's native calling capabilities.
What's Changed
✨ Features
🙌 Improvements
update_statewidget driver compatibility by @toger5 in #3290onBackButtonPressedcontrols api by @toger5 in #3357📄 Documentation
🐛 Bugfixes
💾 Developer Experience
Others
👒 Dependencies
New Contributors
Full Changelog: element-hq/element-call@v0.12.2...v0.13.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
v0.12.2: (Embedded only release)[Compare Source](https://redirect.github.com/element-hq/e
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.
This PR was generated by Mend Renovate. View the repository job log.