Skip to content

Releases: marshmallow-packages/laravel-database-sync

1.4.0

18 Mar 13:20
d6bfc6f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

15 Jul 07:54
d47bd18

Choose a tag to compare

What's Changed

  • (feature) Add configurable process timeout for database sync by @stefvanesch in #37

Full Changelog: 1.2.0...1.3.0

1.2.0

25 Jun 09:28
c87e693

Choose a tag to compare

What's Changed

  • Add per-table sync date tracking and status reporting by @stefvanesch in #33
  • Bump orchestra/testbench from 9.x-dev to 10.4.0 by @dependabot in #31
  • 26 new cache date should be set at the start of the script so we dont miss any data by @stefvanesch in #34
  • Add batch file transfer optimization for database sync by @stefvanesch in #35

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

24 Mar 08:38
b5b66e7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

21 Mar 12:52

Choose a tag to compare

1. Core functionality:

  • The main db-sync command
  • Multi-tenant support
  • Suite configuration for selective syncing
  • Date-based synchronization options
  • Configurable table ignoring

2. Technical specifications:

  • Laravel version support (11.x and 12.x)
  • PHP version support (8.2 and 8.3)
  • CI/CD implementation with GitHub Actions

3. Infrastructure features:

  • Storage system for sync date tracking