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 db1a934 commit 9baa01cCopy full SHA for 9baa01c
CHANGELOG
@@ -1,8 +1,16 @@
1
+11-01-2022
2
+
3
+- Version 4.0.0
4
5
+ - DEV: Remove backend diagnostics
6
+ - DEV: Rename reliable_pub_sub to backend_instance
7
+ - FIX: `destroy` following `after_fork` could thread lock
8
9
31-12-2021
10
11
- Version 3.4.0
12
- - FEATURE: remove "suicide" feature from message_bus - (message_bus used to terminate process when keepalive exceeded)
13
+ - FEATURE: Remove process auto-termination on missed keepalives
14
15
20-12-2021
16
lib/message_bus/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module MessageBus
- VERSION = "3.4.0"
+ VERSION = "4.0.0"
end
0 commit comments