Releases: druidfi/mysqldump-php
Releases · druidfi/mysqldump-php
2.0.3 Bug fixes
What's Changed
- Fix include-tables list being cleared, causing full database dump by @back-2-95 in #77
- Fix compress-level setting ignored in CompressGzip by @back-2-95 in #78
Full Changelog: 2.0.2...2.0.3
2.0.2 PHP 8.5 improvements
What's Changed
- Improve testing by @back-2-95 in #61
- Create a separate DumpWriter class to handle file output by @back-2-95 in #59
- Optimize memory usage by @back-2-95 in #62
- Enhance Type Safety by @back-2-95 in #63
- PHP 8.5 support by @back-2-95 in #65
- PHP 8.1 support by @back-2-95 in #66
- Refactor by @back-2-95 in #64
- bug fix for option no-data by @sensus-media in #69
- Use PHP native attributes by @back-2-95 in #68
- Add Rector by @back-2-95 in #72
- Add CLAUDE.md for AI assistant guidance by @back-2-95 in #74
New Contributors
- @sensus-media made their first contribution in #69
Full Changelog: 2.0.1...2.0.2
1.1.1 Backport fix for deprecated PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
What's Changed
Full Changelog: 1.1.0...1.1.1
2.0.1 Refactoring and new options
What's Changed
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @back-2-95 in #56
- Add new compression options by @back-2-95 in #55
- Create a separate DatabaseConnector class to handle connection logic by @back-2-95 in #57
- Fix issue #35 by @back-2-95 in #58
- Add support for REPLACE INTO statements with new 'replace' flag by @cfuentessalgado in #60
New Contributors
- @cfuentessalgado made their first contribution in #60
Full Changelog: 2.0.0...2.0.1
2.0.0 PHP 8.4 support & Drop PHP 8.1
Highlights
- Add support for PHP 8.4
- Drop support for unsupported PHP versions (8.1 and older)
If you need to use PHP 8.1, use v1.
What's Changed
- PHP 8.4 by @back-2-95 in #51
Full Changelog: 1.1.0...2.0.0
2.0.0 RC1 PHP 8.4 support & Drop PHP 8.1
Highlights
- Add support for PHP 8.4
- Drop support for unsupported PHP versions (8.1 and older)
What's Changed
- PHP 8.4 by @back-2-95 in #51
Full Changelog: 1.1.0...2.0.0-rc1
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.