- Update to 3.11.1
* Highlights
Khepri now can be used as an alternative schema data store in RabbitMQ, replacing Mnesia
MQTTv5 support
Support for consumer-side stream filtering
A new common message container format used internally, based on the AMQP 1.0 message format
Improved classic non-mirrored queue performance with message sizes larger than
4 KiB (or a different customized CQ index embedding threshold)
Classic queues storage implementation version 2 (CQv2) is now highly recommended for all new deployments.
CQv2 meaningfully improves performance of non-mirrored classic queues for most workloads
* Fixes bsc#1222591
OBS-URL: https://build.opensuse.org/request/show/1167973
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=205
* Quorum queue declared when one of cluster nodes was down
could trigger connection exceptions.
* Avoids a rare exception that could stop TCP socket writes on
a client connection.
* `queue_deleted` and `queue_created` internal events now
include queue type as a module name, and not an inconsistent
(with the other queue and stream types) value `classic`.
* Definition files that are virtual host-specific cannot be
imported on boot. Such files will now be detected early and
the import process will terminate after logging a more
informative message.
* Several AMQP 1.0 application properties are now more
correctly converted to AMQP 0-9-1 headers by
cross-protocol Shovels.
* The priority property now populates an AMQP 1.0 header with
the same name, per AMQP 1.0 spec.
* Metric label values now escape certain non-ASCII characters.
* Avoids an exception when an MQTT client that used a QoS 0
subscription reconnects and its original connection node
is down.
* Avoids an exception when an MQTT client connection was force-
closed via the HTTP API.
* Certain CLI commands could not be run in a shell script loop,
unless the script explicitly redirected standard input.
* `rabbitmq-diagnostics cluster_status` now responds much
quicker when a cluster node has gone down, were shut down,
or otherwise has become unreachable by the rest of the cluster.
* Reverted a change to `DELETE /api/queues/{vhost}/{name}` that
allowed removal of exclusive queues and introduced
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=201
* Avoids two Shovels being started after an upgrade from 3.12.6
or older versions.
* When a topic permission was deleted, an internal event of type
permission.deleted was emitted in some cases, instead of
topic.permission.deleted.
* Shovels on 3.12.8 nodes failed during a rolling cluster upgrade
due to internal identifier format changes.
* Avoids an unnecessary warning in the logs.
* avoids a potential exception in the autoheal partition handler.
* raft.segment_max_entries is now validated to prevent the value
from overflowing its 16-bit segment file field. Maximum
supported value is now 65535.
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=199
* Stream replication connections configured to use exclusively
TLSv1.3 failed.
* On startup, stream replicas will handle one more potential
case of segment file corruption after an unclean shutdown.
* `default_policies.*.queue_pattern` definition in
`rabbitmq.conf` was incorrectly parsed.
* Avoid log noise when inter-node connections frequently fail
and recover.
* Optimized stream index scans. Longer scans could result in
some replicas stopping with a timeout.
* Classic queue storage version is now a supported key for
operator policies.
* Queue length limit overflow behavior now can be configured
via operator policies.
* Several `list_stream_*` commands (available via both
`rabbitmq-diagnostics` and `rabbitmq-streams`) commands now
can display replica node in addition to other fields.
* `rabbitmqctl add_user` now can accept a pre-generated salted
password instead of a plain text password, both as a
positional argument and via standard input:
* Message consumption with the "Nack message, requeue: true"
option did not actually requeue deliveries.
* HTTP API request body size is now limited to 10 MiB by
default.
* Two endpoints, one that accepts messages for publishing
(note: publishing over the HTTP API is greatly discouraged)
* and another for definition import,
* will now reject larger transfers with a `400 Bad Request`
response.
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=197
- Update to 3.12.0
* Optimizations for both quorum and classic queues: improved throughput,
lower throughput variability, lower latency, lower memory footprint
* More mature and efficient implementation of (non-mirrored) classic
queues v2 (CQv2)
* Classic queue lazy and non-lazy modes no longer apply: classic
queues v2 always behave very similarly
* to the lazy mode in earlier release series: moving data to disk
aggressively and only keeping a subset of data in memory
* Significantly reduced MQTT and Web MQTT memory footprint per connection
* OAuth 2, OIDC, IDP support
* Even more configurability of the OAuth 2 plugin
- More bugfixes and enhancements:
https://www.rabbitmq.com/changelog.html
OBS-URL: https://build.opensuse.org/request/show/1090948
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=193
- Update to 3.11.3
+ Core Server
* Stream unsubscription leaked metric counters.
* Stream could become unavailable in certain node or network
failure scenarios.
* It is now possible to pre-configure virtual host limits for
groups of virtual hosts.
* Quorum queue replicas no longer try to contact their unreachable
peers for metrics.
+ CLI Tools
* rabbitmq-diagnostics status now handles server responses where
free disk space is not yet computed.
* All enabled (explicitly or as a dependency) plugins are scanned.
* rabbitmq-diagnostics memory_breakdown now returns results much
faster in environments with a large number of quorum queues.
OBS-URL: https://build.opensuse.org/request/show/1035474
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=191
- Update to version 3.10.10:
+ Core Server
* Partially reverts an unsafe inter-node communication
optimization that could affect classic mirrored queue
operation ordering.
* Classic mirrored queue leader replica issued to much credit
to follower replicas, resulting in an uneven load and
memory footprint between them.
* Intra-cluster communication link metric collector could run
into an exception when peer connection has just been
re-established, e.g. after a peer node restart.
+ MQTT Plugin
* When a node was put into maintenance mode, it closed all MQTT
client connections cluster-wide instead of just local client
connections.
- For updates between 3.10.5 and 3.10.9, please see
https://www.rabbitmq.com/changelog.html
OBS-URL: https://build.opensuse.org/request/show/1031341
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=189
- Update to 3.10.5
* Quorum queue could run into an exception when dead lettering a message
under certain conditions.
- Changes from 3.10.4
* Avoid seeding default user in old clusters that still use the deprecated
management.load_definitions option.
* Streams could run into an exception or fetch stale stream position
data in some scenarios.
* rabbitmqctl set_log_level did not have any effect on logging via
amq.rabbitmq.log
OBS-URL: https://build.opensuse.org/request/show/983566
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=187
- Update to 3.9.13
* Core Server Bug Fixes and Enhancements
- Disk space monitor now correctly parses output on (at least
some) systems where non-ASCII characters are used in paths.
- Stream leader election is now deterministic when cluster is
undergoing a rolling upgrade.
- Queue and binding definition import can be delayed until a
moment when at least N nodes (e.g. three) have joined the
cluster.
- Allow building with Elixir 1.13.x
* Support-Elixir-1.13.patch
* Elixir-1.13-OptionParser-no-longer-supports-atom-val.patch
OBS-URL: https://build.opensuse.org/request/show/955988
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=177
- Update to 3.9.7:
+ All Components
* All bytecode is now compiled using the +deterministic
compiler flag. This should eliminate the capture of some
irrelevant build environment attributes in produced
artifacts, improve consistency between builds, and reduce the
file level diff between release artifacts.
+ Core Server
* Enhancements
- Classic queue shutdown now uses a much higher timeout (up
to 10 minutes instead of 30 seconds).
- In environments with many queues (especially mirrored
queues) and many consumers this means that the chance of
queue indices rebuilding after node restart is now
substantially lower.
* Bug Fixes
- Quorum queues no longer leak memory and disk space when a
consumer is repeatedly added and cancelled on an empty
queue.
+ Prometheus Plugin
* Enhancements
- More configurability for metrics exposed via the Prometheus
endpoint.
+ Shovel Plugin
* Bug Fixes
- Shovel URIs could be logged with credentials in some
scenarios.
+ Dependency Upgrades
* observer_cli has been upgraded from 1.6.2 to 1.7.1
OBS-URL: https://build.opensuse.org/request/show/921339
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=171
- Update to 3.9.4:
* Bug fixes, see https://www.rabbitmq.com/changelog.html
- Major changes from 3.9.0:
* Streams: a new messaging abstraction complementary to queues
* Support for Erlang 24
* Kubernetes Cluster Operator and Messaging Topology Operator
* Minimum required Erlang version is now 23.2
- Fix spec file to align with gh#rabbitmq/rabbitmq-packaging/RPMS/Fedora/rabbitmq-server.spec.
- Update rabbitmq-server.service and rabbitmq-server.logrotate.
- Remove unused sources:
+ Already in source:
* advanced.config.example
* rabbitmq-script-wrapper
* rabbitmq.conf.example
* rabbitmq.config.example
+ Deprecated:
* rabbitmq-server.init
* rabbitmq-server.sysconfig
OBS-URL: https://build.opensuse.org/request/show/913505
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=166
- Update to 3.8.5
- RabbitMQ 3.8.5 is a maintenance release.
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.5
- RabbitMQ 3.8.5 is a maintenance release.
- This release requires Erlang/OTP 21.3 or later.
22.3 or 23.0 series is recommended.
- RabbitMQ 3.8.5 is an RabbitMQ 3.8.0 update
- Update to 3.8.4
- RabbitMQ 3.8.4 is a maintenance release.
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.4
- RabbitMQ 3.8.4 is a maintenance release.
- This release requires Erlang/OTP 21.3 or later.
22.3 or 23.0 series is recommended.
- This is the first release to officially support Erlang 23. Compared to 3.8.3, which
generally works as expected on Erlang 23, Prometheus monitoring plugin had to
be adapted to support a memory allocator metric format that has changed compared to
earlier Erlang releases.
There is one remaining known Erlang 23 incompatibility: rabbitmq-diagnostics observer will fail on Erlang 23.
This will be addressed in a future release.
The root cause is the same memory allocator metric change.
Provisioning Latest Erlang Releases explains
what package repositories and tools can be used to provision latest patch versions of Erlang 22.3.x
- RabbitMQ 3.8.4 is an RabbitMQ 3.8.0 update
OBS-URL: https://build.opensuse.org/request/show/819692
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=147
- Update to RabbitMQ version 3.7.23
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.23
- RabbitMQ 3.7.23 is a maintenance release that focuses on bug fixes.
- RabbitMQ 3.7.x series is supported through March 2020.
- Per the new Erlang version support policy in effect starting with January 2019,
this release no longer supports Erlang/OTP 20.3.
- Update to RabbitMQ version 3.7.22
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.22
- RabbitMQ 3.7.22 is a maintenance release that focuses on bug fixes.
- RabbitMQ 3.7.x series is supported through March 2020.
- Per the new Erlang version support policy in effect starting with January 2019,
this release no longer supports Erlang/OTP 20.3.
- Update to RabbitMQ version 3.7.21
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.21
- RabbitMQ 3.7.21 is a maintenance release that focuses on bug fixes.
- RabbitMQ 3.7.x series is supported through March 2020.
- Update to RabbitMQ version 3.7.20
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.20
- RabbitMQ 3.7.20 is a maintenance release that focuses on bug fixes.
- RabbitMQ 3.7.x series is supported through March 2020.
- Update to RabbitMQ version 3.7.19
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.19
- RabbitMQ 3.7.19 is a maintenance release that focuses on bug fixes.
- RabbitMQ 3.7.x series is supported through March 2020.
- Update to RabbitMQ version 3.7.18
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.18
- RabbitMQ 3.7.18 is a maintenance release. It focuses on bug fixes and internal
API changes that refine the common plugin API with the upcoming 3.8.0 version.
- Update to RabbitMQ version 3.7.17
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.17
- RabbitMQ 3.7.17 is a maintenance release. It focuses on bug fixes and upgrades
a JavaScript dependency in the management UI to patch three CVEs in that library.
- Update to RabbitMQ version 3.7.16
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.16
- RabbitMQ 3.7.16 is a maintenance release.
It focuses on bug fixes and minor usability improvements. Erlang/OTP Compatibility Notes
Per the new Erlang version support policy in effect starting with January 2019,
this release no longer supports Erlang/OTP 19.3.
Make sure a supported Erlang version is used before upgrading.
- Update to RabbitMQ version 3.7.15
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.15
- RabbitMQ 3.7.15 is a maintenance release. It focuses on bug fixes and
minor usability improvements. This release requires Erlang/OTP 20.3 or later.
It is also the first release to support Erlang 22.
- bsc#1130588: Require shadow instead of old pwdutils
- Update to RabbitMQ version 3.7.14
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.14
- RabbitMQ 3.7.14 is a maintenance release. It focuses on bug fixes and
minor usability improvements. This release requires Erlang/OTP 20.3 or later.
- Update to RabbitMQ version 3.7.13
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.13
- RabbitMQ 3.7.13 is a maintenance release. It focuses on bug fixes and
minor usability improvements. This release requires Erlang/OTP 20.3 or later.
- Update to RabbitMQ version 3.7.12
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.12
- RabbitMQ 3.7.12 is a maintenance release. It focuses on bug fixes and
minor usability improvements. This is the first release to require Erlang/OTP 20.3+.
- inet_dist_listen_min and inet_dist_listen_max were removed from new style configuration.
They wouldn't have any effect due to how configuration translation is performed.
Use advanced.config or the RABBITMQ_DIST_PORT env variable to configure inet_dist_listen_*
- Update to RabbitMQ version 3.7.11
- Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.11
- RabbitMQ 3.7.11 is a maintenance release. It focuses on bug fixes and
minor usability improvements. This is the first release to require Erlang/OTP 20.3+.
- Update to RabbitMQ version 3.7.10
- Requires erlang to 20.3, mandatory for RabbitMQ 3.7.10
see: https://www.rabbitmq.com/which-erlang.html
- Avoid name repetition in summary. Trim filler wording from
descriptions.
- add the 3.7.x command line tools
- switch to 3.7.x style rabbitmq-server.conf
- Remove sd_notify dependency and replace with socat as
followup to upstream change in
https://github.com/rabbitmq/rabbitmq-server/pull/666
- listen to localhost only by default to comply to the epmd.socket
which also only listens to localhost (bsc#1087270)
- Fix Source0 URL
- BuildRequire elixir
- Constrain required erlang versions:
https://www.rabbitmq.com/which-erlang.html (boo#1115169)
- Drop sysexists-in-ocf.patch: upstreamed
- Update to 3.7.9 (fate#322425, bsc#1115466)
- Changes for 3.7.9:
* Bug fixes
* Usability improvements
- Changes for 3.7.8:
* Bug fixes
* Usability improvements
- Changes for 3.7.7:
* Erlang 21 compatibility
* Bug fixes
* Usability improvements
- Changes for 3.7.6:
* Bug fixes
* Usability improvements
- Changes for 3.7.5:
* Bug fixes
* Usability improvements
- Changes for 3.7.4:
* Bug fixes
* Usability improvements
- Changes for 3.7.3:
* Bug fixes
* Usability improvements
- Changes for 3.7.2:
* Bug fix in the HTTP auth backend
- Changes for 3.7.1:
* Bug fixes
- Changes for 3.7.0:
* Minimum required Erlang version is now 19.3
* Automation-friendly cluster formation
* Distributed management plugin, including minor breaking HTTP API
changes.
* Simpler, ini-style configuration format
* Per-vhost limits
* Operator policies
* Topic-based authorisation
* Cross-protocol Shovel (currently supports AMQP 0.9.1 and AMQP 1.0)
* Command-line tools are extensible via plugins
* Message store multi-tenancy
* Proxy protocol support
* Web STOMP no longer supports WebSocket emulation
* Java and .NET client releases no longer track RabbitMQ server
releases
* .NET client now supports .NET Core.
* Management plugin extensions now must target Cowboy 2.0
* Java client for RabbitMQ HTTP API
- update config.template to use channel_max to 0 (old default,
mitigate breakage in 3.6.16 change)
- update to 3.6.16 (bsc#1109991):
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.
- Add sysexits-in-ocf.patch to handle new rabbitmqctl exit codes
(bsc#1093046)
- Add TasksMax=8192 to start on large machines (bsc#1094896)
- Update to 3.6.15:
+ Bug fixes:
- Avoid infinite loop when dropping entries in the GM.
- Various changes to the OCF scripts.
+ Enhancements:
- Internal authN backend will now prohibit logins with a blank
passwords.
+ Bug fixes in plugins.
- Remove ocf-pull-request-63.patch, ocf-pull-request-64.patch,
ocf-pull-request-66.patch: merged upstream.
- Add TimeoutStartSec=300 to rabbitmq-server.service as enabling
HiPE can make the startup take much longer (documentation says
"a few minutes").
- Add ocf-pull-request-63.patch and ocf-pull-request-64.patch:
fixes to avoid moving master unnecessarily, and to make start
notification handler more reliable.
- Add ocf-pull-request-66.patch: do not consider transient local
failures as failures of remote nodes.
- modified logrotate to use rabbitmqctl to force the creation of the
log file after logrotation
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
- update to 3.6.14:
* package/systemd bug fixes
* Usability improvements
* Bug fixes
- 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
* Makefile: Use a recursively expanded var for `RABBITMQ_VERSION`
* Add Travis tests for Pacemaker OCF RA cluster
* Makefile: Load rabbitmq-dist.mk before rabbitmq-run.mk
* packaging/debs/Debian/Makefile: Display Erlang version *after* installing it
* packaging/debs/Debian/scripts/udpate-changelog.sh: Show syntax
* packaging/standalone: Do not use NUL-separated filenames in manifest
* packaging/standalone: Copy `start_clean.boot` to bin driectory
* packaging: rpms: Add systemd support for openSUSE
* packaging/debs/Debian/Makefile: Install build dependencies
* packaging/RPMS: Fix SAVE_CHANGELOG handling
* Makefile: Call $(MAKE), not plain `make`
* packaging/*/rabbitmq-server.service: Wait for RabbitMQ to stop in ExecStop
* packaging/debs: Use make conditionals instead of Bourne shell ones
* packaging/debs: Derive GNUPGHOME from KEYSDIR
* Add chmod g+s to /etc/rabbitmq
* packaging/standalone: Remove temporary `expand` directory
* packaging/windows: Try to compute a valid default `PRODUCTVERSION`
* Enlist OCF_RESKEY_limit_nofile_default on comment
* Re-do #21
* Makefile: Exclude `/rabbit{,mq_cli}/escript/` from the source archive
* debian/control: Try with erlang-nox 1:16.b.3-3
* packaging/standalone: Use an intermediate file to list files to archive
* Makefile: Use an intermediate file to list files to put in the source archive
* Makefile: Use echo instead of printf
* debian/control: Depend on erlang-src
* Change to 2750
* Trigger a Travis build
* packaging: Log the version of Erlang used to compile packages
* Update erlang.mk
* packaging/debs/apt-repository/distributions: Add `arm64` architecture
* Require root or rabbitmq user for rabbitmq-plugins.
* Makefile: Remove more unneeded files from the source archive
* Update rabbitmq-components.mk
* Placeholder, remove later.
* packaging/windows: Bump copyright of the installer to 2017
* Manually backport #20, #21, #24, #25 by @vuntz and @aplanas to stable
* packaging/debs: Simplify the Makefile wrapping dpkg-buildpackage(1)
* plugins.mk: Sort list alphabetically
* Add write permissions to erl
* OCF RA: Add new limit_nofile parameter to rabbitmq-server OCF RA
* packaging/debs/Debian/Makefile: Use cp(1) instead of rsync(1)
* scripts/rabbitmq-script-wrapper: Run rabbitmq-plugin as root only
* Remove.
* Add `standalone-linux-x86_64` and `standalone-freebsd-x86_64` package targets
* Makefile: Remove all targets entering the `upgrade` subdir
* OCF RA: Use rabbitmqctl_action wrapper for stop action
* README.md: Document how to build the source archive and packages
* README.md: Document how Windows' PRODUCTVERSION is computed by default
* Add chmod g+s to rpm spec
- Drop pull-request-20.patch . Applied upstream.
- Drop pull-request-21.patch . Applied upstream.
- Drop pull-request-24.patch . Applied upstream.
- Drop pull-request-25.patch . Applied upstream.
- 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.
- 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
- add buildrequires for xz to fix build on sle11
- drop no-remove-common.patch and no-nmap.patch:
no longer needed
- add back default config from the 3.5.8 package as 3.6.6 doesn't
ship one anymore
- rabbitmq-script-wrapper now directly talks to the scripts in
_rabbit_erllibdir instead of having another indirection.
- moved tmpfiles.d support into the main systemd install block
- extracted make cmdline options into a variable
- update to 3.6.6
https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_6https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_5https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_4https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_3https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_2https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_1https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_0
- fix source url
- 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
- Update to 3.5.8
Fixes logging issues on erlang 17+
Fixes MQTT password authentication error (CVE-2016-9877) (boo#1017642)
Fix bsc#973999
- rabbitmq-server.service: increase NOFILE limit per documentation
- rabbitqm-server.ocf: add OCF_RESKEY_limit_nofile parameter
default as 65535
- rabbitmqctl: clear CMDLINE before appending
- update to 3.5.4:
Runtime I/O thread pool size is now 64 instead of 30 by default.
This reduces time spent waiting for file I/O operations to complete
on machines with 8 or more cores.
* https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_4
- rabbitmq-server.service: switch to type=Notify in order to
avoid cookie creation race
- update to 3.5.3:
3.5.2 and 3.5.3 are bugfix releases. See:
* https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_2
* https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_3
- update to 3.5.1
This release adds support for priority queues which were available
as a plugin before. Performance is improved; in particular messages
smaller than configurable size are embedded in the queue index to
reduce I/O and memory consumption. Stability of clustering and
autoheal partition handling is improved as well. A new
pause_if_all_down partition handling mode is added. The management
web UI now shows many more I/O statistics.
This release also corrects a number of defects in the broker and
plugins, as well as introducing many smaller new features and
improvements.
* see https://www.rabbitmq.com/release-notes/README-3.5.1.txt
* see https://www.rabbitmq.com/release-notes/README-3.5.0.txt
* see https://www.rabbitmq.com/release-notes/README-3.4.4.txt
- instead of patching the ocf provider after copying: patch it
right away and drop the ocf-fixes.patch.
- refresh no-nmap.patch to apply cleanly again
- create rcrabbitmq-server for the systemd case
- update to 3.4.3:
* prevent XSS attack in table key names (since 2.4.0)
(CVE-2015-0862)
* prevent XSS attack in policy names (since 3.4.0)
(CVE-2015-0862)
* prevent XSS attack in client details in the connections list
(CVE-2015-0862)
* prevent XSS attack in user names in the vhosts list or the vhost names
in the user list (since 2.4.0)
(CVE-2015-0862)
* prevent XSS attack in the cluster name (since 3.3.0)
(CVE-2015-0862)
* prevent /api/* from returning text/html error messages which could
act as an XSS vector (since 2.1.0)
* fix response-splitting vulnerability in /api/downloads (since 2.1.0)
* do not trust X-Forwarded-For header when enforcing 'loopback_users'
(CVE-2014-9494)
* disable SSLv3 by default to prevent the POODLE attack
* see https://www.rabbitmq.com/release-notes/README-3.4.3.txt
* see https://www.rabbitmq.com/release-notes/README-3.4.2.txt
* see https://www.rabbitmq.com/release-notes/README-3.4.1.txt
* see https://www.rabbitmq.com/release-notes/README-3.4.0.txt
- ignore stop errors in %preun
- update to 3.3.5:
* Bug fixes, see
- https://www.rabbitmq.com/release-notes/README-3.3.2.txt
- https://www.rabbitmq.com/release-notes/README-3.3.3.txt
- https://www.rabbitmq.com/release-notes/README-3.3.4.txt
- https://www.rabbitmq.com/release-notes/README-3.3.5.txt
- The package doesn't provide any sysvinit script or sysconfig file;
remove dependencies to fillup or insserv if the package build with
systemd support
- update to 3.3.1:
* Bug fixes
* Security fixes to MQTT and shovel
* see http://www.rabbitmq.com/release-notes/README-3.3.1.txt
- do not install init script on systemd distros
- require epmd.socket in .service in order not to start earlier
than epmd.socket
- update to 3.3.0:
* long list of security, bugfixes and enhancements
* see http://www.rabbitmq.com/release-notes/README-3.3.0.txt
- Add ocf-fixes.patch to fix issues in the OCF file:
- use the wrapper function to call rabbitmqctl for stop, so that
we interpret correctly the exit code.
- accept 1 as valid exit code from "rabbitmqctl status", instead
of totally breaking when we get it.
- We use a patch as the OCF file comes from upstream, so it's
better to keep the changes isolated.
- update to 3.2.4:
* Several bug fixes, no detailed changelog available
- remove fix-syntax-error-in-example-conf.patch: merged upstream
- update to 3.2.3:
* This release fixes a number of bugs in the broker and federation plugin
* Improvements to the LDAP and shovel plugins are also included
- install a config file by default
add fix-syntax-error-in-example-conf.patch
- update to 3.2.2:
* federated queues and features enhanced policies for aspects of the broker
* This release fixes a number of bugs in the broker and plugins
- add Provides: erlang-gen_server2 to erlang-rabbitmq_client
(many people want gen_server2, which is a part of rabbitmq)
- fix syntax error in wrapper script
- update to 3.1.5:
* various security fixes and bugfixes
* see http://www.rabbitmq.com/release-notes/README-3.1.5.txt
* see http://www.rabbitmq.com/release-notes/README-3.1.4.txt
- update to 3.1.3:
* Eager synchronisation of mirror queue slaves
* Automatic cluster partition healing
* Charts in the management plugin
* Queue length limits
* Bug fixes
* Fixes a security bug in federation
- fix rabbitmq-server startup on systemd enabled systems (create
/var/run/rabbitmq-server directory using systemd-tmpfiles mechanism)
- Change init script to properly daemonize (patch by jdsn) (bnc#807540)
- Added systemd .service file
- updated to version 3.0.4
* 3.0.4: This release fixes a bug in the federation plugin
where upstream credentials were leaked in the
x-received-from header. This bug had been in the federation
plugin since RabbitMQ 3.0.0. There are no other changes
from RabbitMQ 3.0.3.
* 3.0.3: This release fixes a small number of bugs in 3.0.2
and earlier versions.
* 3.0.2: This release fixes a number of bugs in 3.0.1 and
earlier versions.
* 3.0.1: This release fixes a number of bugs in 3.0.0 and
earlier versions.
* 3.0.0: This release introduces dynamic, policy-based control
of mirroring and federation, improves the user friendliness
of clustering, adds support for per-message TTL, introduces
plugins for web-STOMP and MQTT, and adds many smaller new
features and bug fixes.
- rebased no-remove-common.patch
- sysconfig file cleanup
* remove unused Variables
* removed variables which can also be set in rabbitmq-env.conf
to avoid sysconfig settings overriding settings from the env
file (bnc#771151)
- Use rc.status functions in init script for prettier startup
- Remove "set -e" from init script (bnc#768175)
- Include OCF RA for use with Pacemaker
- Updated script-wrapper to the latest upstream code
- Don't use download_files service, or at least only in mode="localonly"
or mode="disabled". But why using it at all, it makes no sense.
- Update to 2.8.7 changes since:
* 2.8.6: This release fixes a number of bugs in the broker,
Erlang client and STOMP and management plugins.
* 2.8.5: This release fixes a number of bugs, including one
introduced in 2.8.5 that could cause an error during shutdown
of mirrored queues.
* 2.8.4: This is primarily a bugfix release, with several
improvements to HA queues.
- Fixing logrotate errors (bnc#775867)
- Updated to 2.8.4
- Updated to 2.8.2
- Require python >= 2.6 for json
- Add _initddir define for SLE11 build
- Fixed doubled preamble entries
- fix /var/run/rabbitmq ownership
- updated to 2.7.1
- don't use nmap during the build (no-nmap.patch)
- don't use /var/lock/subsys in initscript
- create /var/run/rabbitmq in initscript
- import changes from Fedora package
- New upstream release
- New upstream release
- Maintenance release for the 1.5.x series
- Maintenance release for the 1.5.x series
- Maintenance release for the 1.5.x series
- Maintenance release for the 1.5.x series
- Maintenance release for the 1.5.x series
- New upstream release
- New upstream release
- New upstream release
- New upstream release
- New upstream release
- New upstream release
- Building from source tarball, added starting script, stopping
- Initial build of server library of RabbitMQ package
OBS-URL: https://build.opensuse.org/request/show/754670
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=136