Skip to content

Releases: livekit/node-sdks

v2.1.2

21 Mar 04:45
baa9ec6
Compare
Choose a tag to compare

Patch Changes

v2.1.1

14 Mar 17:09
f216aa8
Compare
Choose a tag to compare

Patch Changes

v2.1.0

14 Mar 09:47
21194c8
Compare
Choose a tag to compare

Minor Changes

  • Expose protobuf TrackSource and map TrackSource claims to string - #145 (@lukasIO)

Patch Changes

v2.0.4

25 Feb 10:07
b88dae0
Compare
Choose a tag to compare

Patch Changes

v2.0.3

18 Feb 20:01
e1ce577
Compare
Choose a tag to compare

Patch Changes

v2.0.2

17 Feb 01:29
9046da4
Compare
Choose a tag to compare

Patch Changes

  • Fix issue decoding unknown fields in webhook receiver - #134 (@ws)

v2.0.1

12 Feb 17:36
aee7aab
Compare
Choose a tag to compare

Patch Changes

  • Ignore unknown fields in protobuf parsing - #132 (@lukasIO)

v2.0.0

05 Feb 17:37
618d84c
Compare
Choose a tag to compare

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)