aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
diff options
context:
space:
mode:
authorVladimir Dementyev <dementiev.vm@gmail.com>2019-02-14 13:59:10 -0500
committerJeremy Daer <jeremydaer@gmail.com>2019-02-14 16:22:03 -0800
commitc43c83984792ac546e7610c898cf9099cc1a2ee6 (patch)
treebac5a0974cde406e72fe6ee8e2bcb76827599da5 /actioncable/CHANGELOG.md
parent6183483fa13bb1cac7e32f64df568fc2f9fb9a6b (diff)
downloadrails-c43c83984792ac546e7610c898cf9099cc1a2ee6.tar.gz
rails-c43c83984792ac546e7610c898cf9099cc1a2ee6.tar.bz2
rails-c43c83984792ac546e7610c898cf9099cc1a2ee6.zip
feat: support channel_prefix in pg subscription adapter
Diffstat (limited to 'actioncable/CHANGELOG.md')
-rw-r--r--actioncable/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md
index 3ce35edbb8..600d4e130f 100644
--- a/actioncable/CHANGELOG.md
+++ b/actioncable/CHANGELOG.md
@@ -1,3 +1,9 @@
+* PostgreSQL subscription adapters now support `channel_prefix` option in cable.yml
+
+ Avoids channel name collisions when multiple apps use the same database for Action Cable.
+
+ *Vladimir Dementyev*
+
* Allow passing custom configuration to `ActionCable::Server::Base`.
You can now create a standalone Action Cable server with a custom configuration