Releases: deepgram/browser-agent
Releases · deepgram/browser-agent
v0.2.1
v0.2.0
What's new
- Support for any kind of WebSocket auth via the
auth-schemeattribute- 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
apiKeyhas been renamed totoken- the auth scheme, previously unsettable, is now
"bearer". setauth-schemeto"token"to maintain 0.1.0 behavior