RabbitMQ 3.7.8 RC3 发布,Erlang 的 AMQP 开源实现

RabbitMQ 3.7.8 RC3 发布了,这是一个维护版本,侧重于 bug 修复和进一步提高 Erlang/OTP 21 的兼容性,由于 RabbitMQ 3.7.7 之前版本的 CLI 工具无法在 Erlang 21 中工作,因此必须在升级 Erlang 之前先升级 RabbitMQ。

更新如下:

Core Server

Bug Fixes

  • Virtual host (specifically binding) recovery has been optimized.

  • A queue sync operation now can becancelledwhen a resource alarm is in effect on the receiving node.

  • Inter-node communication port (a.k.a. distribution port) unintentionally used an excessively large
    buffer size (1.2 GB instead of 128 MB). Kudos to Chris Friesen for noticing and reporting this.

  • A resource alarm triggered during boot could preventnodefrom starting.

  • Syslog configuration parameters could be rejected by config validator.

  • rabbitmq-echopid.bat nowloads rabbitmq-env.bat correctly.

Enhancements

  • On Erlang/OTP 21 Syslog server now can be configured using a hostname (not just an IP address).

  • rabbitmqctl rename_cluster_node documentation improvements.

CLI Tools

Bug Fixes

  • Policies were unintentionally excludedfrom rabbitmqctl report output.

Management Plugin

Bug Fixes

  • Virtual host imported from definitions or created via HTTP API will explicitlyawaitfor thevhosttoinitialise
    on all cluster nodes. This change was previously scheduled for 3.7.6 but was only partially applied (didn't have
    any effect on HTTP API clients).

  • HTTP API connection endpoints returned a duplicate key, node.

Enhancements

  • Cowboy timeouts now can be configured.

  • rabbitmqadmin now supports a new argument, --request-timeout.

  • Switching sections will now scroll to the top of the newly rendered page.

STOMP Plugin

Bug Fixes

  • Nodes experiencing very high connection churn could run out of Erlang processes.

Federation Plugin

Bug Fixes

  • Improved OTPreleasehandling compatibility.

Enhancements

  • Link initialization optimizations.

Tracing Plugin

Enhancements

  • It is now possible to set up a tracer on any cluster node via management UI and HTTP API.

  • Tracer connection credentials now can be specified via the management UI and HTTP API.

发布公告

下载地址:

猜你喜欢

转载自www.oschina.net/news/98770/rabbitmq-3-7-8-rc3-released