Skip to content

Releases: oliverde8/phpEtlBundle

Version 1.0.3

05 May 09:53
Compare
Choose a tag to compare
  • 🔧 Fix context & other objects being shared between executions when using Messenger.

Version 1.0.2

03 May 09:57
Compare
Choose a tag to compare
  • 🔧 Fix incase of failire etl execution being duplicated and loosing logs and files.

Version 1.0.1

03 May 09:54
Compare
Choose a tag to compare
  • 🔧 Fix etl execution not reloaded from database at end of process. This is necessary if the doctrine memory is flushed in the etl process.

Version 1.0.0

21 Dec 13:24
2cfca03
Compare
Choose a tag to compare

1.0.0

  • 🎊 🎉 First stable release 🎉 🎊
  • 🌟 Added support for php etl 1.0 stable release.
  • 🌟 Added support for symfony 6
  • 🌟 Better error management,
  • 🌟 File abstraction layer for storing etl related files. (Thanks to elt 1.0)
  • 🌟 Logger proxy allows all logs written in etl to have etl context data. (Thanks to elt 1.0)

1.0.0-alpha5

27 Aug 14:41
3e88e08
Compare
Choose a tag to compare
1.0.0-alpha5 Pre-release
Pre-release
  • 🔧 Fixed issue with monolog ^2.0

1.0.0-alpha4

27 Aug 14:03
9e15133
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release

🌟 Added support for symfony 5

1.0.0-alpha3

25 Aug 08:47
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release

🌟 Split easy admin section into another bundle! This is a BC change

1.0.0-alpha2

07 Jun 07:54
Compare
Choose a tag to compare
1.0.0-alpha2 Pre-release
Pre-release

1.0.0 Alpha #2

  • 🌟 Split chain execution into2 public function for more flexibility.
  • 🌟 Each execution has dedicated folder with it's logs.
  • 🌟 You can see the logs of the execution in the interface.
  • 🌟 Added a json editor/viewer to improve usability.
  • 🌟 You can download all files used during an execution from the interface.
  • 🌟 Dashboard allow you to monitor & see the executions.
  • 🌟 User can queue chain executions from the interface
  • 🌟 Added etl-clean_old_executions chain to cleanup old executions.
  • 🔧 Fixed deprecation on console commands.
  • 🔧 Various fixes and improvements.

1.0.0-alpha

10 May 07:46
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

First release of the bundle 🎉