Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

69 lines (35 loc) · 2.59 KB

livekit-server-sdk

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

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

Patch Changes

2.0.4

Patch Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

  • Fix issue decoding unknown fields in webhook receiver - #135 (@davidzhao)

2.0.1

Patch Changes

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

2.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)