Skip to content

Commit

Permalink
Update CHANGES, VERSION, and NEWS for v2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed May 19, 2023
1 parent bc0205c commit f672ef2
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.5.0 | 2023-05-19 09:04:08 -0700

* Update CHANGES, VERSION, and NEWS for v2.5.0 release (Tim Wojtulewicz)

2.5.0-dev.59 | 2023-02-01 15:33:14 -0700

* Bump pybind11 to version 2.10.3 (Tim Wojtulewicz, Corelight)
Expand Down
43 changes: 43 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
Broker 2.5.0
============

- Add interface include dirs to broker lib targets

- Minimize messaging in sim_clock::advance_time

- Update CAF submodule for SPCP buffer fix

- Fix handling of peer/client errors

- Implement graceful disconnect handshake

- Add ``synchronous``, ``journal_mode``, ``failure_mode``, and
``integrity_check`` options to the SQLite store backend.

- Fix to use IPv6 mode for accept sockets by default

- Add support for using Zeek-style port/protocol notation as arguments

- Add support for building with GCC 13.

Broker 2.4.0
============

- Fix CMake package file when bundling CAF (Dominik Charousset, Corelight)

- 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.

- Fix a bug that prevented Broker nodes to recover from OpenSSL errors.

- Fix handling of buffer sizes that caused Broker to stall despite having
sufficient capacity.

- Add missing error signaling

- Fix communication between Broker data stores.

Broker 2.3.0
============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0-dev.59
2.5.0
2 changes: 1 addition & 1 deletion include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using type = unsigned;
constexpr type major = 2;
constexpr type minor = 5;
constexpr type patch = 0;
constexpr auto suffix = "-dev";
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit f672ef2

Please sign in to comment.