Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Release 4.0.0

Compare
Choose a tag to compare
@timmywil timmywil released this 23 Aug 21:19
· 9 commits to develop since this release
2945845

4.0.0 (2021-08-23)

⚠ BREAKING CHANGES

  • clientID and clientSecret are now required config, but
    this removes the requirement for the env vars. It's up to the user not
    to expose their client ID and secret publicly

Features

  • add clientId/clientSecret params; only recommend env vars (dca2d97)

Bug Fixes

  • recordstream: add normal closure code to ws close (fb03f80)