Skip to content

Tags: supabase/realtime-js

Tags

v2.11.4-next.1

Toggle v2.11.4-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ws conditional import (#444)

only import types and ws dependency if NATIVE_WEBSOCKET_AVAILABLE not available

v2.11.3

Toggle v2.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Release new version (#442)

v2.11.2

Toggle v2.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: set proper type in options (#441)

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Access token callback can return null (#440)

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Implement token callback; fix CI testing (#439)

setAuth will automatically use a accessToken callback to fetch the token at the right time instead of assuming that the right token is present

---------

Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com>

v2.10.9

Toggle v2.10.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Improve error message on invalid JWT (#438)

v2.10.8

Toggle v2.10.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent sending expired tokens (#437)

code does a quick check on the exp of a token to prevent it from being sent to realtime

v2.10.7

Toggle v2.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add Web Workers as a way to run health check (#431)

Added capacity to use Worker for heart beats. We also allow users to override the worker URL so they are able to modify it as they see fit.

v2.10.7-next.1

Toggle v2.10.7-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into next

v2.10.6

Toggle v2.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Remove Module type from package.json (#425)