Releases: oliverde8/phpEtlBundle
Releases · oliverde8/phpEtlBundle
Version 1.0.3
- 🔧 Fix context & other objects being shared between executions when using Messenger.
Version 1.0.2
- 🔧 Fix incase of failire etl execution being duplicated and loosing logs and files.
Version 1.0.1
- 🔧 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
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
- 🔧 Fixed issue with monolog ^2.0
1.0.0-alpha4
🌟 Added support for symfony 5
1.0.0-alpha3
🌟 Split easy admin section into another bundle! This is a BC change
1.0.0-alpha2
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
First release of the bundle 🎉