Skip to content

Releases: DavidGoodwin/RateLimit

3.0.3

19 Feb 20:52
62f263a

Choose a tag to compare

Adds Psr6CacheItemPool (allowing use of e.g. symfony/cache - see #4 )
Changes internal cache delimiter to be PSR6 friendly ( : => _ - this shouldn't affect anyone)
Update github actions + unit tests

Add PHP 8.3 support, drop PHP < 8.0

20 Oct 19:55
667cf12

Choose a tag to compare

  • Drop support for PHP < 8.0
  • Adds type hints and return types etc
  • Updates a few libraries

See also #6

github build improvements

04 Mar 16:05

Choose a tag to compare

  • build on github actions for PHP '7.2', '7.3', '7.4', '8.0', '8.1' & '8.2'
  • psalm/phpdoc fixes