Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@timwoj timwoj released this 13 Jun 00:00
· 150 commits to master since this release
  • Add new feature that allows users to retrieve a status report about the
    current state of Broker over HTTP in JSON format. This report gives a more
    detailed picture than the metrics do, including information about attached
    stores, the current connection state of a cluster, and more. The endpoint for
    retrieving this report is /v1/status/json on the same port used for
    metrics.

  • Fix a regression where the endpoint::peers() method was always returning a
    status of connected for all peers. This is most noticeable with zeekctl
    when collecting and printing peer statuses.

  • Force static builds with the bundled version of CAF to ensure that all of the
    dependencies between the various CAF targets are met.

  • Fix handling of fragmented WebSocket frames