Path to this page:
Subject: CVS commit: pkgsrc/net/rabbitmq
From: Adam Ciarcinski
Date: 2024-02-22 23:56:08
Message id: 20240222225608.8B4BAF9F4@cvs.NetBSD.org
Log Message:
rabbitmq: updated to 3.12.13
RabbitMQ 3.12.13
Core Broker
Bug Fixes
When a channel is closed, its consumer metric samples will now be cleared differently
depending on the number of them. In 9356, it was over optimized for the uncommon \
case with
a very large number of consumers per channel, hurting the baseline case with one \
or a few consumers
per channel.
In part contributed by @SimonUnge (AWS).
CLI Tools
Enhancement
CLI tool startup time was reduced.
Bug Fixes
JSON output formatter now avoids ANSI escape sequences.
Contributed by @ariel-anieli.
ANSI escape sequences are no longer used on Windows.
Contributed by @ariel-anieli.
Stream Plugin
Bug Fixes
If a stream publisher cannot be set up, a clearer message will be logged.
Management Plugin
Bug Fixes
GET /api/nodes/{name} failed with a 500 when called with a non-existed node name.
Federation Plugin
Bug Fixes
Upstream node shutdown could produce a scary looking exception in the log.
Exchange federation links could run into an exception.
Contributed by @gomoripeti (CloudAMQP).
Dependency Changes
cowboy was updated to 2.11.0
Files: