Releases: richan-fongdasen/turso-laravel
Releases · richan-fongdasen/turso-laravel
1.0.0
What's Changed
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #9
- Added support for multiple Turso database connections in 3b446e3
- Updated Github actions workflow to use docker compose v2 in fd8aad6
- Fixed the artisan command migrate:fresh error in c706735
- Limited the baton token lifetime to 8 seconds in 1e089c9
- Fixed embedded replica sync issue in a5c1623
- Changed libsql:// protocol to https:// protocol in database URLs automatically in 0ce0a8b
- Removed unused
database
value from Turso database configuration in 1380f94
Full Changelog: 0.7.0...1.0.0
0.7.0
Make the previously hardcoded values to be configurable.
0.6.1
- Added a quick fix for the binary/blob data issue.
- Added tests related to supported database column types.
- Added tests related to the Eloquent attribute casting feature.
- Fixed errors found by the added test cases.
0.6.0
Enable database transactions feature.
0.5.0
Dropped several features which are already provided by the Laravel framework.
0.4.0
- Calling
Turso::sync()
without specifying theDB_REPLICA
path raises an exception. - The
TursoConnection
class now inherits directly fromIlluminate\Database\Connection
. - Completed major code refactoring.
0.3.0
- Fixed an error that occurred when dropping database indexes.
- Prevented the creation of a PDO object for the replica database if the path to the replica database is not set or empty.
- Automatically synced the replica database after running an Artisan command that updates the remote database (e.g., migration command).
- Fixed broken tests.
- Manually tested the replica database sync script.
0.2.0
- Add support for Turso's embedded replica feature.
- Update readme.
0.1.0
Alpha release
Note: This release has been manually tested on a small project's development environment.