Releases: colopl/laravel-spanner
Releases · colopl/laravel-spanner
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
v7.4.0
What's Changed
- feat: add support for INSERT OR IGNORE by @taka-oyama in #207
- feat: allow request timeout at query level by @taka-oyama in #208
Full Changelog: v7.3.0...v7.4.0