内容简介:RabbitMQ 3.7.8 发布了,这是一个维护版本,侧重于错误修复并进一步提高了 Erlang/OTP 21 的兼容性。更新如下:GitHub issue:
RabbitMQ 3.7.8 发布了,这是一个维护版本,侧重于错误修复并进一步提高了 Erlang/OTP 21 的兼容性。
更新如下:
Core Server
Bug Fixes
-
Virtual host (specifically binding) recovery has been optimized.
GitHub issue: rabbitmq/rabbitmq-server#1650
-
A binding removal optimization was reverted because it could result in custom exchange type state not cleaned up
as plugin authors intended.
GitHub issue: rabbitmq-server#1691
-
A queue sync operation now can be cancelled when a resource alarm is in effect on the receiving node.
GitHub issue: rabbitmq/rabbitmq-server#1636
-
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.
GitHub issue: rabbitmq/rabbitmq-server#1659
-
More idempotent binding removal.
When transactions that removed bindings were rolled back and retried, the code
that performed the deletion could fail with a misleading assertion failure,
{error, not_found}.GitHub issue: rabbitmq-server#1689
-
A resource alarm triggered during boot could prevent node from starting.
GitHub issue: rabbitmq/rabbitmq-server#1644
-
Environments with high queue or channel churn could run into an exception in local process group.
GitHub issue: rabbitmq/rabbitmq-server#1699
-
Priority queues no longer fail with an exception when used together with other
rabbit_backing_queue
behaviour implementations.Contributed by Matteo Cafasso.
GitHub issue: rabbitmq-server#1669
-
Syslog configuration parameters could be rejected by config validator.
GitHub issue: rabbitmq/rabbitmq-server#1639
-
rabbitmq-echopid.batnow loadsrabbitmq-env.batcorrectly.GitHub issue: rabbitmq/rabbitmq-server#1642
Enhancements
-
Improved config file validation and loading. For example,
advanced.confignow can be usedwithout the main
rabbitmq.confconfig file.GitHub issue: rabbitmq-server#1671
-
On Erlang/OTP 21 Syslog server now can be configured using a hostname (not just an IP address).
GitHub issue: rabbitmq/rabbitmq-server#1658
-
rabbitmqctl rename_cluster_nodedocumentation improvements.GitHub issue: rabbitmq/rabbitmq-server#1641
CLI Tools
Bug Fixes
-
Policies were unintentionally excluded from
rabbitmqctl reportoutput.Contributed by Ayanda Dube.
GitHub issue: rabbitmq/rabbitmq-cli#256
-
Global parameters were unintentionally excluded from
rabbitmqctl reportoutput.GitHub issue: rabbitmq-cli#258
Management Plugin
Bug Fixes
-
Virtual host imported from definitions or created via HTTP API will explicitly await for the vhost to initialise
on all cluster nodes. This change was previously scheduled for
3.7.6but was only partially applied (didn't haveany effect on HTTP API clients).
GitHub issues: rabbitmq/rabbitmq-management#575 , rabbitmq/rabbitmq-management#591
-
HTTP API connection endpoints returned a duplicate key,
node.GitHub issue: rabbitmq-management#601
-
Response compression wasn't enabled by default for compatible clients.
-
Failed login error message now clears automatically after successful login.
GitHub issue: rabbitmq/rabbitmq-management#609
Enhancements
-
Cowboy listener settings now can be configured using new style config file.
GitHub issue: rabbitmq-management#596
-
Cowboy timeouts now can be configured.
GitHub issues: rabbitmq/rabbitmq-management#594
-
rabbitmqadminnow supports a new argument,--request-timeout.GitHub issue: rabbitmq/rabbitmq-management#593
-
Switching sections will now scroll to the top of the newly rendered page.
GitHub issue: rabbitmq/rabbitmq-management#590
Consistent Hashing Exchange Plugin
Enhancements
-
Message distribution uniformity has been significantly improved. Jump Consistent Hash is now used for
the hashing function.
GitHub issue: rabbitmq-consistent-hash-exchange#37
STOMP Plugin
Bug Fixes
-
Nodes experiencing very high connection churn could run out of Erlang processes.
GitHub issues: rabbitmq/rabbitmq-stomp#125 , rabbitmq/rabbitmq-server#1640
Web STOMP Plugin
Enhancements
-
WebSocket endpoint path is now configurable.
GitHub issue: rabbitmq-web-stomp#86
MQTT Plugin
-
Session presence flag was always set to
trueregardless of the state of client connection session.GitHub issue: rabbitmq-mqtt#163
Web MQTT Plugin
Enhancements
-
WebSocket endpoint path is now configurable.
Contributed by Thomas Sauzeau.
GitHub issue: rabbitmq-web-mqtt#30
Shovel Plugin
Bug Fixes
-
The plugin could try to try to forward messages consumed from the source before receiving
credit from the AMQP 1.0 destination.
GitHub issue: rabbitmq-shovel#44
Enhancements
-
sasl=plainis now added to connection URIs if no other mechanism is specified explicitlyby the user.
GitHub issue: rabbitmq-amqp1.0-client#10
-
TLS version for AMQP 1.0 endpoints now can be configured via a connection URI query parameter.
GitHub issue: rabbitmq-amqp1.0-client#19
-
Specifying a port without a hostname in connection URI is now considered
to be an unsupported combination and will throw an error.
GitHub issue: rabbitmq-erlang-client#107
Federation Plugin
Bug Fixes
-
Improved OTP release handling compatibility.
Contributed by Ayanda Dube.
GitHub issue: rabbitmq/rabbitmq-federation#78
Enhancements
-
Link initialization optimizations.
Contributed by Ayanda Dube.
GitHub issues: rabbitmq/rabbitmq-federation#79 , rabbitmq/rabbitmq-federation#80
-
Specifying a port without a hostname in connection URI is now considered
to be an unsupported combination and will throw an error.
GitHub issue: rabbitmq-erlang-client#107
Peer Discovery Etcd Plugin
Bug Fixes
-
Node name is now correctly extracted from the keys returned by
etcd even when key prefix includes slashes.
GitHub issue: rabbitmq-peer-discovery-etcd#14
Debian Package
Bug Fixes
-
Package installation scripts will make sure that the
/etc/rabbitmqdirectory is readable.GitHub issue: rabbitmq-server-release#72
RPM Package
Bug Fixes
-
Package installation scripts will make sure that the
/etc/rabbitmqdirectory is readable.GitHub issue: rabbitmq-server-release#72
-
If
rabbitmq-pluginsis invoked before first server start, Erlang cookie permissions willbe correctly set to those of the RabbitMQ user and group (currently
rabbitmq).GitHub issue: rabbitmq-server-release#85
Event Exchange Plugin
Bug Fixes
-
amq.rabbitmq.eventexchange is now deleted when plugin is disabled.GitHub issue: rabbitmq-event-exchange#33
Enhancements
-
The plugin now can be configured using new style config file:
rabbitmq_event_exchange.vhost = audit
GitHub issue: rabbitmq-event-exchange#31
Tracing Plugin
Enhancements
-
It is now possible to set up a tracer on any cluster node via management UI and HTTP API.
GitHub issue: rabbitmq/rabbitmq-tracing#24
-
Tracer connection credentials now can be specified via the management UI and HTTP API.
GitHub issue: rabbitmq/rabbitmq-tracing#25
AMQP 1.0 Erlang Client
Enhancements
-
sasl=plainis now added to connection URIs if no other mechanism is specified explicitlyby the user.
GitHub issue: rabbitmq-amqp1.0-client#10
-
hostnameconnection parameter will now be set to the value of theaddressparameter for improvedcompatibility with AMQP 1.0 implementations (e.g. Azure ServiceBus) that expect it to be set.
GitHub issue: rabbitmq-amqp1.0-client#1
-
TLS version now can be configured via a connection URI query parameter.
GitHub issue: rabbitmq-amqp1.0-client#19
AMQP 0-9-1 Erlang Client
Enhancements
-
Specifying a port without a hostname in connection URI is now considered
to be an unsupported combination and will throw an error.
GitHub issue: rabbitmq-erlang-client#107
下载地址:
以上所述就是小编给大家介绍的《RabbitMQ 3.7.8 发布,Erlang 的 AMQP 开源实现》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 优秀开源框架的扩展机制实现
- 手写NSCache及开源实现的分析
- 开源:如何实现一个 iOS AOP 框架?
- 经典开源代码分析——Leveldb高效存储实现
- OpenLDAP 2.4.46 发布,开源 LDAP 实现
- 微服务网关-Kong开源实现(7.30)
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
微信小程序入门指南
知晓程序 / 电子工业出版社 / 2017-6-1 / 49
《知晓程序:微信小程序入门指南》是一本分析小程序生态、解读小程序产品设计与开发的入门图书。全书共 9 章,全面讲解了小程序的基本知识、大家如何看待小程序、小程序对行业的影响、小程序对开发者的影响、小程序对用户的影响、开发小程序需要的准备工作等内容,并深入解读了小程序的官方文档。 读者在阅读《知晓程序:微信小程序入门指南》之后可以清楚小程序与订阅号、服务号的区别,了解小程序适用的场景,认识小程......一起来看看 《微信小程序入门指南》 这本书的介绍吧!