Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Nov 8, 2022
1 parent d860d9c commit dd93597
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.3.4 | 2022-11-02 08:20:10 -0700

* Release 2.3.4.

* Fix messaging between clone and proxy (Dominik Charousset, Corelight)

2.3.3-1 | 2022-10-06 11:48:12 -0700

* Performance improvements (Dominik Charousset, Corelight)
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Broker 2.3.4
============

- Fix a performance bottleneck in Broker-internal caching.

- Improve performance with the ``stealing`` scheduler policy.

- Fix messaging between clones and proxies that was resulting in an error
message being reported.

Broker 2.3.3
============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3-1
2.3.4
4 changes: 2 additions & 2 deletions include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ using type = unsigned;

constexpr type major = 2;
constexpr type minor = 3;
constexpr type patch = 3;
constexpr auto suffix = "-1";
constexpr type patch = 4;
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit dd93597

Please sign in to comment.