Releases: livekit/node-sdks
Releases · livekit/node-sdks
v2.0.2
Patch Changes
- Fix issue decoding unknown fields in webhook receiver - #134 (@ws)
v2.0.0
Major Changes
-
Change module type to ESM - #118 (@lukasIO)
-
Require node 18 as minimum version - #118 (@lukasIO)
-
Make WebhookEvent
names type safe - #125 (@lukasIO)
-
Token generation is now async (replaced jsonwebtoken with jose for better JS runtime support) - #118 (@lukasIO)
-
Replace protobufjs with protobuf-es - #118 (@lukasIO)
Minor Changes
- Use globally available web crypto API instead of nodeJS crypto module - #122 (@lukasIO)
Patch Changes
- Throw error on bad Twirp response status and use async/await instead of promise chaining for improved error catching - #124 (@lukasIO)