Skip to content

Commit f4fdbf6

Browse files
committed
Update CHANGELOG.md
1 parent 4e9bef9 commit f4fdbf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this `laravel-elasticsearch` package will be documented i
44

55
## v5.4.0 - 2026-02-21
66

7+
This release is compatible with Laravel 10, 11 & 12
8+
79
### Added
810
- **Auto-create index on first query** — When a model queries an index that doesn't exist yet, the index is created automatically instead of throwing `index_not_found_exception`. Matches Elasticsearch's own auto-create behavior for writes, extended to reads. Controlled via `options.auto_create_index` config (default: `true`)
911
- **Artisan commands**`elastic:status`, `elastic:indices`, `elastic:show {index}` for connection health checks, index listing, and index inspection

0 commit comments

Comments
 (0)