Releases: stickeeuk/sync-module
Releases · stickeeuk/sync-module
v3.1.1
v3.1.0
What's Changed
- Canary improve by @stickeegreg in #27
- Feature/canary fix by @stickeegreg in #26
- Add Canary by @stickeegreg in #24
- Canary analyse by @stickeegreg in #25
- Feature/canary improve by @stickeegreg in #28
Full Changelog: v3.0.3...v3.1.0
v3.0.3
v3.0.2
What's Changed
- Fix unit tests. Add Laravel 11 support. by @ZebraNorth in #22
New Contributors
- @ZebraNorth made their first contribution in #22
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Merge pull request #21 from stickeeuk/laravel10 Added Laravel10
v3.0.0
Laravel 9
v2.0.2
- Allow DBAL 3
v2.0.1
- PHP 8
v2.0.0
Split server and client configs into separate files
To upgrade clients:
- Rename config/sync.php -> config/sync-client.php
- Remove the "client" wrapper array, i.e. ['client' => ['xxx' => 'yyy']] should be ['xxx' => 'yyy']
- Search for "config('sync" and update as necessary
v1.0.5
- Fix sometimes using the default connection
- Fix error transferring zero-byte files