Skip to content

Releases: spatie/db-dumper

4.0.0

15 Feb 22:15
f6242fc

Choose a tag to compare

Breaking Changes

  • Require PHP 8.4+
  • Removed hidden illuminate/support dependency — getSSLFlag() no longer uses DB::selectOne() to auto-detect MySQL version. It now defaults to ssl-mode=DISABLED (works on MySQL 5.7.11+ and required for 8.4+). Use setSslFlag('skip-ssl') if you need the old flag for older MySQL versions.

Added

  • includeRoutines() method for MySQL and MariaDB to include stored procedures and functions in dumps
  • excludeTablesData() method for MySQL and MariaDB to exclude data for specific tables while keeping their structure
  • PHPStan static analysis at max level

Changed

  • Upgraded to Pest 4
  • Refactored codebase to use promoted constructor properties and standardized naming
  • Added array type annotations throughout the codebase

Full Changelog: 3.8.3...4.0.0

3.8.3

05 Jan 16:26
eac3221

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.8.2...3.8.3

3.8.2

10 Dec 09:30
9519c64

Choose a tag to compare

What's Changed

  • added ssl flag override to allow for custom server flags by @aschkenasy in #236

New Contributors

Full Changelog: 3.8.1...3.8.2

3.8.1

26 Nov 09:51
e974cc7

Choose a tag to compare

What's Changed

Full Changelog: 3.8.0...3.8.1

3.8.0

14 Feb 15:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.7.2...3.8.0

3.7.2

14 Feb 13:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.7.1...3.7.2

3.7.1

18 Nov 14:54
55d4d67

Choose a tag to compare

What's Changed

Full Changelog: 3.7.0...3.7.1

3.7.0

23 Sep 08:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.0...3.7.0

3.6.0

24 Apr 14:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...3.6.0

3.5.0

08 Apr 07:24
d6519cd

Choose a tag to compare

What's Changed

  • feat: 🎉 Add Feature to Skip AUTO_INCREMENT Values in MySQL Dumps by @jhonymiler in #207

New Contributors

Full Changelog: 3.4.3...3.5.0