This repository was archived by the owner on Jul 15, 2021. It is now read-only.
Releases: wakeapp/rabbit-queue-bundle
Releases · wakeapp/rabbit-queue-bundle
v2.1.1
v2.1.0
Added
- Added new configuration parameters:
connection_timeout,read_write_timeout,heartbeat.
Changed
- Change exception logging in
ConsumerRunCommand.
v2.0.0
Changed
- [BC BREAK] Constants moved from
ConsumerInterfacetoAbstractConsumer.
v1.0.1
Changed
- Changed return value usage from using Command::SUCCESS constant to scalar.
- Commands changed:
- UpdateDefinitionCommand
- ConsumerListCommand
- ConsumerRunCommand
v1.0.0
Added
- Added retry exchange for rewind message in queue with delay.
- Added config parameters
idle_timeoutandwait_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
Changed
- Change license type.
v0.1.0
Added
- The first basic version of the bundle.