Releases: marshmallow-packages/laravel-database-sync
Releases · marshmallow-packages/laravel-database-sync
1.4.0
What's Changed
- Add Laravel 13 support by @milan607 in #46
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #42
- Bump orchestra/testbench from 10.4.0 to 10.9.0 by @dependabot[bot] in #44
New Contributors
Full Changelog: 1.3.0...1.4.0
1.3.0
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
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
- @dependabot made their first contribution in #31
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- (feature) DATABASE_SYNC_REMOTE_DATABASE is not needed on setup by @stefvanesch in #13
- (fix) added --date value to test scripts by @stefvanesch in #16
- (feature) update config name for
remote_user_and_hostby @stefvanesch in #14 - (docs) added note for Forge users by @stefvanesch in #17
- (update) moved mysql dump flags to config for better custimization by @stefvanesch in #18
- (feature) added support for the deleted_at column by @stefvanesch in #20
- (feature) sync tables that don't have timestamps by @stefvanesch in #21
- (feature) added the option to sync a complete table, instead of by th… by @stefvanesch in #22
- (docs) added new features to docs by @stefvanesch in #24
- (docs) fixed a styling issue by @stefvanesch in #25
New Contributors
- @stefvanesch made their first contribution in #13
Full Changelog: 1.0.0...1.1.0
1.0.0
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