Skip to content

Releases: singlestore-labs/singlestoredb-laravel-driver

v1.4.0

08 Dec 18:45
0c72883
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

02 Dec 19:21
b54ca12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

01 Dec 17:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

29 Nov 22:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 Oct 23:51
e99f68c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Sep 21:45
d7e7128
Compare
Choose a tag to compare

What's Changed

  • Sort key direction support improvement by @SrDante in #28
  • Implement Sort Key per-column direction feature by @SrDante in #29

Full Changelog: v1.0.3...v1.1.0

v1.0.3

20 Sep 16:37
ab7fada
Compare
Choose a tag to compare

What's Changed

  • Add withoutPrimaryKey method for increment columns by @SrDante in #26
  • Implement with statement for sortKey by @SrDante in #25

Full Changelog: v1.0.2...v1.0.3

v1.0.2

16 Sep 23:45
Compare
Choose a tag to compare

What's Changed

  • Upgrade and fix singlestore image by @carlsverre in #27
  • Implement sortKey direction argument by @SrDante in #24
  • Improvements to the README

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 Aug 22:14
662ac36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

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