Skip to content

Releases: richan-fongdasen/turso-laravel

1.0.0

13 Nov 14:28
Compare
Choose a tag to compare

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

29 Apr 05:14
Compare
Choose a tag to compare

Make the previously hardcoded values to be configurable.

0.6.1

23 Apr 12:21
Compare
Choose a tag to compare
  • 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

22 Apr 15:18
Compare
Choose a tag to compare

Enable database transactions feature.

0.5.0

20 Apr 03:02
Compare
Choose a tag to compare

Dropped several features which are already provided by the Laravel framework.

0.4.0

18 Apr 11:53
Compare
Choose a tag to compare
  • Calling Turso::sync() without specifying the DB_REPLICA path raises an exception.
  • The TursoConnection class now inherits directly from Illuminate\Database\Connection.
  • Completed major code refactoring.

0.3.0

16 Apr 16:24
Compare
Choose a tag to compare
  • 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

14 Apr 17:40
2561424
Compare
Choose a tag to compare
  • Add support for Turso's embedded replica feature.
  • Update readme.

0.1.0

11 Apr 06:22
Compare
Choose a tag to compare

Alpha release

Note: This release has been manually tested on a small project's development environment.