Releases: druidfi/mysqldump-php
Releases · druidfi/mysqldump-php
1.1.0 Performance updates
What's Changed
- Test with PHP 8.3 and user MariaDB 10.11 LTS by @back-2-95 in #33
- Trigger the dump info hook when max buffer length is reached by @guvra in #40
- Update actions/checkout action to v4 by @renovate in #43
- Update druidfi/mariadb Docker tag to v10.11 by @renovate in #42
- Inline escape() method to improve performance by @staabm in #34
- Remove unnecessary call_user_func() to be faster by @staabm in #36
- Faster dump by less tiny writes() by @staabm in #37
New Contributors
Full Changelog: 1.0.3...1.1.0
2.0.0 Beta1 Drop support for PHP 7 and PHP 8.0
This is a pre-release for 2.x series which will drop support for EOL PHP versions.
1.0.3
1.0.2 PHP 8.2, table limits and fix virtual columns
1.0.1 DumpSettings getDefaults as static
- Change
DumpSettings::getDefaults
to static function for easier access
1.0.0 First stable release!
- Works with MySQL 5.7 and 8.0
- Works with PHP 7.4, 8.0 and 8.1
- In this release last PHP 8.1/PDO item was fixed
1.0.0 RC3 - third release candidate
- Fix on processing includedTables
1.0.0 RC2 - Second release candidate
- Sqlite classes removed
- Dump options as a separate class
- Most tests passing in GHA
- Namespace changed
1.0.0 RC1 - First release candidate
- Initial release for a new version with updated PHP syntax