Skip to content

Releases: druidfi/mysqldump-php

2.0.3 Bug fixes

17 Mar 09:39
beb4237

Choose a tag to compare

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

07 Feb 05:52
bca3391

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

1.1.1 Backport fix for deprecated PDO::MYSQL_ATTR_USE_BUFFERED_QUERY

15 Jan 09:34
4e023c9

Choose a tag to compare

What's Changed

  • [1.x] Backport fix for deprecated PDO::MYSQL_ATTR_USE_BUFFERED_QUERY by @guvra in #73

Full Changelog: 1.1.0...1.1.1

2.0.1 Refactoring and new options

11 Aug 19:28
48fdf03

Choose a tag to compare

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

Full Changelog: 2.0.0...2.0.1

2.0.0 PHP 8.4 support & Drop PHP 8.1

24 Mar 09:02
190320c

Choose a tag to compare

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

Full Changelog: 1.1.0...2.0.0

2.0.0 RC1 PHP 8.4 support & Drop PHP 8.1

07 Mar 04:43
190320c

Choose a tag to compare

Highlights

  • Add support for PHP 8.4
  • Drop support for unsupported PHP versions (8.1 and older)

What's Changed

Full Changelog: 1.1.0...2.0.0-rc1

1.1.0 Performance updates

03 Mar 10:22
df0e3bc

Choose a tag to compare

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

27 Nov 07:27

Choose a tag to compare

This is a pre-release for 2.x series which will drop support for EOL PHP versions.

1.0.3

19 Oct 08:46

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2 PHP 8.2, table limits and fix virtual columns

06 Jan 10:24
15da1dd

Choose a tag to compare