Skip to content

Releases: cleverage/process-bundle

v.4.1.0

08 Jan 15:18
b520cdb
Compare
Choose a tag to compare

Add

  • #155 Add InputFileReaderTask (Reads the whole input file and outputs its content), InputLineReaderTask (Reads an input file line by line and outputs each line.) and LineReaderTask (Reads a file line by line and outputs each line.)

v4.0

17 Dec 13:56
c23a4fc
Compare
Choose a tag to compare

BC breaks

  • #142 Remove FileFetchTask, use cleverage/flysystem-process-bundle instead.
  • #142 YamlReaderTask & YamlWriterTask namespaces changed to CleverAge\ProcessBundle\Task\File\Yaml
  • #142 Array***Transformers namespaces changed to CleverAge\ProcessBundle\Transformer\Array
  • #142 NormalizeTransformer & DenormalizeTransformer namespaces changed to CleverAge\ProcessBundle\Transformer\Serialization
  • #142 DateFormatTransformer & DateParserTransformer namespaces changed to CleverAge\ProcessBundle\Transformer\Date
  • #142 ExplodeTransformer, HashTransformer, ImplodeTransformer, SlugifyTransformer, SprintfTransformer & TrimTransformer namespaces changed to CleverAge\ProcessBundle\Transformer\String
  • #142 InstantiateTransformer, PropertyAccessorTransformer RecursivePropertySetterTransformer namespaces changed to CleverAge\ProcessBundle\Transformer\Object
  • #147 Replace Symfony\Component\Form\Exception\InvalidConfigurationException by Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
  • #148 Update services (step 1) 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_process
  • #150 The class \CleverAge\ProcessBundle\Task\Debug\MemInfoDumpTask has been deleted without suggested replacement
  • #115 New mandatory configuration default_error_strategy on clever_age_process level. See Quick Start/Global configuration

Changes

  • #139 Update Makefile & .docker for local standalone usage
  • #139 Update rector, phpstan & php-cs-fixer configurations & apply it
  • #141 league/flysystem-bundle is not required anymore
  • #130 EventDispatcherInterface service declaration breaks dependency injection
  • #147 Add missing dependencies on symfony/dotenv and symfony/runtime
  • #147 Remove dependencies on symfony/form, symfony/messenger & symfony/scheduler
  • #146 eav-process-bundle, enqueue-process-bundle, cache-process-bundle and process-soap-bundle were deprecated / archived.
  • #141 Add a default value to the node "default_error_strategy"

Fixes

  • #129 Remove wrong replace configuration on composer.json. Add missing suggest
  • Miscellaneous fixes, show full diff : v4.0.0-rc2...v4.0.0

v4.0.0-rc2

27 Jun 17:31
Compare
Choose a tag to compare
v4.0.0-rc2 Pre-release
Pre-release
fix bundle

V4 RC1

20 Jun 13:49
Compare
Choose a tag to compare
V4 RC1 Pre-release
Pre-release
v4.0.0-rc1

more tests

Fix deprecation

29 Feb 10:09
e4bfef9
Compare
Choose a tag to compare

v3.2.8

25 Apr 08:51
fa962ff
Compare
Choose a tag to compare
Merge pull request #128 from VincentChalnot/v3.2-dev

Various fixes

Suppress deprecation message

16 Feb 12:06
c1b3276
Compare
Choose a tag to compare
v3.2.7

Add annotation to avoid message

Fix SubprocessInstance Task for Symfony >=5

26 Jan 10:29
Compare
Choose a tag to compare

v3.2.5

23 Mar 08:46
0a42088
Compare
Choose a tag to compare

Upgrade psr/cache

Adding transformer to unset an array element

23 Jun 10:11
Compare
Choose a tag to compare
v3.0.6

Adding ArrayUnsetTransformer