v13.30.1
Added 3
- Add connection and queue to WorkerStopping event
- Add insertOrIgnoreReturning() to the Eloquent builder passthru
- Add dropVectorIndex() to the schema blueprint
Fixed 2
- Fix limit() being ignored on update() for SQL Server
- Prevent orphaned Redis tagged cache entries
From Laravel
- [13.x] Add connection and queue to WorkerStopping by @jackbayliss in https://github.com/laravel/framework/pull/61387
- [13.x] Add
insertOrIgnoreReturning()to the Eloquent builder passthru by @xurshudyan in https://github.com/laravel/framework/pull/61393 - [13.x] Add
dropVectorIndex()to the schema blueprint by @xurshudyan in https://github.com/laravel/framework/pull/61391 - [13.x] Fix
limit()being ignored onupdate()for SQL Server by @xurshudyan in https://github.com/laravel/framework/pull/61394 - [13.x] Prevent orphaned Redis tagged cache entries by @drewmt in https://github.com/laravel/framework/pull/61385