What's Changed
- #20 - php-di and guzzle updates by @michalbiarda in #26
- #21 - Config loader changes, refactoring and cleanup by @michalbiarda in #28
- #22 - switching native PDO to custom PersistentPDO which prevents timeouts by @michalbiarda in #30
- SO-Driver-29: Change of config folders names by @prince-swiftotter in #32
- #23 - fix for Access Denied issue when importing database from S3 by @michalbiarda in #31
- #24 - Smarter anonymization by @michalbiarda in #33
- #35 - Use all seed records by @michalbiarda in #36
- #25 - Documentation enhancements by @michalbiarda in #37
- #38: Replaced Mysqli with PDO in import-s3 action by @michalbiarda in #40
- #39: Added configuration option for RDS engine version by @michalbiarda in #41
- #42: PHP 8.1 compatibility fixes by @michalbiarda in #44
- #21: Fix for config loader when
vendor/bin/driver
is a symlink by @michalbiarda in #45 - #47: Removed unnecessary transactions from transformation function by @michalbiarda in #49
- #46: Split local export mysqldump command to multiple commands (one per table) by @michalbiarda in #48
- #53: Added
--no-tablespaces
tomysqldump
commands by @michalbiarda in #54 - #51: Fixed foreign key checks issue after switching to per-table dump by @michalbiarda in #55
- #57: Fix for "Unable to fork" issue when executing a lot of mysqldump commands by @michalbiarda in #58
- #60: Fix for incorrect caching mechanism of getFilename method by @michalbiarda in #63
- #56 & #61 - Dump refactored by @michalbiarda in #64
- #65: getAllTables GROUP_CONCAT issue fixed by @michalbiarda in #66
- 4.0.0 release by @michalbiarda in #68
New Contributors
- @michalbiarda made their first contribution in #26
Full Changelog: v3.5.0...v4.0.0