RabbitMQ 3.6.2是一个维护版本,它的管理插件中包含了一个新的统计数据收集器。
服务器
漏洞修复:
-
Channel operations that time out no longer produce noisy crash reports in
RabbitMQ log filesGitHub issue: rabbitmq-common#63
-
Channel operation timeout default is bumped to 15 seconds
GitHub issue: rabbitmq-server/issues/667
-
Windows service will pick up RabbitMQ config file regardless of whether
it was present during service installationGitHub issue: rabbitmq-server#659
增强:
-
Connections now emit stats unconditionally when they are blocked and unblocked
by resource alarms. This makes management UI and HTTP API-reported data to be more up-to-dateGitHub issue: rabbitmq-server#679
-
New (node-local) health check command
rabbitmqctl node_health_check
is a new command that performs basic health check of a nodeGitHub issue: rabbitmq-server#398
-
Automatic restart policy enabled for Windows service
GitHub issue: rabbitmq-server#645
管理插件
漏洞修复:
-
Cluster name could be returned by HTTP API as a non-string value
GitHub issue: rabbitmq-management#143
增强:
-
Management plugin has a new, better parallelised event collector which is less likely to
fall behind.GitHub issue: rabbitmq-management#41
MQTT插件
增强:
-
Connections now emit stats unconditionally when they are blocked and unblocked
by resource alarms. This makes management UI and HTTP API-reported data to be more up-to-dateGitHub issue: rabbitmq-mqtt#71
漏洞修复:
-
Resource alarms are handled correctly by MQTT connections
GitHub issues: rabbitmq-mqtt#62
STOMP插件
增强:
-
Connections now emit stats unconditionally when they are blocked and unblocked
by resource alarms. This makes management UI and HTTP API-reported data to be more up-to-dateGitHub issue: rabbitmq-stomp#70
-
More connection details for STOMP connections reported to management UI
GitHub issue: rabbitmq-stomp#55
漏洞修复:
-
Resource alarms are handled correctly by STOMP connections
GitHub issues: rabbitmq-stomp#68,
rabbitmq-stomp#67
网页STOMP插件
漏洞修复:
-
More connection details for STOMP-over-WebSockets connections reported to management UI
GitHub issue: rabbitmq-web-stomp#45
网页MQTT插件
漏洞修复:
-
More connection details for MQTT-over-WebSockets connections reported to management UI
GitHub issue: rabbitmq-web-mqtt#3