AMQP 消息服务器 RabbitMQ 3.7.3 已发布,该版本包含一些可用性改进、错误修复和功能增强。 升级和兼容性 此版本与早期的3.7.x版本没有已知的不兼容性。 更新内容 Core Server Bug 修复 Logging to amq.rabbitmq.log exchange is available again as a logging mechanism. Note that the user must opt-in by setting log.exchange = true in the config file. GitHub issue: rabbitmq-server#1456 During node boot, the logger will temporarily accept a much higher maximum rate so that no messages are dropped. GitHub issue: rabbitmq-server#1471 Plugin activation could hang if a plugin's channel interceptor failed to activate with an exception. GitHub issue: rabbitmq-server#1477 During node boot, virtual host that are not yet initialised could be queried for status, which resulted in log noise. GitHub issue: rabbitmq-server#1472
增强管理插件 Bug 修复 Definition import now stores global parameters in a way that the MQTT plugin expects. GitHub issue: rabbitmq-management#528 User update form now successfully updates tags for passwordless users (or if the password is cleared at the same time). GitHub issue: rabbitmq-management#533
增强 LDAP AuthN/AuthZ 后端插件 Bug 修复 Peer Discovery Consul 插件 When a node registers with Consul it will now set its initial health check status to passing . Previously the node would be in the critical state until it first reported its health for the first time (in 15 seconds with default settings), which could prevent its peers from discovering it. Kudos to @andersenleo for investigating this issue and recommending a solution. GitHub issue: rabbitmq-peer-discovery-consul#8
CLI 工具 Bug 修复 源码下载:https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.3 |