Skip to content

v3.1.1

Choose a tag to compare

@pdphilip pdphilip released this 03 Sep 23:24
· 45 commits to main since this release

This release is compatible with Laravel 10, 11 & 12

What's changed

  • New Helper: IndexableBuild::buildErrorsQuery($indexModel) - returns a query prepared for failed builds of an index-model
$buildErrors = IndexableBuild::buildErrorsQuery(IndexedUser::class)->get();
  • Bug fix: ensure array for internal state_data on IndexableBuild

Full Changelog: v3.1.0...v3.1.1