Skip to content

9.1.0

Compare
Choose a tag to compare
@pdxmele pdxmele released this 09 Jun 17:03
· 23 commits to main since this release
b30dcfd
  • All requests will now automatically attempt to authenticate with bearer token auth if a
    token is included in the instantiation of the client. Previously, only custom events requests
    could use bearer token auth in this library. You can find more information about how to use
    bearer token auth in the README.
  • Also fixes an issue where a secret was required even when bearer token auth was being used
    (it is no longer required).