Packages

Ratelix is a rate limiting library for Elixir applications. It provides a simple and flexible way to implement rate limiting strategies to control the flow of requests in your application.

Current section

Files

Jump to
ratelix CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.0] - 2025-06-19
### Added
- Compliance to hex.pm
## [0.2.0] - 2025-06-19
### Added
- Leaky and token bucket implementation
- README improvement
## [0.1.0] - 2025-06-17
### Added
- Initial implementation