Packages

A lightweight Elixir library for managing a pool of AMQP channels using NimblePool.

Current section

Files

Jump to
amqp_channel_pool 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Placeholder for new features.
### Fixed
- Placeholder for bug fixes.
### Changed
- Placeholder for updates to existing features.
## [0.1.0] - 2025-01-02
### Added
- Initial release of `amqp_channel_pool`.
- Support for managing a pool of AMQP channels using NimblePool.
- Simple and flexible API for starting the pool and checking out channels.
- Configuration support for AMQP connection options (e.g., `host`, `port`, `username`, `password`).
- Documentation, including a README with usage examples and configuration guidance.