Sha256: 93e79846b6e69f63c36d04995d7b6531d29c9fcbd24b046ceec1010ee1cf8af2

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.

## [0.8.1] - 2020-11-05
### Added
- channels pool for manage channels on Publisher connection
### Changed
- Publisher use channels pool for access to channel

## [0.8.0] - 2020-10-28
### Added
- class Rabbit::Recieving::Receive for message processing
- class Rabbit::Recieving::Queue for queue name determination when receiving
- message_id argument in published and received messages
- before and after hooks when processing message
- specs for new functionality
- arguments attribute in received message and handler (contain raw message arguments with exchange and routing_key from the delivery_info)

### Changed
- Rabbit::Receiving::Worker refactoring (message processing moved to a separate class)
- ruby version upped to 2.5
- rubocop ruby target version set to 2.5
- some fixes of updated rubocop and ruby warnings
- heavy refactoring of old specs for receiving

## [0.7.1] - 2020-06-09
### Changed
- (Partially Fixed) Support for pre-defined logger injection on Sneakers moudle;

## [0.7.0] - 2020-06-09
### Added
- Support for multiple customizable loggers;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rabbit_messaging-0.8.1 CHANGELOG.md