Skip to content

Tags: supabase/realtime

Tags

v2.32.12

Toggle v2.32.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: include Channel topic in authz error (#1158)

v2.32.11

Toggle v2.32.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Small code improvement on Postgres Replication (#1157)

v2.32.10

Toggle v2.32.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add claim value to error log (#1155)

v2.32.9

Toggle v2.32.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Improve logging for syn initialization (#1153)

v2.32.8

Toggle v2.32.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Improve migration resiliency (#1152)

Currently we have migrations that are breaking for certain users, this improves the resiliency of said migrations. We also comment out the unlogged/logged as that is redudant

Also adds context to the logs when running migrations as those were missing at the moment.

v2.32.7

Toggle v2.32.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Shutdown Connect when migrations fail (#1151)

Currently we had an issue where Connect module was not shuting down properly leading to more and more connections to be created against the tenant database. Now we use reason :shutdown to enforce the process is killed.

Also the existing Listen/Notify approach will be deleted for a different approach to be built in the future.

v2.32.6

Toggle v2.32.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Use proper RPC timeouts (#1150)

v2.32.5

Toggle v2.32.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add new view to fetch process dumps (#1149)

v2.32.4

Toggle v2.32.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add more details to RPC errors & fix e2e (#1148)

* Adds more details on RPC errors
* Fixes e2e tests by focusing on primary key vs non primary key fields

v2.32.3

Toggle v2.32.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Allow filter on Delete operations (#1132)

Allows for users to apply filters to Delete operations on `postgres_changes`