Accepting request 891264 from home:susnux:branches:network:messaging:amqp
Update to RabbitMQ 3.8.15 OBS-URL: https://build.opensuse.org/request/show/891264 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=161
This commit is contained in:
parent
bd9f2b4af1
commit
7f4a5c948e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:829fc6567d1726c9c257b92a1aafea8395540cff787857d3765dfb406b04d13e
|
||||
size 3189984
|
3
rabbitmq-server-3.8.15.tar.xz
Normal file
3
rabbitmq-server-3.8.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efd37c929a0ef13af86905c42c57a226e432e6a25bbdc44ed9414fcfd1709599
|
||||
size 3196524
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 10:29:26 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to RabbitMQ 3.8.15
|
||||
* Fixed quorum queues did not take snapshots as frequently as they
|
||||
are expected to with some configurations.
|
||||
* Fixed quorum queue name was unintentionally limited: the length
|
||||
of virtual host and actual queue name was limited to 254 characters
|
||||
* Fixed deleting a quorum queue would leave some of its internal
|
||||
metrics data around.
|
||||
* Client destination address is now obtained w.r.t. the Proxy
|
||||
protocol settings.
|
||||
* Full changes:
|
||||
https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.15
|
||||
- Update to RabbitMQ 3.8.14
|
||||
* Fixed direct reply-to failed witn an exception on Erlang 22.3
|
||||
- Update to RabbitMQ 3.8.13
|
||||
* Fixed nodes that had an unusually long name could overflow
|
||||
message property lengths with the direct reply-to identifier
|
||||
they generated.
|
||||
- Update to RabbitMQ 3.8.12
|
||||
* Maintenance mode no longer transfers leaders of classic mirrored
|
||||
queue.
|
||||
* Exclusive queues that happen to be matched by classic queue
|
||||
mirroring policies will no longer be considered for rebalancing
|
||||
operations since they are not actually mirrored
|
||||
* Default replica count for quorum queues was using an incorrect
|
||||
configuration key name. The default value is now 3, so in a
|
||||
cluster of five or seven nodes, only three will host replicas
|
||||
for newly declared quorum queues.
|
||||
* Default runtime busy waiting settings were changed to none by
|
||||
default, which reduces CPU footprint on nodes that are mostly idle.
|
||||
* Definition import now imports runtime parameters after exchanges,
|
||||
queues, and bindings to reduce the likelihood of starting dynamic
|
||||
Shovels from racing with topology imports.
|
||||
* Fixed memory monitor could run into an exception if queried very
|
||||
early on node boot before it was fully initialized.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 4 03:15:39 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
%define _make_args DESTDIR="%{buildroot}" PREFIX="%{_prefix}" RMQ_ROOTDIR=%{_rabbit_libdir} RMQ_ERLAPP_DIR=%{_rabbit_erllibdir} MAN_INSTALL_PATH="%{_mandir}" DOC_INSTALL_DIR=%{buildroot}/%{_docdir} VERSION=%{version} V=1
|
||||
|
||||
Name: rabbitmq-server
|
||||
Version: 3.8.11
|
||||
Version: 3.8.15
|
||||
Release: 0
|
||||
Summary: A message broker supporting AMQP, STOMP and MQTT
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user