Skip to content

Releases: jaytaph/RateLimitBundle

2.0.0

11 Sep 08:16
91d4a0b
Compare
Choose a tag to compare

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

15 Aug 13:08
91d4a0b
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

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

16 Mar 07:34
f5fe8e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.0...v1.19.0

v1.18.0

24 Jan 15:26
27f31b1
Compare
Choose a tag to compare

What's Changed

  • Allow wildcard in path by @asilelik in #121
  • Remove a deprecation on symfony 5.4 by @axi in #123

New Contributors

  • @asilelik made their first contribution in #121

Full Changelog: 1.17.0...v1.18.0

php8 compatibility

06 Apr 07:21
3ddfa80
Compare
Choose a tag to compare

Added PHP8 compatibility

Redis character issues

13 Mar 10:26
cb7b1fd
Compare
Choose a tag to compare

Fixes issues for redis

Added framework extra bundle 6.0

12 Mar 11:44
0440f6c
Compare
Choose a tag to compare

Added major version 6 of the framework extra bundle to the requirement list

Composer2 compatiblity

01 Feb 10:29
942dbed
Compare
Choose a tag to compare

Small fixes which allows you to use ratelimitbundle with composer2.

Also added php-redis cluster functionality.

Symfony 5 release

11 Feb 10:07
167c163
Compare
Choose a tag to compare

Fixed some issues with the 1.15.0 release. It should work fine now with Symfony 5.

Symfony 5 release

10 Feb 15:32
b9e4e86
Compare
Choose a tag to compare

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.