8000 Tags · supabase/realtime-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: supabase/realtime-js

Tags

v2.11.15

Toggle v2.11.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: soft deprecation of headers and simplify ws socket connection (#494

)

starts deprecation of the headers option as now the option won't impact anything in the code

version will be sent in the payload to ensure we still are able to check which version of the client lib is used

v2.11.14

Toggle v2.11.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve 'ws' peer dependency (#495)

v2.11.13

Toggle v2.11.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: adopt isomorphic websocket implementation (#492)

v2.11.13-next.1

Toggle v2.11.13-next.1's commit m 10000 essage

Verified

This commit was signed with the committer’s verified signature.
grdsdev Guilherme Souza
fix after merge

v2.11.12

Toggle v2.11.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent multiple web workers from starting (#490)

v2.11.12-next.1

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

Verified

This commit was signed with the committer’s verified signature.
grdsdev Guilherme Souza
Merge remote-tracking branch 'origin/master' into next

v2.11.11

Toggle v2.11.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle subscribed called multiple times; remove redundant line (#…

…489)

on multiple subscribe calls, we ignore if we do not need to act instead of raising an exception

it also removes a line of code that was creating issues on channel removal: #488

v2.11.11-next.5

Toggle v2.11.11-next.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add isows (#485)

* fix: add isows

* fix tests

* fix error event

v2.11.11-next.4

Toggle v2.11.11-next.4's commit message
fix: move deno first

v2.11.11-next.3

Toggle v2.11.11-next.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: leavePush timer leaked (#483)

0