The new PECL package amqp-1.10.0 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
- Adding global prefetch support (#366) (Terence Marks <tezma...@gmail.com>) 
(https://github.com/pdezwart/php-amqp/issues/367)
- Fix minimal librabbitmq in config.m4 and readme (Remi Collet 
<r...@remirepo.net>) (https://github.com/pdezwart/php-amqp/issues/347)
- Support connection_name parameter for custom connection names in RabbitMQ 
(Alexandr Zolotukhin <supersmile2...@gmail.com>) 
(https://github.com/pdezwart/php-amqp/issues/363)
- Fixed build on Travis CI (Alexandr Zolotukhin <supersmile2...@gmail.com>) 
(https://github.com/pdezwart/php-amqp/issues/365)
- Make use of rpc_timeout in newer librabbitmq by introducing new constructor 
hash parameter (modulatix <oleg.perever...@gmail.com>) 
(https://github.com/pdezwart/php-amqp/issues/334)
- Fix #355: Compile failure on php 7.4 (Christoph M. Becker 
<cmbecke...@gmx.de>) (https://github.com/pdezwart/php-amqp/issues/359)
- Update amqp_type.c (Paweł Mikołajczuk <pa...@mikolajczuk.in>) 
(https://github.com/pdezwart/php-amqp/issues/360)
- Build against PHP 7.4 (Carlos Barrero <carlos.barr...@spotahome.com>) 
(https://github.com/pdezwart/php-amqp/issues/361)
- Pass params by value in AMQPConnection::__construct() (Sergei Karpov) 
(https://github.com/pdezwart/php-amqp/issues/346)
- Fix explicit null-string for $routing_key in Queue::bind() and 
Exchange::publish() (Sergei Karpov) 
(https://github.com/pdezwart/php-amqp/issues/341)
- No longer limited to PHP 5 (Lars Strojny <lars.stro...@internations.org>) 
(https://github.com/pdezwart/php-amqp/issues/0)
- Fix minimal version to 5.6 (Remi Collet <r...@famillecollet.com>) 
(https://github.com/pdezwart/php-amqp/issues/338)
- Back to dev (Lars Strojny <lars.stro...@internations.org>) 
(https://github.com/pdezwart/php-amqp/issues/1)

For a complete list of changes see:
https://github.com/pdezwart/php-amqp/compare/v1.9.4...v1.10.0

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: https://pecl.php.net/package/amqp
   Changelog: https://pecl.php.net/package-changelog.php?package=amqp
    Download: https://pecl.php.net/get/amqp-1.10.0.tgz

Authors
-------------
Lars Strojny <lstro...@php.net> (lead)
Pieter de Zwart (lead)
Bogdan Padalko (developer)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to