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

Releases: wakeapp/rabbit-queue-bundle

v2.1.1

18 May 12:43
Compare
Choose a tag to compare
  • Added support psr/container with version >=1.1.0.

v2.1.0

06 May 10:17
Compare
Choose a tag to compare

Added

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

Changed

  • Change exception logging in ConsumerRunCommand.

v2.0.0

07 Apr 14:28
Compare
Choose a tag to compare

Changed

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

v1.0.1

01 Apr 10:19
Compare
Choose a tag to compare

Changed

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

v1.0.0

04 Mar 16:56
Compare
Choose a tag to compare

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.

v0.1.1

04 Mar 16:56
Compare
Choose a tag to compare

Changed

  • Change license type.

v0.1.0

04 Mar 16:55
Compare
Choose a tag to compare

Added

  • The first basic version of the bundle.