Releases: colopl/laravel-spanner
Releases · colopl/laravel-spanner
v8.7.0
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
What's Changed
- feat: support auto incrementing on Model by @taka-oyama in #267
- Add snapshot methods to query Builder/Model by @matthewjumpsoffbuildings in #267
- feat: laravel 12 by @taka-oyama in #269
- fix: incorrect phpstan-type for Mutations TDataSet parameter by @taka-oyama in #271
Full Changelog: v8.5.0...v9.0.0
v8.6.0
What's Changed
- feat: SELECT FOR UPDATE support by @taka-oyama in #268
- feat: Add snapshot methods to query Builder/Model @matthewjumpsoffbuildings
in #267
Full Changelog: v8.5.0...v8.6.0
v8.5.0
What's Changed
- feat: allow starting value to be set for generated columns by @taka-oyama in #260
- feat: rename table support by @taka-oyama in #259
- fix: stan errors by @taka-oyama in #262
- Update README.md by @matthewjumpsoffbuildings in #263
- fix: Carbon was being altered by google/cloud-spanner by @taka-oyama in #264
Full Changelog: v8.4.0...v8.5.0
v7.4.3
- 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
What's Changed
- chore: phpstan errors by @taka-oyama in #247
- feat: add php8.4 support by @taka-oyama in #248
- chore: symfony/deprecation-contracts is no longer used by @taka-oyama in #249
- chore: Connection:: __debugInfo cleanup by @taka-oyama in #250
- chore: add better phpdoc to TimestampBound by @taka-oyama in #251
- chore: remove unused option "useGapicBackoffs" by @taka-oyama in #252
- feat: deprecate Connection::getDoctrineConnection() by @taka-oyama in #254
- chore: update laravel to 11.31 to avoid security vulnerability by @taka-oyama in #253
- feat: use expected type for Connection::__construct() to bypass phpstan errors by @taka-oyama in #255
- Support PHPStan 2.x by @zeriyoshi in #245
Full Changelog: v8.3.1...v8.4.0
v8.3.1
What's Changed
- Fix Grammar::substituteBindingsIntoRawSql fails during unnesting by @zeriyoshi in #246
Full Changelog: v8.3.0...v8.3.1
v8.3.0
What's Changed
- feat: add support for whereNotInUnnest by @taka-oyama in #225
- feat: use UNNEST to bypass parameter limit by @taka-oyama in #226
- feat: deprecate Connection::getDatabaseContext and rename to getMutationExecutor by @taka-oyama in #227
- feat: Support snapshot queries by @taka-oyama in #215
- feat: allow commit options to be set from config and Connection by @taka-oyama in #229
- feat: add change stream support by @taka-oyama in #230
- fix: laravel/framework fixed stan errors in 11.29.0 by @taka-oyama in #233
- feat: better phpstan support part 1 by @taka-oyama in #236
- feat: better phpstan support part2 by @taka-oyama in #237
- fix: IndexDefinition should inherit Illuminate\Database\Schema\IndexDefinition by @taka-oyama in #239
- chore: fix formatting by @taka-oyama in #238
- feat: invisble columns support by @taka-oyama in #240
- feat: consolidate schema options formatting by @taka-oyama in #241
- feat: IDENTITY column support by @taka-oyama in #243
- feat: add FULL TEXT SEARCH support by @taka-oyama in #235
- chore: better PHPStan support by @zeriyoshi in #244
Full Changelog: v8.2.0...v8.3.0