Skip to content

Releases: IQ2i/data-importer

v4.2.0

04 Apr 18:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

v4.1.0

18 Oct 09:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

v4.0.0

16 Apr 15:43
Compare
Choose a tag to compare

Changelog

  • 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

v3.2.0

26 Jul 13:16
Compare
Choose a tag to compare

Changelog

  • add serializer override support
  • make filename argument optional in abstract command

v3.1.0

03 Jul 14:07
Compare
Choose a tag to compare

Changelog

  • move source files into a src folder
  • downgrade docker PHP version to minimum version required by this package
  • add an abstract command to create Symfony command

v3.0.0

10 Jun 21:43
Compare
Choose a tag to compare

Changelog

  • add Docker environment
  • remove support to PHP 7.2 and PHP 7.3
  • upgrade dependencies

v2.3.0

29 Nov 19:59
4dfcd26
Compare
Choose a tag to compare

Changelog

  • support PHP 8.1

v2.2.0

13 Oct 19:47
6686d71
Compare
Choose a tag to compare

Changelog

  • support Symfony 6
  • fix dev dependencies version

v2.1.0

26 Feb 13:33
c854ebc
Compare
Choose a tag to compare

Changelog

  • support PHP 8.0

v2.0.1

30 Oct 14:04
Compare
Choose a tag to compare

Changelog

  • fix BatchProcessor methods that were never called