Skip to content

Commit

Permalink
RM
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Nov 3, 2015
1 parent df483a5 commit d85b378
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<active>yes</active> <!- - yes, very - ->
</developer>
-->
<date>2015-04-18</date>
<time>18:00:00</time>
<date>2015-09-14</date>
<time>15:00:00</time>
<version>
<release>1.6.0beta3</release>
<release>1.6.0beta4</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -40,11 +40,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
X.Y.Z Release:
1.6.0beta4 Release:
* Add ability to re-attach consuming callback (Bogdan Padalko)
* Add AMQPQueue::getConsumerTag() method and fix consumer tag handling in AMQPQueue class methods (Bogdan Padalko)
* Add channel_max, frame_max and hearbeat support (see AMQPConnection::__construct() method) (librabbitmq version >= 0.6.0 required) (Bogdan Padalko)
* Fix issue with message truncating to first null-byte during sending (Bogdan Padalko, special thanks to Alex Kazinskiy, Alvaro Videla and Michael Klishin)
* Fix issue with message truncating to first null-byte during sending (Bogdan Padalko)
* Fix invalid delivery mode returned by AMQPEnvelop::getDeliveryMode (Bogdan Padalko)

For a complete list of changes see:
https://github.com/pdezwart/php-amqp/compare/v1.6.0beta3...v1.6.0beta4

1.6.0beta3 Release:
* Add basic.recover AMQP method support (see AMQPChannel::basicRecover() method) (Bogdan Padalko)
Expand Down
2 changes: 1 addition & 1 deletion php_amqp.h
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ typedef struct _amqp_envelope_object {
#endif

#ifndef PHP_AMQP_VERSION
#define PHP_AMQP_VERSION "1.6.0beta3"
#define PHP_AMQP_VERSION "1.6.0beta4"
#endif

#ifndef PHP_AMQP_REVISION
Expand Down

0 comments on commit d85b378

Please sign in to comment.