Skip to content

Releases: deepgram/browser-agent

v0.2.1

06 Oct 16:36

Choose a tag to compare

What's new

  • Updates README example to point at stable Voice Agent endpoint

v0.2.0

08 Aug 23:28

Choose a tag to compare

What's new

  • Support for any kind of WebSocket auth via the auth-scheme attribute
    • Defaults to a bearer scheme; see README for details
  • Auth token is now optional (for unauthenticated APIs)
  • New "invalid auth" event when your auth gets rejected by the WebSocket

Breaking changes

  • apiKey has been renamed to token
  • the auth scheme, previously unsettable, is now "bearer". set auth-scheme to "token" to maintain 0.1.0 behavior