Skip to content

Releases: colopl/laravel-spanner

v8.7.0

27 May 01:59
4d4d710
Compare
Choose a tag to compare

What's Changed

  • fix!: SchemaBuilder::getIndexes was returning incorrect values by @taka-oyama in #274
  • fix!: SchemaBuilder::getForeignKeys was returning incorrect values by @taka-oyama in #275
  • fix!: SchemaBuilder::getTables was returning incorrect values by @taka-oyama in #278
  • fix: SchemaBuilder::getColumns was missing values by @taka-oyama in #280

Full Changelog: v8.6.0...v8.7.0

v9.0.0

07 Apr 05:06
e86fa47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.5.0...v9.0.0

v8.6.0

17 Mar 03:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.5.0...v8.6.0

v8.5.0

19 Feb 02:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.4.0...v8.5.0

v7.4.3

19 Feb 03:15
Compare
Choose a tag to compare
  • fix: Carbon was being altered by google/cloud-spanner by @taka-oyama in #264

Full Changelog: v7.4.2...v7.4.3

v8.4.0

08 Jan 05:15
ee339af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.3.1...v8.4.0

v8.3.1

07 Jan 02:25
f9c797a
Compare
Choose a tag to compare

What's Changed

  • Fix Grammar::substituteBindingsIntoRawSql fails during unnesting by @zeriyoshi in #246

Full Changelog: v8.3.0...v8.3.1

v8.3.0

25 Dec 04:49
c21ad52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.3.0

v5.4.0

20 Nov 01:57
d62cae5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v5.4.0

v8.2.0

07 Aug 01:49
fe9776e
Compare
Choose a tag to compare

Note

Minimum supported Laravel version is bumped to 11.15.0 for #224.

  • Fixed an issue where Schema changes were applied twice. (#224)