RabbitMQ 3.6.2 milestone4 发布了。
更新内容:
1.服务器
Bug 修复
略
功能改进
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-date
GitHub 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 node
GitHub issue: rabbitmq-server#398
Automatic restart policy enabled for Windows service
GitHub issue: rabbitmq-server#645
Default number of async I/O VM threads is now calculated based on the
number of available CPU cores
GitHub issue: rabbitmq-server#151
rabbitmqctl list_queues now supports new flags, --offline and --online, that limit
result to only unavailable or available queues (queue masters, to be more precise)
Contributed by Alexey Lebedeff (Mirantis).
GitHub issue: rabbitmq-server#688
RabbitMQ will no longer log a warning about disabled kernel polling on Windows
The runtime does not support kernel polling (I/O completion ports) on Windows,
so there is nothing the user can do about it.
GitHub issue: rabbitmq-server#695
2.管理插件
Bug 修复
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 issues: rabbitmq-management#41,
rabbitmq-management#166,
rabbitmq-management#173
Clients now can provide a human-readable connection name that will be displayed
in the management UI. Currently Java, .NET and Erlang clients support this.
In order to use this feature, set the connection_name key in client properties.
Note that this name doesn't have to be unique and cannot be used as a connection identifier,
for example, in HTTP API requests.
GitHub issues: rabbitmq-server#104
HTTPS related improvements in rabbitmqadmin.
GitHub issues: rabbitmq-management#152, rabbitmq-management#151, rabbitmq-management#149.
Policies now can be listed (read) by the users tagged with management and monitoring
As well as those tagged with policymaker and administrator, of course.
GitHub issue: rabbitmq-management#156
Effective rates mode is now displayed for cluster nodes by default
GitHub issue: rabbitmq-management#177
软件详情:https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_2_milestone4
下载地址:https://github.com/rabbitmq/rabbitmq-server/archive/rabbitmq_v3_6_2_milestone4.tar.gz
来自:开源中国社区

