Commit Graph

213 Commits

Author SHA256 Message Date
Dominique Leuenberger
da5b5574e6 Accepting request 1137247 from network:messaging:amqp
- update to 3.12.11:
  * 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/request/show/1137247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=89
2024-01-06 16:30:28 +00:00
4d222a2174 - update to 3.12.11:
* 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
2024-01-06 13:22:16 +00:00
Ana Guerrero
ed3634dd1d Accepting request 1133729 from network:messaging:amqp
- update to 3.12.10:
  * 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/request/show/1133729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=88
2023-12-17 20:34:11 +00:00
b9e380e8d8 - update to 3.12.10:
* 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
2023-12-17 10:01:58 +00:00
Ana Guerrero
2754d36f62 Accepting request 1121010 from network:messaging:amqp
-  update to 3.12.7:
  * 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/request/show/1121010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=87
2023-10-29 18:42:06 +00:00
877a559315 - update to 3.12.7:
* 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
2023-10-29 15:44:11 +00:00
Ana Guerrero
88c1b022d0 Accepting request 1099488 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/1099488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=86
2023-07-19 17:11:44 +00:00
653cf908b1 Accepting request 1099317 from home:matwey:branches:network:messaging:amqp
- Improve erlang-rabbitmq-client Provides:
  The package provides two erlang applications: amqp_client and rabbit_common
  which are expected to be Required as erlang-%{appname}

OBS-URL: https://build.opensuse.org/request/show/1099317
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=195
2023-07-19 11:12:25 +00:00
Dominique Leuenberger
96b8540b86 Accepting request 1090956 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/1090956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=85
2023-06-06 17:55:47 +00:00
Fusion Future
2ff1b0ce13 Accepting request 1090948 from home:fusionfuture:branches:network:messaging:amqp
- 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
2023-06-05 16:10:56 +00:00
Dominique Leuenberger
e72a3617ac Accepting request 1035475 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/1035475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=84
2022-11-13 17:09:08 +00:00
Fusion Future
d26aa97d2e Accepting request 1035474 from home:fusionfuture:branches:network:messaging:amqp
- 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
2022-11-13 01:30:13 +00:00
Dominique Leuenberger
d2eefd58b2 Accepting request 1031374 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/1031374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=83
2022-10-27 11:54:14 +00:00
Fridrich Strba
9c79d6aa8b Accepting request 1031341 from home:dimstar:Factory
- 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
2022-10-26 15:54:55 +00:00
Dominique Leuenberger
a0cbbd84c9 Accepting request 983568 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/983568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=82
2022-06-18 20:06:27 +00:00
49a42fae66 Accepting request 983566 from home:fusionfuture:branches:network:messaging:amqp
- 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
2022-06-18 13:03:19 +00:00
Dominique Leuenberger
f739a5f057 Accepting request 978405 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/978405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=81
2022-05-21 17:06:24 +00:00
Fusion Future
08d424a8ac Accepting request 978404 from home:fusionfuture:branches:network:messaging:amqp
- Update to 3.10.2
  * Default log level used a four-character severity abbreviation
    instead of more common longer format, for example, warn instead
    of warning.
  * Fix CLI tools failed to run on Erlang 25

OBS-URL: https://build.opensuse.org/request/show/978404
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=185
2022-05-21 09:43:12 +00:00
Dominique Leuenberger
770fa43e16 Accepting request 976926 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/976926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=80
2022-05-12 21:01:04 +00:00
19bb3c471b Accepting request 976488 from home:AndreasStieger:branches:network:messaging:amqp
- add upstream signing key and verify source signature

OBS-URL: https://build.opensuse.org/request/show/976488
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=183
2022-05-12 18:14:05 +00:00
Dominique Leuenberger
e55eb2413e Accepting request 975710 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/975710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=79
2022-05-09 16:44:07 +00:00
Fusion Future
5fd0d9ba41 Accepting request 975709 from home:fusionfuture:branches:network:messaging:amqp
- Update to 3.10.0
  * See https://github.com/rabbitmq/rabbitmq-server/blob/v3.10.x/release-notes/3.10.0.md
    for the full changelog.
  * Potentially breaking changes
    - Messages delivered by a quorum queue and negatively acknowledged
      with a requeue will be added to the back of the queue until the
      queue has redelivery limit set. With a redelivery limit, requeueing
      will use the original position of the message if possible.
    - idle_since field now uses RFC 3339 format.

OBS-URL: https://build.opensuse.org/request/show/975709
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=181
2022-05-09 06:24:52 +00:00
Dominique Leuenberger
defe1b6a39 Accepting request 964745 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/964745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=78
2022-03-25 20:54:38 +00:00
Fusion Future
156e392daf Accepting request 964744 from home:fusionfuture:branches:network:messaging:amqp
- Update to 3.9.14
  * See https://github.com/rabbitmq/rabbitmq-server/blob/v3.9.x/release-notes/3.9.14.md
    for the full changelog.
  * Build time compatibility with Elixir 1.13 (gh#rabbitmq/rabbitmq-server#4019)
    - Drop Elixir-1.13-OptionParser-no-longer-supports-atom-val.patch
    - Drop Support-Elixir-1.13.patch
  * Adapt to a breaking Erlang 24.3 LDAP client change.

OBS-URL: https://build.opensuse.org/request/show/964744
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=179
2022-03-25 01:52:23 +00:00
Dominique Leuenberger
ff74a2b60b Accepting request 956005 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/956005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=77
2022-02-19 18:21:16 +00:00
Fusion Future
e0fd1a4eca Accepting request 956004 from home:fusionfuture:branches:openSUSE:Factory:Staging:adi:3
- Add zsh BuildRequires to fix "directories not owned by a package"
  in zsh-completion.

OBS-URL: https://build.opensuse.org/request/show/956004
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=178
2022-02-19 10:51:04 +00:00
Fusion Future
992a48b2bd Accepting request 955988 from home:fusionfuture:branches:network:messaging:amqp
- 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
2022-02-19 06:59:29 +00:00
Dominique Leuenberger
5cb195ab86 Accepting request 944487 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/944487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=76
2022-01-07 11:45:55 +00:00
Fusion Future
664c643250 Accepting request 944486 from home:fusionfuture:branches:network:messaging:amqp
- Update to 3.9.12
  * See https://github.com/rabbitmq/rabbitmq-server/blob/v3.9.x/release-notes/3.9.12.md
    for the full changelog.
  * Core Server Bug Fixes and Enhancements
    - (Fix) Authentication and authorization backend exceptions
      could potentially leak user-provided credentials to node log.
    - Unnamed parameters and policies in definition files will now
      be rejected as invalid.

OBS-URL: https://build.opensuse.org/request/show/944486
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=176
2022-01-06 15:19:03 +00:00
Dominique Leuenberger
23a27a90d8 Accepting request 935229 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/935229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=75
2021-12-02 21:30:27 +00:00
Fusion Future
aa13d5cf7b Accepting request 935226 from home:fusionfuture:branches:network:messaging:amqp
- Update to 3.9.11
- Drop upstreamed patch
  * harden_rabbitmq-server.service.patch: https://github.com/rabbitmq/rabbitmq-server/pull/3770

OBS-URL: https://build.opensuse.org/request/show/935226
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=175
2021-12-02 15:33:37 +00:00
Dominique Leuenberger
521854ef76 Accepting request 932387 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/932387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=74
2021-11-20 01:39:07 +00:00
Fusion Future
d8997ccdf9 Accepting request 932386 from home:fusionfuture:branches:network:messaging:amqp
Update to 3.9.9

The patch has been submitted to upstream and is being processed: https://github.com/rabbitmq/rabbitmq-server/pull/3770

OBS-URL: https://build.opensuse.org/request/show/932386
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=174
2021-11-19 03:35:41 +00:00
Dominique Leuenberger
9af4561f39 Accepting request 926845 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/926845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=73
2021-10-22 22:51:10 +00:00
Fusion Future
f396e813a1 Accepting request 926714 from home:jsegitz:branches:systemdhardening:network:messaging:amqp
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/926714
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=173
2021-10-22 02:42:59 +00:00
Dominique Leuenberger
bf92b387db Accepting request 926541 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/926541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=72
2021-10-20 18:24:05 +00:00
Fusion Future
6dcbf99947 Accepting request 926540 from home:fusionfuture:branches:network:messaging:amqp
Update to 3.9.8

OBS-URL: https://build.opensuse.org/request/show/926540
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=172
2021-10-20 11:35:30 +00:00
Dominique Leuenberger
e598cd360c Accepting request 921340 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/921340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=71
2021-09-24 22:35:37 +00:00
Fusion Future
b70f7334c6 Accepting request 921339 from home:fusionfuture:branches:network:messaging:amqp
- 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
2021-09-24 15:04:38 +00:00
Dominique Leuenberger
8757922765 Accepting request 919610 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/919610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=70
2021-09-17 21:25:53 +00:00
Fusion Future
fd22c0af15 Accepting request 919608 from home:fusionfuture:branches:network:messaging:amqp
Update to 3.9.6

OBS-URL: https://build.opensuse.org/request/show/919608
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=170
2021-09-17 01:15:52 +00:00
Dominique Leuenberger
3133dc51ec Accepting request 917222 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/917222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=69
2021-09-07 19:21:34 +00:00
Fusion Future
7d39c680a4 Accepting request 917220 from home:fusionfuture:branches:network:messaging:amqp
- Update to 3.9.5:
  + Core Server
    * Bug Fixes
      - Virtual host metadata (description, tags) was not imported
        from definitions.
      - Reduced unnecessary debug logging from streams.
  + AWS Peer Discovery Plugin
    * Enhancements
      - AWS API calls are now retried multiple times.
  + Management Plugin
    * Enhancements
      - PUT /api/vhosts/{name} now can update metadata (tags and
        descriptions) for existing virtual hosts.

OBS-URL: https://build.opensuse.org/request/show/917220
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=169
2021-09-07 08:42:08 +00:00
Dominique Leuenberger
adee72e046 Accepting request 914241 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/914241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=68
2021-08-25 18:58:34 +00:00
Fusion Future
d855ed904f Accepting request 914240 from home:fusionfuture:branches:network:messaging:amqp
- Add install-bin and install-man to make target, and install into
  /usr/lib instead of /usr/lib64 on 64-bit platforms (boo#1189784).
- Add deps/rabbit/docs/set_rabbitmq_policy.sh.example to %doc.

OBS-URL: https://build.opensuse.org/request/show/914240
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=168
2021-08-25 12:30:49 +00:00
Dominique Leuenberger
61d2d62bb1 Accepting request 913933 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/913933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=67
2021-08-24 08:54:41 +00:00
Fridrich Strba
9b4e48e9d8 Accepting request 913862 from home:fusionfuture:branches:network:messaging:amqp
- Separate autocomplete files into individual packages.

OBS-URL: https://build.opensuse.org/request/show/913862
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=167
2021-08-24 06:15:44 +00:00
Fridrich Strba
9718db1b4a Accepting request 913505 from home:fusionfuture:branches:network:messaging:amqp
- 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
2021-08-23 08:21:50 +00:00
1f70311d61 Accepting request 906475 from home:dspinella:branches:network:messaging:amqp
- Use /run instead of deprecated /var/run in tmpfiles.conf
  (bsc#1185075)

OBS-URL: https://build.opensuse.org/request/show/906475
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=165
2021-07-15 19:33:46 +00:00
Dominique Leuenberger
e78e158ea6 Accepting request 892555 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/892555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=66
2021-05-12 17:32:55 +00:00