Paul Wells
684bc665f4
wip
Generate / generate (push) Has been cancelled
2026-02-21 02:54:39 -08:00
Paul Wells
e9d78d5f46
Merge remote-tracking branch 'origin/main' into stack
2026-02-20 20:40:13 -08:00
Paul Wells
fec0930f7d
do not log sip auth field lengths ( #1421 )
...
* do not log sip auth field lengths
* generated protobuf
* Create fast-beans-deny.md
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-20 20:04:29 -08:00
Neil Dwyer
1002c70e0f
Remove unused Private Link handler ( #1420 )
...
* Remove unused Private Link handler
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-20 11:24:31 -08:00
Paul Wells
86487220bd
Merge remote-tracking branch 'origin/main' into stack
2026-02-18 07:58:02 -08:00
cnderrauber
be06be0487
Miss word for description of ForwardParticipant ( #1418 )
...
* Miss word for description of ForwardParticipant
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-16 19:27:48 +08:00
shishirng
1f4ae1ef36
update obs for bargein ( #1415 )
2026-02-15 22:52:09 +05:30
Paul Wells
a404aaa991
Merge remote-tracking branch 'origin/main' into stack
2026-02-13 16:44:22 -08:00
Long Chen
b3d04db215
updated protocols for text messages for http endpoints ( #1407 )
...
* updated protocols for text messages for http endpoints
* generated protobuf
* update error code
* update protocol
* flat chat items
* add changeset
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-12 14:00:33 +08:00
shreyasj-livekit
af21b22607
Add port attr to private link ( #1413 )
...
* Add port attr to private link
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-11 16:08:31 -05:00
shreyasj-livekit
38bfe430e1
add region fields to private link protocol ( #1411 )
...
* add region fields to private link protocol
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-11 15:45:00 -05:00
Benjamin Pracht
3688e156dc
Redact ice server credentials in logs ( #1408 )
...
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-10 20:23:24 -08:00
Steve Yoon
2504a42c8d
add private link gateway prefix ( #1409 )
2026-02-10 18:30:35 -05:00
Steve Yoon
64ff3e8a9c
add prefix for private link secret ( #1406 )
2026-02-09 13:52:38 -05:00
Neil Dwyer
c0987827b0
Introduce Private Link Protocol ( #1401 )
...
* Introduce Private Link Protocol
* Add TODO comment
* remove attachment
* generated protobuf
* more CRUD
* Agent private link prefix
* Cloud agent, not agent
* remove unused
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-09 09:49:48 -08:00
Paul Wells
386e55747c
Merge remote-tracking branch 'origin/main' into stack
2026-02-06 02:54:46 -08:00
Andrew Nitu
aec2833dff
Add draining field to AgentVersion ( #1402 )
...
* s
* changeset
* revert changeset
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-05 17:43:35 -08:00
xianshijing-lk
cd064b4fb1
Sxian/clt 2522/add protocol version to participant info ( #1400 )
...
* update ParticipantInfo to have a protocol_version number
* remove the optinoal field
* addressed the comments
* client_proto -> client_protocol
* update the comment
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-05 09:40:04 -08:00
github-actions
c83bfb037b
generated protobuf
2026-02-04 22:47:28 +00:00
Paul Wells
0f8bed63ef
Merge remote-tracking branch 'origin/main' into stack
2026-02-04 14:46:26 -08:00
Long Chen
2bb10a50a4
mark AgentSessionState snapshot and delta optional ( #1399 )
...
* mark AgentSessionState snapshot and delta optional
* generated protobuf
* use oneof and mark session_state optional in request
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-04 16:36:34 +08:00
Paul Wells
632f936abb
Merge remote-tracking branch 'origin/main' into stack
2026-02-02 23:52:17 -08:00
David Colburn
28d227bae7
move storageobs to protocol ( #1398 )
2026-02-02 18:23:33 -05:00
David Colburn
8f1cb48e85
update reporter interface ( #1397 )
2026-02-02 16:06:11 -05:00
Paul Wells
8ac0f55c6b
Merge remote-tracking branch 'origin/main' into stack
2026-02-02 05:17:38 -08:00
Long Chen
a63809dece
add AgentSessionStateDelta for state sync ( #1393 )
...
* add AgentSessionStateDelta for state sync
* generated protobuf
* update AgentSessionState
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-02 20:29:41 +08:00
Milos Pesic
44536b2118
Make sure walking up process hierarchy happens before resource usage aggregation ( #1396 )
2026-01-31 02:02:26 +01:00
Benjamin Pracht
d35d87c63f
Changes for ingress observability support ( #1392 )
...
- Add projectID explicitly to GetIngressInfoResponse as we cannot send it in headers on a response
- move ingressobs.Reporter to protocol
- Remove the unused KillIngressSession RPC
- Random fmt fixes by the protobuf linter included in my editor...
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-30 15:50:27 -08:00
Théo Monnom
97f05ae3b7
add can_manage_agent_session ParticipantPermission ( #1390 )
2026-01-30 13:55:31 -08:00
Théo Monnom
6d94a614ed
add CreateSimulation grant ( #1384 )
2026-01-30 13:55:26 -08:00
Paul Wells
f85336ea86
update room observability codegen ( #1395 )
...
* update room observability codegen
* Create violet-kings-compare.md
* gen
* Update violet-kings-compare.md
2026-01-30 06:51:17 -08:00
Milos Pesic
f89fa20a25
Make sure memory usage is not undercounted ( #1394 )
...
Previously memory usage for CPU idle process were not counted
2026-01-30 12:17:06 +01:00
Milos Pesic
8066e6f919
Return ErrNoCursor on empty token pagination ( #1391 )
2026-01-29 23:58:26 +01:00
shishirng
576b2b132e
Revert "update schema ( #1387 )" ( #1389 )
...
This reverts commit a18d9f16b8 .
2026-01-29 13:45:49 -05:00
shishirng
578bb75082
add telephonycall observability ( #1388 )
...
* add telephonycall observability
* update reporter
Signed-off-by: shishir gowda <shishir@livekit.io >
2026-01-29 12:29:46 -05:00
shishirng
a18d9f16b8
update schema ( #1387 )
...
Signed-off-by: shishir gowda <shishir@livekit.io >
2026-01-29 11:40:53 -05:00
Milos Pesic
e8c32a8fc1
List ingress pagination ( #1383 )
...
* Pagination support for ListIngress API
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-28 11:30:07 +01:00
Paul Wells
640940af27
wip
2026-01-27 21:39:47 -08:00
Alex
edf9ff286d
Adding feature_flags field to sip requests ( #1382 )
2026-01-26 10:11:51 -08:00
Paul Wells
3f935a2b4d
Merge remote-tracking branch 'origin/main' into stack
2026-01-23 23:34:28 -08:00
Paul Wells
07e05c96f7
Sync schema versions ( #1385 )
...
* sync observability codegen versions
* Create wet-peaches-check.md
2026-01-23 22:54:54 -08:00
shishirng
d60e932f94
update reporter for schema change/update ( #1379 )
2026-01-23 08:27:05 -05:00
shishirng
9efc8eec76
update reporter interface ( #1377 )
...
Signed-off-by: shishir gowda <shishir@livekit.io >
2026-01-22 17:55:26 -05:00
Anunay Maheshwari
9d3e62e3ff
move mime to new pkg ( #1374 )
2026-01-20 20:12:10 +05:30
Anunay Maheshwari
0914cc7465
move codecs from SFU, add helper to convert to pion type ( #1373 )
...
* move codecs from SFU, add helper to convert to pion type
* generated protobuf
* use user supplied fmtp if available, log warning if unknown combination
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-20 19:12:43 +05:30
Pablo Fuente Pérez
411803f74e
Add csharp_namespace and ruby_package options to missing proto files ( #1371 )
2026-01-17 17:14:16 -08:00
Paul Wells
5ba8b0ec94
Create gold-fishes-smash.md
2026-01-17 04:25:24 -08:00
Paul Wells
da84faf41f
add stack utility
2026-01-17 04:24:45 -08:00
Ryan Gaus
765a80e429
Add repository.url fix to one more place ( #1370 )
@livekit/protocol@1.44.0
v1.44.0
2026-01-17 08:09:58 +11:00
Ryan Gaus
5e32774a80
Add repository.url to fix npm provenance issue ( #1369 )
...
> an error occurred while publishing @livekit/protocol: E422
422 Unprocessable Entity - PUT
https://registry.npmjs.org/@livekit%2fprotocol - Error verifying
sigstore provenance bundle: Failed to validate repository information:
package.json: "repository.url" is "", expected to match
"https://github.com/livekit/protocol " from provenance
2026-01-17 07:40:28 +11:00