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