We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7ecee commit bcfacb6Copy full SHA for bcfacb6
CHANGELOG
@@ -1,6 +1,7 @@
1
FUTURE
2
3
- FIX: Use lowercase header names in `MessageBus::Rack::Middleware` for compatibility with Rack 3.x.
4
+ - FIX: Typo in `group_ids_lookup` option name in Redis params exclusion list that was preventing the use of the redis backend along with this option.
5
6
13-01-2023
7
lib/message_bus/backends/redis.rb
@@ -363,7 +363,7 @@ def new_redis_connection
363
:base_route,
364
:client_message_filters,
365
:site_id_lookup,
366
- :group_id_lookup,
+ :group_ids_lookup,
367
:user_id_lookup,
368
:transport_codec
369
].include?(k)
0 commit comments