renovate[bot]
|
8fe49d681a
|
Update Compound
|
2026-01-08 19:49:47 +00:00 |
|
Timo
|
009c9e046c
|
Merge branch 'livekit' into toger5/delayed-event-delegation
|
2026-01-05 21:26:15 +01:00 |
|
Timo K
|
1580087286
|
use latest js-sdk
|
2026-01-05 21:24:52 +01:00 |
|
Timo K
|
df2bd22005
|
Merge branch 'livekit' into toger5/delayed-event-delegation
|
2026-01-05 21:08:21 +01:00 |
|
Robin
|
72b9b8231a
|
Merge branch 'livekit' into renovate/all-minor-patch
|
2026-01-05 19:29:24 +01:00 |
|
Robin
|
7817b76a8b
|
Downgrade react-i18next to fix type errors
Upgrade beyond 16.1.1 blocked by https://github.com/i18next/react-i18next/issues/1899
|
2026-01-05 19:28:07 +01:00 |
|
Robin
|
b585af41da
|
Fix encryption keys type error
See commit 174439c2f0c09cf9926c28435ba4db1345df4aee in matrix-js-sdk for the other part of the fix.
|
2026-01-05 19:27:39 +01:00 |
|
Robin
|
1006d06b04
|
Fix WebCodecs type error
|
2026-01-05 17:46:04 +01:00 |
|
Robin
|
b9afaab556
|
Upgrade i18next to resolve a type error
|
2026-01-05 15:52:17 +01:00 |
|
Robin
|
a6cdb28e45
|
Roll back @livekit/track-processors to fix type error
While we await https://github.com/livekit/track-processors-js/pull/118 to be released
|
2026-01-05 15:36:43 +01:00 |
|
Timo K
|
5b1eb13d65
|
fix lints and add hint in the otel readme to the PR removing it.
|
2026-01-05 14:27:54 +01:00 |
|
Timo
|
d1aabb05ff
|
Merge branch 'livekit' into toger5/otel-remove-experiment
|
2026-01-05 14:22:11 +01:00 |
|
Valere Fedronic
|
49cd980ddf
|
Merge pull request #3644 from element-hq/valere/devx_check_doc
Add script to check that the tsdoc is correct and up-to-date
|
2026-01-05 14:08:08 +01:00 |
|
Robin
|
749ba103a7
|
Merge pull request #3641 from element-hq/renovate/livekit-client
Update dependency livekit-client to v2.16.1
|
2026-01-05 13:28:17 +01:00 |
|
renovate[bot]
|
057bc4e2ad
|
Update all non-major dependencies
|
2026-01-03 18:06:04 +00:00 |
|
renovate[bot]
|
a6aa4526cf
|
Update LiveKit components
|
2025-12-31 13:52:19 +00:00 |
|
renovate[bot]
|
88cfd32e51
|
Update dependency livekit-client to v2.16.1
|
2025-12-31 13:52:04 +00:00 |
|
Valere
|
da55d84bde
|
Add script to check that the tsdoc is correct and up-to-date
|
2025-12-30 17:02:44 +01:00 |
|
Will Hunt
|
72ec1439f4
|
Support MSC4143 RTC Transport endpoint (#3629)
* Use rtc-focus branch of js-sdk
* Update makeTransport to fetch backend transports and validate all transports before response.
* Fix test
* Add test
* Loads more tests
* Add tests for openid errors
* improve comment
* update to develop commit
* Add JWT parsing
* Use JWT
* Cleanup
* fixup tests
* fixup tests
* lint
* lint lint
* Fix `Reconnecting`
|
2025-12-29 17:45:41 +00:00 |
|
Timo K
|
0f5c5d8be5
|
cleanup based on new js-sdk impl
|
2025-12-29 17:38:54 +01:00 |
|
Timo K
|
3ba2d13e27
|
use the js-sdk where the hashed rtcSessionIdeintity is already part of
the event (no need to compute it in the encryption manager)
|
2025-12-28 21:04:46 +01:00 |
|
Timo K
|
852d2ee375
|
after merge cleanup
|
2025-12-22 13:35:40 +01:00 |
|
Timo K
|
e78f37a6b3
|
Merge branch 'livekit' into toger5/lib-ec-version
|
2025-12-22 12:43:09 +01:00 |
|
Timo K
|
55d18f10fe
|
temp refactored membership rtcidentity
|
2025-12-19 19:23:41 +01:00 |
|
Timo K
|
50f3bf00ae
|
use correct js-sdk
|
2025-12-17 10:22:46 +01:00 |
|
Timo K
|
ab7e3486b3
|
Make use of the new jwt service endpoint (with delayed event delegation)
This also does all the compatibility work. When to use which endpoint to
authenticate agains a jwt service.
|
2025-12-17 09:53:49 +01:00 |
|
Timo
|
3d8d0ae9dd
|
Merge branch 'livekit' into toger5/pseudonomous-identities
|
2025-12-15 21:20:55 +01:00 |
|
Timo K
|
909d980dff
|
still with broken tests...
|
2025-12-15 18:23:30 +01:00 |
|
Timo K
|
328cc7133a
|
update playwright so that we do not even need the dismiss anymore.
|
2025-12-11 11:32:28 +01:00 |
|
Timo K
|
bf801364a6
|
cleanup and tests
|
2025-12-09 15:23:30 +01:00 |
|
Timo K
|
b34a75d990
|
fix knip
|
2025-12-03 13:08:51 +01:00 |
|
Timo K
|
93de12d79c
|
cleanup vite.configs and simplify exported sdk props.
|
2025-12-02 11:31:56 +01:00 |
|
Timo K
|
f76a6cb599
|
cleanup unnecassary packages + add connected indicator
|
2025-12-01 20:39:40 +01:00 |
|
Timo K
|
43266e6200
|
Merge branch 'livekit' into toger5/lib-ec-version
|
2025-12-01 20:15:58 +01:00 |
|
Robin
|
0240087afe
|
Unpin matrix-js-sdk so it can be upgraded
|
2025-12-01 13:09:10 -05:00 |
|
Timo K
|
5f6a45f0e9
|
also bump js-sdk
|
2025-12-01 18:45:47 +01:00 |
|
renovate[bot]
|
e2916d9093
|
Update dependency matrix-widget-api to v1.14.0
|
2025-12-01 18:23:35 +01:00 |
|
Timo K
|
2d8ffc0ccd
|
almost mvp
|
2025-12-01 12:43:43 +01:00 |
|
Timo K
|
28158bfc23
|
temp
|
2025-12-01 12:43:43 +01:00 |
|
Timo K
|
2f92867383
|
remove otel deps
|
2025-11-24 12:36:36 +01:00 |
|
renovate[bot]
|
cdc3c2b216
|
Update LiveKit components (#3573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-19 20:18:18 +01:00 |
|
renovate[bot]
|
47324b52f8
|
Update dependency livekit-client to v2.16.0 (#3574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-19 20:14:37 +01:00 |
|
renovate[bot]
|
9ad029d4ff
|
Update dependency livekit-client to v2.15.15
|
2025-11-17 02:42:33 +00:00 |
|
Robin
|
5afc3c2598
|
Merge pull request #3556 from element-hq/renovate/node-24.x
Update Node.js to v24
|
2025-11-05 13:55:24 -05:00 |
|
renovate[bot]
|
f9cc930155
|
Update Node.js to v24
|
2025-11-05 18:49:21 +00:00 |
|
renovate[bot]
|
a4b1ce52cd
|
Update dependency livekit-client to v2.15.14
|
2025-11-03 01:02:47 +00:00 |
|
renovate[bot]
|
5e0a3f3974
|
Update LiveKit components (#3533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-10-23 17:31:41 +02:00 |
|
renovate[bot]
|
06337b9ae6
|
Update dependency vite to v7.1.11 [SECURITY] (#3541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-10-23 17:23:07 +02:00 |
|
renovate[bot]
|
1fa2eba0c0
|
Update dependency livekit-client to v2.15.11 (#3532)
* Update dependency livekit-client to v2.15.11
* bump livekit/protocol
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fkwp <github-fkwp@w4ve.de>
|
2025-10-23 17:14:41 +02:00 |
|
Valere
|
e06f288e93
|
update playwright
|
2025-10-23 10:41:10 +02:00 |
|