Skip to content

Tags: supabase/realtime

Tags

v2.41.22

Toggle v2.41.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update postgrex to 0.20.0 (#1474)

v2.41.21

Toggle v2.41.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: realtime channel error cases (#1472)

* fix: realtime channel error cases

Also:

* Don't reset Authorization policies on :confirm_token
* Avoid resetting Authorization policies twice on new "access_token"
* New access token was not being passed to authorization_context
* Capture Connect RPC errors

v2.41.20

Toggle v2.41.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: move invalid jwt log to warning level (#1490)

v2.41.19

Toggle v2.41.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ignore hidden nodes when collecting distributed metrics & fix ge…

…n_rpc server metrics (#1489)

v2.41.18

Toggle v2.41.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: move rate limit message to happen inside the RateCounter (#1487)

v2.41.17

Toggle v2.41.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use libcluster_postgres (#1485)

This also ensures that the cookie is used as channel_name

v2.41.16

Toggle v2.41.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: avoid matching on typ as it's optional (#1488)

v2.41.15

Toggle v2.41.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: avoid touching the ETS table when counter is 0 (#1483)

v2.41.14

Toggle v2.41.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: account for gen_rpc server connections (#1482)

v2.41.13

Toggle v2.41.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: syn conflict resolution (#1481)

* fix: rewrite SynHandler to pick the oldest process on conflicts

We try to keep the oldest process. If the time they were registered is exactly the same we use
their node names to decide.

The most important part is that both nodes must 100% of the time agree on the decision

Also refactored Clustered to allow for a peer to be started without
automatically connecting to the main node.

Also ensure process is killed even if exits are trapped