Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.31 KB

[Unreleased]

[2.1.1] - 2021-05-18

  • Added support psr/container with version >=1.1.0.

[2.1.0] - 2021-05-06

Added

  • Added new configuration parameters: connection_timeout, read_write_timeout, heartbeat.

Changed

  • Change exception logging in ConsumerRunCommand.

[2.0.0] - 2021-04-07

Changed

  • [BC BREAK] Constants moved from ConsumerInterface to AbstractConsumer.

[1.0.1] - 2021-04-01

Changed

  • Changed return value usage from using Command::SUCCESS constant to scalar.
  • Commands changed:
    • UpdateDefinitionCommand
    • ConsumerListCommand
    • ConsumerRunCommand

[1.0.0] - 2021-03-04

Added

  • Added retry exchange for rewind message in queue with delay.
  • Added config parameters idle_timeout and wait_timeout.
  • Added publishers: FifoPublisher, DelayPublisher, FifoPublisher, DeduplicatePublisher, DeduplicateDelayPublisher.

Changed

  • Optimized receiving a batch of messages in ConsumerRunCommand.
  • Extended supported queue types by Delay, Deduplicate.

Fixed

  • Fix rewind and release partial messages by delivery tag. Changed ReleasePartialException, RewindDelayPartialException, RewindPartialException.

[0.1.1] - 2021-01-14

Changed

  • Change license type.

[0.1.0] - 2021-01-14

Added

  • The first basic version of the bundle.