Packages

A lightweight Elixir library for managing RabbitMQ connection and channel pools.

Current section

Files

Jump to
rabbitmq_pool_ex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0]
### Changed
- Improve genral documentation
## [1.1.0]
### Added
- Telemetry metric for pool_size
## [1.0.0]
### Changed
- Downgrade AMQP version to 3 to ease integration with old apps
### Fixed
- Use the correct supervisor in the docs example
## [1.0.0-alpha.1]
### Added
- RabbitMQ connection and channel pools