Skip to content

Releases: singlestore-labs/singlestoredb-laravel-driver

v1.0.0

30 Jun 20:46
Compare
Choose a tag to compare

This is the first release of the 1 series! 🎉 Thank you to all the folks who helped us beta test the 0 series.

What's Changed

  • The package name has changed from singlestore/singlestore-laravel to singlestoredb/singlestoredb-laravel. Note the additional db. If you used the zero series, you'll need to remove the old package and require the new one.
  • Drop tables one by one by @fgilio in #8
  • Add Laravel Pint by @aarondfrancis in #12

Full Changelog: v0.0.3...v1.0.0

v0.0.3

09 Jun 20:50
8d6cf57
Compare
Choose a tag to compare

What's Changed

  • Mention how to use it for failed jobs storage by @fgilio in #6
  • Use client-side prepared statements by @fgilio in #7

Full Changelog: v0.0.2...v0.0.3

v0.0.2

08 Jun 18:41
c231998
Compare
Choose a tag to compare

What's Changed

  • Add Package Auto-Discovery by @fgilio in #5

New Contributors

  • @fgilio made their first contribution in #5

Full Changelog: v0.0.1...v0.0.2

v0.0.1

31 May 20:50
Compare
Choose a tag to compare

🎉 First