Skip to content

Commit

Permalink
Prepare 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Apr 16, 2023
1 parent 2a99823 commit 00bec02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGELOG
=========

4.0.0
-----

* all processors' callback (`begin`, `ìtem`, `end` and `batch`)
receive a `Message` object as first argument
* `end` callback get archived file path
* upgrade minimum PHP version to 8.1
* `CliProcessor` now only catch `ItemHandlingException`
* fix unexpected behavior with `Serializer` initialization
* add `JsonReader`
* add support for async processing
* init Symfony bundle configuration

3.2.0
-----

Expand Down

0 comments on commit 00bec02

Please sign in to comment.