Releases: jaytaph/RateLimitBundle
2.0.0
What's Changed
- Simple phpunit by @goetas in #128
- Drop @ratelimit Annotation, Create #[RateLimit] Attribute, Drop php7 support, Drop symfony 3 & 4 support by @axi in #132
- Run oauth tests always and update docs by @goetas in #133
Upgrade notes
https://github.com/jaytaph/RateLimitBundle/blob/main/UPGRADE-2.0.md
Full Changelog: v1.19.0...2.0.0
2.0.0-RC1
This is a major release, please check https://github.com/jaytaph/RateLimitBundle/blob/main/UPGRADE-2.0.md for the upgrade notes.
What's Changed
- Simple phpunit by @goetas in #128
- Drop @ratelimit Annotation, Create #[RateLimit] Attribute, Drop php7 support, Drop symfony 3 & 4 support by @axi in #132
- Run oauth tests always and update docs by @goetas in #133
Full Changelog: v1.19.0...2.0.0-RC1
v1.19.0 - Symfony 6 support
What's Changed
Full Changelog: v1.18.0...v1.19.0
v1.18.0
php8 compatibility
Added PHP8 compatibility
Redis character issues
Fixes issues for redis
Added framework extra bundle 6.0
Added major version 6 of the framework extra bundle to the requirement list
Composer2 compatiblity
Small fixes which allows you to use ratelimitbundle with composer2.
Also added php-redis cluster functionality.
Symfony 5 release
Fixed some issues with the 1.15.0 release. It should work fine now with Symfony 5.
Symfony 5 release
This release does not include any real new features. It's a bump in the Symfony framework requirements so we can support Symfony 5 and the Symfony 3/4 TLS versions.