|
| 1 | +v4.0 |
| 2 | +------ |
| 3 | + |
| 4 | +## BC breaks |
| 5 | + |
| 6 | +* [#142](https://github.com/cleverage/process-bundle/issues/142) Remove FileFetchTask, use `cleverage/flysystem-process-bundle` instead. |
| 7 | +* [#142](https://github.com/cleverage/process-bundle/issues/142) YamlReaderTask & YamlWriterTask namespaces changed to `CleverAge\ProcessBundle\Task\File\Yaml` |
| 8 | +* [#142](https://github.com/cleverage/process-bundle/issues/142) Array***Transformers namespaces changed to `CleverAge\ProcessBundle\Transformer\Array` |
| 9 | +* [#142](https://github.com/cleverage/process-bundle/issues/142) NormalizeTransformer & DenormalizeTransformer namespaces changed to `CleverAge\ProcessBundle\Transformer\Serialization` |
| 10 | +* [#142](https://github.com/cleverage/process-bundle/issues/142) DateFormatTransformer & DateParserTransformer namespaces changed to `CleverAge\ProcessBundle\Transformer\Date` |
| 11 | +* [#142](https://github.com/cleverage/process-bundle/issues/142) ExplodeTransformer, HashTransformer, ImplodeTransformer, SlugifyTransformer, SprintfTransformer & TrimTransformer namespaces changed to `CleverAge\ProcessBundle\Transformer\String` |
| 12 | +* [#142](https://github.com/cleverage/process-bundle/issues/142) InstantiateTransformer, PropertyAccessorTransformer RecursivePropertySetterTransformer namespaces changed to `CleverAge\ProcessBundle\Transformer\Object` |
| 13 | +* [#147](https://github.com/cleverage/process-bundle/issues/147) Replace `Symfony\Component\Form\Exception\InvalidConfigurationException` by `Symfony\Component\Config\Definition\Exception\InvalidConfigurationException` |
| 14 | +* [#148](https://github.com/cleverage/process-bundle/issues/148) Update services (step 1) according to Symfony best practices. Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly. |
| 15 | +Services must be prefixed with the bundle alias instead of using fully qualified class names => `cleverage_process` |
| 16 | +* [#150](https://github.com/cleverage/process-bundle/issues/150) The class `\CleverAge\ProcessBundle\Task\Debug\MemInfoDumpTask` has been deleted without suggested replacement |
| 17 | +* [#115](https://github.com/cleverage/process-bundle/issues/115) New mandatory configuration `default_error_strategy` on `clever_age_process` level. See [Quick Start/Global configuration](docs/01-quick_start.md#global-configuration) |
| 18 | +### Changes |
| 19 | + |
| 20 | +* [#139](https://github.com/cleverage/process-bundle/issues/139) Update Makefile & .docker for local standalone usage |
| 21 | +* [#139](https://github.com/cleverage/process-bundle/issues/139) Update rector, phpstan & php-cs-fixer configurations & apply it |
| 22 | +* [#141](https://github.com/cleverage/process-bundle/issues/141) `league/flysystem-bundle` is not required anymore |
| 23 | +* [#130](https://github.com/cleverage/process-bundle/issues/130) EventDispatcherInterface service declaration breaks dependency injection |
| 24 | +* [#147](https://github.com/cleverage/process-bundle/issues/147) Add missing dependencies on `symfony/dotenv` and `symfony/runtime` |
| 25 | +* [#147](https://github.com/cleverage/process-bundle/issues/147) Remove dependencies on `symfony/form`, `symfony/messenger` & `symfony/scheduler` |
| 26 | +* [#146](https://github.com/cleverage/process-bundle/issues/146) eav-process-bundle, enqueue-process-bundle, cache-process-bundle and process-soap-bundle were deprecated / archived. |
| 27 | +* [#141](https://github.com/cleverage/process-bundle/issues/141) Add a default value to the node "default_error_strategy" |
| 28 | + |
| 29 | +### Fixes |
| 30 | + |
| 31 | +* [#129](https://github.com/cleverage/process-bundle/issues/129) Remove wrong replace configuration on composer.json. Add missing suggest |
| 32 | +* Miscellaneous fixes, show full diff : https://github.com/cleverage/process-bundle/compare/v4.0.0-rc2...v4.0.0 |
| 33 | + |
| 34 | +v4.0-RC2 |
| 35 | +------ |
| 36 | + |
| 37 | +## BC breaks |
| 38 | + |
| 39 | +* Bump php version to >=8.2 |
| 40 | +* Bump symfony version to ^6.4|^7.1 |
| 41 | + |
| 42 | +### Fixes |
| 43 | + |
| 44 | +* Miscellaneous fixes, show full diff : https://github.com/cleverage/process-bundle/compare/v4.0.0-rc1...v4.0.0-rc2 |
| 45 | + |
| 46 | +v4.0-RC1 |
| 47 | +------ |
| 48 | + |
| 49 | +## BC breaks |
| 50 | + |
| 51 | +* Bump php version to >=8.1 |
| 52 | +* Bump symfony version to ^6.3 |
| 53 | + |
| 54 | +## Changes |
| 55 | +* Add some phpunit tests |
| 56 | +* Apply Rector & Phpstan |
| 57 | +* Add StopwatchTask |
| 58 | +* Change directory structure. Move Symfony code to /src, documentation to /doc, and tests to /tests |
| 59 | + |
| 60 | +### Fixes |
| 61 | + |
| 62 | +* Miscellaneous fixes, show full diff : https://github.com/cleverage/process-bundle/compare/v3.2.9...v4.0.0-rc1 |
| 63 | + |
| 64 | +v3.2.9 |
| 65 | +------ |
| 66 | + |
| 67 | +### Fixes |
| 68 | + |
| 69 | +https://github.com/cleverage/process-bundle/compare/v3.2.8...v3.2.9 |
| 70 | + |
1 | 71 | v3.2.8
|
2 | 72 | ------
|
3 | 73 |
|
|
0 commit comments