Skip to content

Latest commit

 

History

History
228 lines (137 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

228 lines (137 loc) · 11.8 KB

Changelog

Full Changelog

Implemented enhancements:

  • PhpAmqpLib PCNTLHeartbeatSender #100
  • Feature/support amqp lib heartbeat #102 (prolic)

Closed issues:

  • Type issue with exceptions #98

Merged pull requests:

v2.0.0 (2020-03-28)

Full Changelog

Implemented enhancements:

v1.5.0 (2020-03-24)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Tests are failing #74

Closed issues:

  • Your changelog change years are wrong (is 2018, should be 2020) #95
  • Update documented requirement to PHP 7.2 #82
  • Implement JsonRpcError factory #70
  • Add script-wrapper to manage consumers via PCNTL messages #45

Merged pull requests:

v1.4.2 (2018-11-24)

Full Changelog

Implemented enhancements:

  • Use AMQPChannel::close() in AbstractConsumer #72 (genhoi)

v1.4.1 (2018-11-02)

Full Changelog

Merged pull requests:

  • allow beberlei/assert v3 #71 (basz)

v1.4.0 (2018-03-03)

Full Changelog

Implemented enhancements:

  • handle json-rpc responses without id #68 (prolic)
  • bump suggested driver requirements #63 (prolic)
  • test php 7.2 in travis #62 (prolic)
  • always declare a queue in factory, even with auto_setup_fabric disabled #61 (prolic)
  • json rpc server returns trace if enabled #60 (prolic)
  • allow marc-mabe/php-enum 3.0 #59 (prolic)

Merged pull requests:

  • adds a test for empty json rpc response collections #66 (oqq)
  • updates rpc docs to match current mandatory options from factory #55 (oqq)

v1.3.0 (2017-09-14)

Full Changelog

Implemented enhancements:

  • Customizable the delivery result when handling exception #49
  • Update to use psr-11 container #43
  • build amqp extension from source #54 (prolic)
  • Added ability to change strategy of rejection a message #52 (yethee)
  • Update to use psr-11 container #51 (prolic)
  • JsonProducer should check for errors #47 (prolic)

Fixed bugs:

  • Q: ssl Connection on php-lib requires validation and client certs #9
  • Changed command switch back to c from n, looks like this was switched… #53 (cwoskoski)

Closed issues:

  • Consider implementing amqp-interop #50
  • JsonProducer should check for errors #46
  • Compatibility with latest ConfigurationTrait #44

v1.2.0 (2017-06-18)

Full Changelog

Implemented enhancements:

  • More docs on JSON RPC Server & Client #32
  • Documentation for humus-amqp-config setup #23
  • fix exchange binding / unbinding for php-amqplib #38 (prolic)

Fixed bugs:

  • fix waitForConfirm in php-amqplib #36 (prolic)
  • fix ssl connection for php amqplib #35 (prolic)

Closed issues:

  • Link to gitter chat in readme does not work #42
  • Need help to get a queue object #33

Merged pull requests:

v1.1.0 (2017-02-07)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

  • adds exchange name as array key in rpc client factory #30 (oqq)

v1.0.0 (2016-08-13)

Full Changelog

Implemented enhancements:

  • Add AMQPLazySocketConnection for php-amqplib #21
  • Add documentation #11

v1.0.0-BETA.4 (2016-07-31)

Full Changelog

v1.0.0-BETA.3 (2016-07-16)

Full Changelog

Implemented enhancements:

  • Allow queue to bind to multiple exchanges #20

v1.0.0-BETA.2 (2016-07-09)

Full Changelog

Fixed bugs:

  • catch (\Throwable $e) //to catch also new PHP7 errors #13
  • Argument 1 must be of the type integer, string given #16 (basz)

Closed issues:

  • direct exchanges and messageName filters #17
  • option with shortcut "n" already exists #15

Merged pull requests:

  • alias humus-amqp to vendor/bin #14 (basz)

v1.0.0-BETA.1 (2016-06-07)

Full Changelog

Implemented enhancements:

  • Implement JSON-RPC 2.0 specifications #10
  • Add functional tests #6
  • Add unit tests #5
  • Make use of driver-independent amqp constants #3
  • Add drivers #2 (prolic)

Fixed bugs:

  • option cacert vs ca_cert #8

Merged pull requests:

  • Added a way to get default attributes. #1 (bweston92)

* This Changelog was automatically generated by github_changelog_generator