Revisions of rabbitmq-server

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 983566 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 187)
- 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
buildservice-autocommit accepted request 978405 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 186)
baserev update by copy to link target
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 978404 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 185)
- 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
buildservice-autocommit accepted request 976926 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 184)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 976488 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 183)
- add upstream signing key and verify source signature
buildservice-autocommit accepted request 975710 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 182)
baserev update by copy to link target
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 975709 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 181)
- 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.
buildservice-autocommit accepted request 964745 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 180)
baserev update by copy to link target
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 964744 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 179)
- 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.
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 956004 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 178)
- Add zsh BuildRequires to fix "directories not owned by a package"
  in zsh-completion.
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 955988 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 177)
- 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
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 944486 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 176)
- 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.
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 935226 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 175)
- Update to 3.9.11
- Drop upstreamed patch
  * harden_rabbitmq-server.service.patch: https://github.com/rabbitmq/rabbitmq-server/pull/3770
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 932386 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 174)
Update to 3.9.9

The patch has been submitted to upstream and is being processed: https://github.com/rabbitmq/rabbitmq-server/pull/3770
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 926714 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 173)
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
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 921339 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 171)
- 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
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 917220 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 169)
- 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.
Fusion Future's avatar Fusion Future (fusionfuture) accepted request 914240 from Fusion Future's avatar Fusion Future (fusionfuture) (revision 168)
- 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.
Displaying revisions 21 - 40 of 207
openSUSE Build Service is sponsored by