# Laravel v13.30.1 - Product: Laravel (https://whatsnew.fyi/product/laravel) - Vendor: Laravel - Date: 2026-09-01 - Version: v13.30.1 - Original notes: https://github.com/laravel/framework/releases/tag/v13.30.1 - Permalink: https://whatsnew.fyi/product/laravel/releases/v13.30.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add connection and queue to WorkerStopping event - **added** — Add insertOrIgnoreReturning() to the Eloquent builder passthru - **added** — Add dropVectorIndex() to the schema blueprint - **fixed** — Fix limit() being ignored on update() for SQL Server - **fixed** — Prevent orphaned Redis tagged cache entries * [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 on `update()` 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