Commit graph

19 commits

Author SHA1 Message Date
fhajny
ba20394449 Update rabbitmq to 3.4.2
3.4.2:
- Bug fixes.

  http://www.rabbitmq.com/release-notes/README-3.4.2.txt

3.4.1:
- Bug fixes, security fixes in the management plugin.

  http://www.rabbitmq.com/release-notes/README-3.4.1.txt

3.4.0:
- A fast reply-to mechanism for RPC clients, adds monitoring and limiting
  of queue length in bytes, allows plugins to be activated and deactivated
  without server restart, makes crashing queues recover from persistent data,
  and allows .net-based clients to reconnect automatically after network
  failure.
- Bug fixes in the broker and plugins, many smaller new features
  and improvements.

  http://www.rabbitmq.com/release-notes/README-3.4.0.txt
2014-12-04 12:36:58 +00:00
fhajny
b8f681fddd Update rabbitmq to 3.3.5.
- Version 3.3.5 fixes a number of bugs in 3.3.4 and earlier versions.
- Version 3.3.4 fixes a small number of bugs in 3.3.3 and earlier versions.
  In particular it fixes a bug introduced in 3.3.3 which could cause startup
  to fail under some circumstances.
- Version 3.3.3 fixes a small number of bugs in 3.3.2 and earlier versions.
  In particular it fixes a bug introduced in 3.3.2 which could cause
  logging to stop under some circumstances.
2014-10-02 11:17:00 +00:00
fhajny
b2e19da5f5 Update rabbitmq to 3.3.2.
Changes since 3.3.1:

server
------
bug fixes
26180 prevent certain operations (including queue creation and deletion)
      blocking until a connection closes when the socket limit is reached
      (since 2.7.0)
26227 fix incorrect log message about config file location when running as
      a Windows service, changing RABBITMQ_CONFIG_FILE and not reinstalling
      the service (since 3.3.0)
26172 ensure slave queue does not hang if the GM process crashes at queue
      startup (since 2.6.0)
26178 prevent error logger crash in rare circumstances (since 3.3.0)
26184 prevent small log messages being needlessly truncated (since 3.3.0)
26226 ensure rabbitmqctl status does not crash if invoked while Mnesia is
      starting or stopping (since 3.0.0)
26200 fix garbled SSL log messages (since 3.0.3)
26203 prevent spurious log message if slave queue crashes early (since 3.2.2)


management plugin
-----------------
bug fixes
26197 fix garbled error message if importing JSON definitions file with invalid
      input (since 2.1.0)
26209 ensure reasons for authentication failure are always logged (since 2.1.0)

enhancements
25376 add documentation on the JSON schema returned by GET queries


shovel plugin
-------------
bug fixes
26219 fix creation of dynamic shovels using direct connection URLs through
      rabbitmqctl (since 3.3.1)
26176 prevent deadlock deleting virtual host with active dynamic shovel on
      single core machine (since 3.3.0)


federation plugin
-----------------
bug fixes
26176 prevent deadlock deleting virtual host with active federation link on
      single core machine (since 3.0.0)


shovel-management plugin
------------------------
bug fixes
26165 ensure the status of static shovels is correctly shown (since 3.3.1)


LDAP plugin
-----------
bug fixes
26190 fix crash when LDAP uses SSL and nothing else does (since 2.3.0)


auth-mechanism-ssl plugin
-------------------------
bug fixes
25550 allow use of both certificate and password based authentication at the
      same time (since 2.3.0)


MQTT plugin
-----------
bug fixes
26194 prevent hang on broker shutdown when there are active MQTT connections
      (since 3.0.0)
26189 fix connection crash on shutdown if the connection starts very early
      (since 3.0.0)


STOMP plugin
------------
bug fixes
25550 allow use of both certificate and password based authentication at the
      same time (since 2.3.0)


Java client
-----------
bug fixes
26187 ensure network recovery delay is used when recovering from all types of
      exception (since 3.3.0)
26188 ensure TopologyRecoveryException includes cause's message (since 3.3.0)
26196 fix Javadoc for ConnectionFactory.setSocketConfigurator()


Erlang client
-------------
bug fixes
26160 declare xmerl application dependency (since 3.3.0)
2014-06-11 14:57:15 +00:00
fhajny
b5a38320d0 Update rabbitmq to 3.3.1
Changes in 3.3.1
- Bug and security fixes

See full release notes:

http://www.rabbitmq.com/release-notes/README-3.3.1.txt

Changes in 3.3.0
- Performance improvements
- Monitoring information to identify performance bottlenecks
- Dynamically manageable shovels
- Automatic reconnection of Java-based clients
- Bug fixes and minor new features

See full release notes:

http://www.rabbitmq.com/release-notes/README-3.3.0.txt
2014-05-07 11:30:27 +00:00
fhajny
b8bf0938cf Update rabbitmq to 3.2.4.
Bugfixes in 3.2.4
=================

server
------
bug fixes
26014 prevent 541 internal error removing a nonexistent binding from a topic
      exchange (since 3.2.0)
25762 fix failure to delete virtual host if a queue in the virtual host is
      deleted concurrently (since 1.0.0)
26013 ensure connection.blocked is sent in all circumstances it should be
      (since 3.2.0)
26006, 26038 ensure autoheal does not hang if a node is manually stopped
      during autoheal (since 3.1.0)
26000 prevent crash of mirrored supervisor in some circumstances after a
      network partition is healed (since 2.6.0)
25972 fix syntax error in example configuration file (since 3.2.0)


management plugin
-----------------
bug fixes
24476 prevent statistics database from vanishing after a network partition is
      healed (since 2.8.3)
25983 prevent "node statistics not available" error when mochiweb is
      configured with an explicit list of SSL ciphers (since 2.6.0)


federation plugin
-----------------
bug fixes
25998 ensure upstreams which are timing out establishing network connections
      can be deleted in a timely fashion (since 3.0.0)


shovel plugin
-------------
bug fixes
25996 ensure shovels which are timing out establishing network connections
      do not block broker shutdown (since 2.3.0)


STOMP plugin
------------
bug fixes
26028 prevent potential deadlocks during shutdown (since 2.3.0)


MQTT plugin
-----------
bug fixes
25982 ensure messages published with QOS=1 are persistent (since 3.1.0)


Erlang client
-------------
bug fixes
26041 prevent rare, fake "541 internal error" reported client-side when
      shutting down connections (since 2.1.1)


.NET client
-----------
bug fixes
26016 ensure SSL connection establishment times out if necessary (since 1.0.0)
26047 ensure IModel.ConfirmSelect() is idempotent (since 2.3.0)



Bugfixes in 3.2.3
=================

server
------
bug fixes
25936 stem leak when queues with active consumers terminate (since 3.2.0)
25928 fix cosmetic error when sending connection.close-ok after client
      already closed the connection (since 1.0.0)
25965 limit messages to ~2GB to prevent "Absurdly large distribution output
      data buffer" VM crash (since 1.0.0)
24927 avoid broker being overwhelmed while logging benign messages starting with
      "Discarding messages" (since 1.0.0)
25952 prevent "Absurdly large distribution output data buffer" VM crash when
      sending many/large messages to a mirrored queue (since 2.6.0)
25925 remove extraneous service parameters when installing on windows
      (since 1.5.0)
25929 prevent error being logged when connection is closed while it is still
      being opened (since 1.0.0)


federation plugin
-----------------
bug fixes
25945 ensure federated queues correctly stop federating messages when channels
      close or crash without cancellation from consumers (since 3.2.0)
25971 prevent crash of federated mirrored queues on deletion (since 3.2.0)
25956 prevent federation of the queues used internally by federated exchanges
      (since 3.2.0)
25949 prevent unnecessary CPU use when ACKs are not in use (since 2.6.0)


shovel plugin
-----------------
bug fixes
25934 remove ordering constraint on configuration items (since 2.0.0)
25949 prevent unnecessary CPU use when ACKs are not in use (since 2.0.0)


LDAP plugin
-----------
bug fixes
25914 fix use of dn_lookup_attribute configuration on OpenLDAP (since 2.8.0)
2014-03-10 11:18:41 +00:00
fhajny
67e82329e9 Fix build/PLIST for gmake<4. Bump PKGREVISION. 2014-01-13 12:10:23 +00:00
fhajny
343b89013f Update rabbitmq to 3.2.2.
3.2.2

This release fixes a number of bugs in the broker (including High Availability
mode) and plugins (LDAP, Management and MQTT).

3.2.1

This fixes a number of bugs in 3.2.0 and earlier versions.

3.2.0

This release introduces federated queues and features enhanced policies for
aspects of the broker which previously required AMQP arguments. Clients can
now obtain better feedback about authentication failures and broker alarm
conditions.

This release corrects a number of defects in the broker and plugins.
2014-01-02 19:07:19 +00:00
fhajny
57ab932d10 Changes in 3.1.5
=============================================

Release Highlights
==================

server
------
bug fixes
25713 fix crash in the delegate mechanism leading to various crashes, and
      intra-cluster incompatibility between RabbitMQ 3.1.4 and other members
      of the 3.1.x series (since 3.1.4)
25700 25710 prevent (harmless) errors being logged when pausing in
      pause_minority mode (since 3.1.0)


LDAP plugin
-----------
bug fixes
25703 prevent channel crash when attempting to retrieve LDAP attribute that
      does not exist (since 2.7.0)


Changes in 3.1.4
=============================================

Security Fixes
==============

server
------
25686 ensure DLX declaration checks for publish permission (since 2.8.0)


management plugin
-----------------
24803 update to a later version of Mochiweb that fixes a directory traversal
      vulnerability allowing arbitrary file access on Windows (since 2.1.0)


Release Highlights
==================

server
------
bug fixes
25638 fix resource leak with mirrored queues when whole clusters stop
      (since 3.0.0)
25624 fix queue crash in mirrored queue handling of messages during promotion
      (since 2.6.0)
25615 25670 fix race conditions in mirrored queues when different cluster
      nodes start and stop near-simultaneously (since 2.6.0)
25617 fix corrupt_cluster_status_files error after abrupt node shutdown
      (since 3.0.0)
25645 fix mirrored queue sync failure in the presence of un-acked messages
      not at the head of the queue (since 3.1.0)
25640 fix race condition leading to channel crash with low prefetch count
      repeated basic.consume and basic.cancel (since 3.1.0)
25625 fix memory leak of mirrored queue messages during promotion
      (since 2.6.0)
25649 allow hipe compilation on Erlang R16B01
25659 allow offline cluster node removal with a node which is not second
      from last (since 3.0.0)
25648 make `rabbitmqctl join_cluster' idempotent (since 3.0.0)
25651 improve `rabbitmqctl cluster_status' handling of partition info when
      cluster nodes are in the process of stopping (since 3.1.0)
25689 ensure launch of subprocesses to monitor disk space and file handles
      works correctly when clink shell is installed on Windows (since 2.1.0)
25594 fix rabbit_error_logger crash during failed startup (since 1.4.0)
25631 fix bug in shutdown sequence that could lead to spurious
      INTERNAL_ERRORs being sent to clients (since 3.1.0)


erlang client
-------------
bug fixes
25632 fix broken error handling in amqp_network_connection that could lead
      to a crash during broker shutdown (since 2.4.0)
25688 fix bug in challenge-response auth handling (since 2.3.0)

enhancements
25674 add amqp_rpc_{client,server}:start_link()


STOMP plugin
------------
bug fixes
25691 fix connection crash on consumer cancellation notification (since 3.0.0)


build and packaging
-------------------
bug fixes
25668 add ssl support to OS X standalone package
25584 ensure that VERSION is set correctly when building src packages
      (since 2.7.0)
2013-08-26 10:24:38 +00:00
fhajny
8000eddc0a Update rabbitmq to 3.1.3.
Bugs fixed in 3.1.3
==================================

management plugin
------------------
25643 fix bug that lead to incorrect reporting of accumulated
      stats (since 3.1.2)


Bugs fixed in 3.1.2:
==================================

server
------
25636 fix startup failure when using SSL with Erlang/OTP R16B01
25571 fix potential deadlock in application shutdown handling (since 2.1.0)
25567 fix queue crash requeuing in-memory messages (since 2.7.0)
25599 fix queue record leak of exclusive durable queues after forceful
      shutdown (since 3.0.1)
25576 fix bug in queue index where a broker crash between segment
      deletion and journal truncation could prevent the broker from
      subsequently starting (since 2.0.0)
25615 fix duplicate mirror queue slaves starting on a single node (since 2.6.0)
25588 ensure per-message-TTL is removed when messages are dead-lettered
      (since 3.0.0)
25575 fix bug handling empty rabbit_serial leading to startup failure
      (since 1.7.0)
25640 fix channel crash with a race between basic.ack and basic.cancel
      when prefetch >= 1 (since 3.1.0)
25638 fix leak affecting HA/mirrored queues (since 3.0.0)
25611 improve stack traces when message store crash occurs
25612 fix crashing processes when stopping node as part of a cluster
      (since 2.4.0)

stomp plugin
-------------
25564 fix handling of reply-to for non-temporary queue destinations
      (since 3.1.0)
25566 allow unescaped colons in header values for STOMP 1.0 compatibility


management plugin
-----------------
25592 fix bug allowing unprivileged users to see stats for all vhosts
      (since 3.1.0)
25600 fix consumer record leak in the management database (since 2.2.0)
25629 fix memory leak in the presence of long-lived channels and
      short-lived queues (since 3.1.0)
25580 fix bug preventing definitions file from loading if it contained
      a policy from a non default vhost (since 3.1.1)

LDAP plugin
-----------
25573 fix garbled login failure errors (since 2.3.0)

Java client
-----------
25633 fix quoting and escaping in json parser, avoid a potentially
      non-terminating loop and improve error handling (since 2.8.2)
      (thanks to Bradley Peabody)

Erlang client
-------------
25521 fix negotiated frame-max handling, which was being ignored (since 2.0.0)
25489 fix rpc client/server to ensure correlation-ids are valid UTF-8 strings
      (since 2.0.0) (thanks to Daniel White)
2013-07-19 09:35:02 +00:00
fhajny
9b5bab6ef6 Update rabbitmq to 3.1.1.
Minor bugfixes, see full changelog:

http://www.rabbitmq.com/release-notes/README-3.1.1.txt
2013-05-31 14:32:55 +00:00
fhajny
f742580d89 Update rabbitmq to 3.1.0.
Notable changes:
 - eager synchronisation of mirror queue slaves;
 - automatic cluster partition healing;
 - improved statistics (including charts) in the management plugin;
 - many smaller new features, bug fixes and performance improvements.

See release notes for full changelog:

http://www.rabbitmq.com/release-notes/README-3.1.0.txt
2013-05-13 11:51:38 +00:00
fhajny
9aea57b1bd Update rabbitmq to 3.0.4
Major changes in 3.0.0:
- Policy-based configuration of mirroring and federation
- Revamped clustering commands
- Web-STOMP and MQTT plug-ins
- Per-message TTL

Too many bugfixes since 2.8.2, please see individual changelogs:

http://www.rabbitmq.com/changelog.html
2013-04-02 10:40:36 +00:00
fhajny
e6e86bfe6a Updated rabbitmq to 2.8.2.
Fixes in 2.8.2:
- Performance improvements
- Disc space monitoring

Fixed in 2.8.1
- Fixes a bug in 2.8.0 which prevented RAM nodes from being upgraded.
2012-05-11 11:15:12 +00:00
fhajny
b39ce3be33 Update rabbitmq to 2.8.0.
Changes in 2.8.0:

* Dead lettering
* Internal flow control
2012-03-22 11:58:58 +00:00
fhajny
47f101f74c Update rabbitmq to 2.7.1
Changes:

* Important fixes to High Availability
* Compatibility with Erlang R15B
* Bug fixes and performance improvements
2012-01-04 19:08:29 +00:00
fhajny
7426fbd697 Updated net/rabbitmq to 2.7.0.
Major changes:
  * Order preservation of re-queued messages
  * Plugins included with server
  * "amqp" URI client connection
  * Performance improvements

See full changelog:

  http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111109/116e9fd4/attachment.txt
2011-12-14 11:55:20 +00:00
fhajny
4c651e2a1a Updated net/rabbitmq to 2.6.1.
Various pkgsrc fixes:

- Fix mangled PLIST from the previous commit.
- Depend on coreutils for readlink, which is used in rabbitmq-env.
- Depend on bash, which is assumed throughout the scripts.
- Make sure the shell is passed properly to make/install targets.
- Fix Python usage (add Python 2.7) and clean up other bits.

RabbitMQ changelog:

2.6.1 bug fixes
- The broker failed to (re)start on reboot on systems that keep
  /var/run on a temporary file systems, e.g. Ubuntu.
- The Windows service failed to increase the Erlang process limit,
  limiting the broker to a few thousand queues, connections and
  channels.

2.6.0 bug fixes
- Upgrading from RabbitMQ 2.1.1 to any later release could break if
  there were durable queues with persistent messages present.
- On very slow machines, starting rabbit via the supplied init scripts
  could fail with a timeout.
- Rabbit could fail to stop (when asked to do so) in the presence of
  some plug-ins (e.g. shovel).
- 'ram' nodes in a cluster could consume ever increasing amounts of
  disk space.
- The presence of fast consumers on a queue could significantly delay
  the addition of new consumers.
- When a client was issuing a tx.commit in one channel, and
  simultaneously, in another channel, deleted a durable queue with
  persistent messages involved in that tx, rabbit could terminate with
  an error.
- When a client was using both basic.qos and channel.flow, the latter
  would fail to re-enable message flow.
- When using 'confirm' mode, the deletion of queues could cause nacks
  to be issued (incorrectly).
- In extremely rare circumstances (never observed in the wild), a
  queue with a per-queue message ttl could break during sudden changes
  in rabbit memory usage.

2.6.0 enhancements
- Introduce active-active HA, with queues getting mirrored on nodes in
  a cluster. See http://www.rabbitmq.com/ha.html.
- Revamp the handling of AMQP's tx (transaction) class and clarify its
  behaviour See http://www.rabbitmq.com/specification.html#tx.
- Replace the 'administrator' flag, as used by the management plugin,
  with a more general 'user tags' mechanism. See
  http://www.rabbitmq.com/man/rabbitmqctl.1.man.html#set_user_tags.
- Do not require 'configure' permissions for passive queue/exchange
  declaration.
- Optimise of message delivery on channels with a basic.qos
  prefetch limit that are consuming from many queues.
- In 'rabbitmqctl list_channels', do not show the tx mode by default.
- When a cluster 'degrades' to only containing ram nodes - through
  'rabbitmqctl' actions or node failure - display/log a warning.
- Eliminate some spurious errors from the sasl log.
2011-09-29 14:00:39 +00:00
mspo
d64f5efdab Upgrade from 2.1.0 -> latest (2.5.1). Also fixes build.
---
Release messages:
The RabbitMQ team is pleased to announce the release of RabbitMQ 2.1.1.
This release fixes a number of bugs and introduces some enhancements,
including exchange to exchange bindings and some performance improvements,
in the server and clients.

The RabbitMQ team is pleased to announce the release of RabbitMQ 2.2.0.
This release fixes a number of bugs and introduces some enhancements,
including automatic upgrades of non-clustered brokers, per-queue message
TTLs and significantly reduced memory usage for pending acknowledgements.

Perfectly timed one day before the start of the year of the Rabbit,
the RabbitMQ team is pleased to announce the release of RabbitMQ 2.3.0.
This release fixes a number of bugs and introduces some enhancements,
including streaming publish confirmations, new plugin mechanisms for
authentication and authorisation, and a great deal more.

The RabbitMQ team is pleased to announce the release of RabbitMQ 2.3.1.
This release fixes a small number of bugs, in particular one serious bug
in 2.3.0 which could lead to queue processes crashing.

The RabbitMQ team is delighted to announce the release of RabbitMQ 2.4.0.
This release fixes a number of bugs and introduces some enhancements,
including fast routing for topic exchanges, sender-selected distribution
and server-side consumer cancellation notifications.

The RabbitMQ team is delighted to announce the release of RabbitMQ 2.4.1.
This release fixes a number of bugs, in particular one bug in 2.4.0 that
would break upgrades if durable queues were present. A notable enhancement
included in this release are cluster upgrades.

The RabbitMQ team is delighted to announce the release of RabbitMQ 2.5.0.
This release fixes a number of bugs. In particular:
recovery has been simplified, improving startup times when many exchanges
or bindings exist
bindings are recovered between durable queues and non-durable exchanges
on restart of individual cluster nodes
better performance under high load and memory pressure
source compatibility with the new Erlang R14B03 release
New features include:
tracing facility for debugging incoming and outgoing messages, (see firehose)
improved inbound network performance
improved routing performance
new rabbitmqctl commands ('report', 'environment', and 'cluster_status')

The RabbitMQ team is pleased to announce the release of RabbitMQ 2.5.1.
This release correctly upgrades from RabbitMQ 2.1.1 and 2.2.0.
There are no other changes compared with 2.5.0.
2011-07-05 13:09:04 +00:00
fhajny
44d6f0452b Import rabbitmq-2.1.0 as net/rabbitmq.
RabbitMQ is a complete and highly reliable Enterprise Messaging
system. The RabbitMQ client libraries and broker daemon can be used
together to create an AMQP network, or used individually to bring
the benefits of RabbitMQ to established networks.

(Based on wip/rabbitmq.)
2010-09-21 11:47:32 +00:00