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 df15dbe commit c1ed81dCopy full SHA for c1ed81d
CHANGELOG
@@ -1,4 +1,6 @@
1
-FUTURE
+14-09-2023
2
+
3
+- Version 4.3.8
4
5
- 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.
6
- FIX: Removes close_db_connection! deprecation warning.
lib/message_bus/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module MessageBus
- VERSION = "4.3.7"
+ VERSION = "4.3.8"
end
0 commit comments