Skip to content

Commit 9baa01c

Browse files
CvXSamSaffron
authored andcommitted
Release 4.0.0
1 parent db1a934 commit 9baa01c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
19
31-12-2021
210

311
- Version 3.4.0
412

5-
- 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
614

715
20-12-2021
816

lib/message_bus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MessageBus
4-
VERSION = "3.4.0"
4+
VERSION = "4.0.0"
55
end

0 commit comments

Comments
 (0)