[rabbitmq-discuss] FW: [PECL-DEV] [ANNOUNCEMENT] amqp-1.0.1 (stable) Released.
Pieter de Zwart
pdezwart at rubiconproject.com
Sun Mar 4 03:49:47 GMT 2012
We released version 1.0.1 on Friday. There were just a few little things
that slipped by. There is another pending release to handle routing keys
during publishing and binding correctly.
Any and all feedback is appreciated!
On 3/2/12 1:40 PM, "PECL Announce" <pecl-dev at lists.php.net> wrote:
>The new PECL package amqp-1.0.1 (stable) has been released at
>http://pecl.php.net/.
>
>Release notes
>-------------
>1.0.1 Release:
>Fixed bug:
> * 61247: Allow queue creation with empty queue name, and return auto
>generated name
> * 61127: Segmentation fault when cleaning up an AMQPChannel without
>calling AMQPConnection::connect first
>
>1.0.0 Release:
>Changed/finalized API signature:
> * Exposing AMQPChannel
> * Exposing AMQPEnvelope
> * Exposing more queue and exchange arguments and flags
> * Exposing basic.qos
>Added persistent connections
>Cleaned up codebase
>Fixed memory leaks and segmentation faults
>
>0.3.1 Release:
>Fixed bug:
> * 24323: Cannot get the name for auto-named reply-to queues
>
>0.3.0 Release:
>Fixed memory leaks in many functions (courtesy Jonathan Tansavatdi and
>Andy Wick)
>Fixed consume method to return proper values
>Cleaned up variable usage
>Fixed bugs:
> * 22638: Unexpected exit code 1 with AMQPQueue::consume()
> * 22698: AMQPQueue::consume
>
>0.2.2 Release:
>Made extension compatible with PHP lt 5.3 (courtesy John Skopis)
>Fixed wrong typing of message properties (courtesy John Skopis)
>
>0.2.1 Release:
>Fixed refcount decrementing bug causing segfaults.
>
>0.2.0 Release:
>Works with AMQP 0-8 and 0-9-1 (used by RabbitMQ 2.*)
>Modified AMQPConnection object:
> * Requires call to 'connect' method to connect (no longer connects on
>instantiation)
> * Added support for disconnect and reconnect
> * Added helper setters for port, host, vhost, login and password
>Improved consume method to block for MIN messages, and try to get MAX
>messages if available
>Fixed zval descoping bugs
>Fixed bugs:
> * 17809: Couldn't compile pecl extension under PHP 5.3
> * 17831: Segmentation fault when the exchange doesn't exists
> * 19707: AMQPQueue::get() doesn't return the message
> * 19840: Connection Exception
>
>Package Info
>-------------
>This extension can communicate with any AMQP spec 0-9-1 compatible
>server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to
>create and delete exchanges and queues, as well as publish to any
>exchange and consume from any queue.
>
>Related Links
>-------------
>Package home: http://pecl.php.net/package/amqp
> Changelog: http://pecl.php.net/package-changelog.php?package=amqp
> Download: http://pecl.php.net/get/amqp-1.0.1.tgz
>
>Authors
>-------------
>Pieter de Zwart (lead)
>
>
>--
>PECL development discussion Mailing List (http://pecl.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
More information about the rabbitmq-discuss
mailing list