-
Fix the PostgreSQL subscription adapter dropping broadcasts to long multibyte stream names.
PostgreSQL identifiers are limited to 63 bytes, and the adapter hashes any name over that limit to avoid silent truncation. The length check was done on character count rather than byte size, so a multibyte stream name with 63 or fewer characters but more than 63 bytes was silently truncated by PostgreSQL.
Kenta Ishizaki
- No changes.
- No changes.
- No changes.
-
Fixed compatibility with
redisgem5.4.1Jean Boussier
-
Fixed a possible race condition in
stream_from.OuYangJinTing
- No changes.
- No changes.
-
Ensure the Postgresql adapter always use a dedicated connection even during system tests.
Fix an issue with the Action Cable Postgresql adapter causing deadlock or various weird pg client error during system tests.
Jean Boussier
- No changes.
- No changes.
- No changes.
- No changes.
-
Add an
identifierto the event payload for the ActiveSupport::Notificationtransmit_subscription_confirmation.action_cableandtransmit_subscription_rejection.action_cable.Keith Schacht
Please check 7-2-stable for previous changes.