Releases: colopl/laravel-spanner
Releases · colopl/laravel-spanner
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
v5.4.0
v8.2.0
v8.1.2
What's Changed
- fix: updateOrInsert signature change in 11.10 by @taka-oyama in #216
Full Changelog: v8.1.1...v8.1.2
v8.1.1
What's Changed
- chore: fix stan errors by @taka-oyama in #214
- fix: Timestamp bound queries were not applied when in transaction by @taka-oyama in #213
Full Changelog: v8.1.0...v8.1.1
v7.4.2
What's Changed
- chore: fix stan errors by @taka-oyama in #214
- fix: Timestamp bound queries were not applied when in transaction by @taka-oyama in #213
Full Changelog: v7.4.1...v7.4.2
v8.1.0
What's Changed
- feat: Transaction and request tagging support by @taka-oyama in #206
- feat: add support for INSERT OR IGNORE by @taka-oyama in #207
- feat: allow request timeout at query level by @taka-oyama in #208
- fix: authCache needs namespace for each connection by @taka-oyama in #210
Full Changelog: v8.0.0...v8.1.0
v7.4.1
What's Changed
- fix: authCache needs namespace for each connection by @taka-oyama in #210
Full Changelog: v7.4.0...v7.4.1