Skip to content

Releases: code-rhapsodie/dataflow-bundle

v5.1.0

31 Oct 15:40
6d86ba1
Compare
Choose a tag to compare

What's Changed

  • Refactor SchemaDump command by @AUDUL in #75

Full Changelog: v5.0.1...v5.1.0

v5.0.1

31 Oct 14:38
95124ac
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility with doctrine 4 by @AUDUL in #73

Full Changelog: v5.0.0...v5.0.1

v5.0.0

31 Oct 12:04
4011f39
Compare
Choose a tag to compare

What's Changed

  • Initiate Kudos on dataflow-bundle
  • Added Symfony 7 support
  • Removed Symfony 6 compatibility
  • Removed Symfony 5 compatibility
  • Removed Symfony 4 compatibility
  • Removed Symfony 3 compatibility
  • Changed README.md
  • Added CI

New Contributors

Full Changelog: v4.1.2...v5.0.0

v4.1.2

06 Dec 13:04
Compare
Choose a tag to compare
  • Fix log exception argument typing

v4.1.1

27 Jul 14:48
e8b3625
Compare
Choose a tag to compare

v4.1.0

27 Jul 07:40
3c56a90
Compare
Choose a tag to compare
  • Added custom index for exception log

v4.0.0

18 Aug 07:38
25b2e9e
Compare
Choose a tag to compare
  • Added Symfony 6 support
  • PHP minimum requirements bumped to 8.0

v3.1.0

21 Apr 08:41
d89d7b7
Compare
Choose a tag to compare
  • Added optional "messenger mode", to delegate jobs execution to workers from the Symfony messenger component
  • Added support for asynchronous steps execution, using the AMPHP library (contribution from matyo91)

v3.0.0

23 Mar 08:07
b191e33
Compare
Choose a tag to compare
  • Added PHP 8 support
  • PHP minimum requirements bumped to 7.3
  • Added Doctrine DBAL 3 support
  • Doctrine DBAL minimum requirements bumped to 2.12

v2.2.0

15 Jan 14:19
8bb55b1
Compare
Choose a tag to compare
  • Improve logging Dataflow job