Releases: oliverde8/phpEtlBundle
Releases · oliverde8/phpEtlBundle
v1.1.0-alpha8
Added compatibility with etl 2.0.
v1.1.0-alpha7
fix missing repeat operation declaration
v1.1.0-alpha6
🧪v1.1.0-alpha6 🧪
Full Changelog: v1.1.0-alpha5...v1.1.0-alpha6
v1.1.0-alpha5
Full Changelog: v1.1.0-alpha4...v1.1.0-alpha5
v1.1.0-alpha4
Full Changelog: v1.1.0-alpha3...v1.1.0-alpha4
v1.1.0-alpha3
feat: Live update execution diagram as etl runs
v1.1.0-alpha2
feat: added support for php-etl v1.2
Version 1.1.0-Alpha1
1.1.0
- 🌟 Support for php-etl 1.1 new operations has been added.
- 🌟 Support for symfony 6.0 has been added.
- 🌟 Support for using input parameters in operation options has been added.
- 💥 All operations are no longer built during DI compilation. This should improve peformance of cache warmup.
- 💥 Support for Symfony 4.4 has been dropped.
- 💥 Support for php 7.4 has been dropped.
Version 1.0.5
Version 1.0.4
v1.0.4 Fix context & other objects being shared between executions when usin…