- update to 3.6.16:
Bug fixes:
+ Queue master locator min-masters incorrectly calculated the number of masters.
+ Maximum supported number of queue priorities (255) is now enforced
Enhancements:
+ queue.delete operations will now force delete queues that don't have a promotable master
+ Lock contention in internal database is now much lower when a node with a lot of exclusive queues
shuts down or is otherwise considered to be unavailable by peers
+ Default max number of channels allowed on a connection (a.k.a. channel_max) has been lowered from 65535 to 2047.
The new default is much safer and will reduce the effect application channel leaks have on node resource consumption. This is a potentially breaking change.
OBS-URL: https://build.opensuse.org/request/show/634752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=38
Bug fixes:
+ Queue master locator min-masters incorrectly calculated the number of masters.
+ Maximum supported number of queue priorities (255) is now enforced
Enhancements:
+ queue.delete operations will now force delete queues that don't have a promotable master
+ Lock contention in internal database is now much lower when a node with a lot of exclusive queues
shuts down or is otherwise considered to be unavailable by peers
+ Default max number of channels allowed on a connection (a.k.a. channel_max) has been lowered from 65535 to 2047.
The new default is much safer and will reduce the effect application channel leaks have on node resource consumption. This is a potentially breaking change.
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=93
- update to 3.6.11:
* packaging: package-rpm-suse is an alias for package-rpm-opensuse
* Makefile: Move plugins list to `plugins.mk`
* Include rabbitmq_web_mqtt into the distribution
* Log rabbitmqctl's output on failure
* Makefile: Set default `broker_version_requirements`
* packaging/windows: Allow to override `PRODUCTVERSION`
* debian/control: Revert the use of ${misc:Depends}
* packaging: Add scripts for format RabbitMQ version to match package constarints
* Commit Debian and RPM changelogs
* debian/control: Use ${misc:Depends} instead of hard-coding dependencies
* Fix HA OCF script
* Makefile: Store the plugins list in the source archive
* plugins.mk: The list is overriden by the server-release Concourse pipeline
* Makefile: Use PROJECT_DESCRIPTION in git-revisions.txt
* packaging/RPMS: Simplify the Makefile wrapping dpkg-buildpackage(1)
* Makefile: Sync exclusion list with rabbitmq-erlang-client
* OCF RA: accept 1 as valid exit code from "rabbitmqctl status"
* Ignore .envrc files
* upgrade/Makefile: Remove trailing space
* standalone/src/rabbit_release.erl: Copy `escript` directory to the archive
* packaging/standalone: Remove the source `rabbit.rel` file
* Commit .deb and .rpm change logs
* OCF RA: Don't hardcode primitive name in rabbitmq-server-ha.ocf
* Makefile: Use $(PROJECT_VERSION) instead of $(VERSION)
* debian/control: Add version restriction on erlang-dev and esl-erlang
* Commit 3.6.9 package change logs
* packaging/standalone: Fix path to the source `rabbit.rel` file
* Configure shortcuts to run as admin.
* Debian package: No need to pass $(VERSION) around in debian/rules
OBS-URL: https://build.opensuse.org/request/show/518334
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=78
- Stop shipping rabbitmq-server OCF resource agent as source file
while it's included in the upstream tarball. Add patches for code
that was specific to our variant; they now got upstreamed, but
are not in this version of rabbitmq yet: pull-request-20.patch
and pull-request-21.patch.
- Also package the rabbitmq-server-ha OCF resource agent as it
seems to be more appropriate for clustering. Add upstream fixes
for making it more solid: pull-request-24.patch and
pull-request-25.patch.
- Ship an example of /etc/rabbitmq/rabbitmq-env.conf, as this is
useful indication. It only contains commented examples, based on
what the Debian package is doing.
OBS-URL: https://build.opensuse.org/request/show/485761
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=76
- Cleanup file list and prepare merging the plugins package into
the main package:
- No longer create parts of the filelist in %install
- Only exclude the plugins starting with rabbitmq_* and not all
files in the plugin dir. Some of the files are basic libraries
needed to even launch rabbitmq. (boo#1025442)
- in the tmpfiles.d file: make the directory group owned
- own the run dir in the non systemd case
OBS-URL: https://build.opensuse.org/request/show/457424
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=74
- IMPORTANT CHANGE
Require the epmd service instead of running our own version as
rabbitmq user.
This requires that you configure epmd to listen on more
interfaces than just 127.0.0.1.
For non systemd based distributions you can set EPMD_ADDRESSES in
/etc/sysconfing/erlang.
For systemd based distributions please follow
/usr/share/doc/packages/erlang/README.SUSE
IMPORTANT CHANGE
This change is also documented in
/usr/share/doc/packages/rabbitmq-server/README.SUSE
OBS-URL: https://build.opensuse.org/request/show/455065
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=71