Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 17:37
· 217 commits to main since this release
618d84c

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)