Skip to content

Releases: cleverage/cache-process-bundle

v2.0

Choose a tag to compare

@xaviermarchegay xaviermarchegay released this 10 Dec 13:28

Add

  • #11 Support PHP 8.5 / Symfony 8

Breaking Changes

  • #11 Drop PHP 8.1 / Symfony 7.3

v1.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 21 Aug 14:09
01499e2

Changes

  • #8 Upgrade to Symfony 7.3 & PHP 8.4

v1.0.0

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 19 Jun 14:51
93943fd
  • Initial stable release

BC breaks

  • #3 Bump dependency "cleverage/process-bundle": "^4.0"
  • #5 Update services according to Symfony best practices. Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
    Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_cache_process
  • #1 Rework Tasks & Transfomers using AdapterRegistry

Changes

  • #4 Add Makefile & .docker for local standalone usage
  • #4 Add rector, phpstan & php-cs-fixer configurations & apply it