Skip to content

Releases: temp/blocking

3.0.0

21 Jul 12:13
615db67
Compare
Choose a tag to compare

3.0.0 (2023-07-21)

Bug Fixes

  • Add redis storage support, add bundle and deprecate brainbits/blocking-bundle, require psr/clock, rework expiration to ttl mechanism implemented by storage (2e61292)

BREAKING CHANGES

  • Due to clock support several constructors have changed, block, block identifier and owner interfaces are removed

2.1.0

19 Jul 11:16
9912e9a
Compare
Choose a tag to compare

2.1.0 (2023-07-19)

Bug Fixes

  • add phpstan and fix warnings (b52afc8)
  • Allow changing of value owner factory value for easier tests (2cf7f09)
  • Raise minimum php version to 8.1 (3adba1a)
  • Update dependencies (d491808)
  • Use branch master for releases (c6393f8)

Features

  • Rework for symfony 6, drop PHP 7.4 support (c59cf72)