Skip to content

Releases: laravel/scout

v7.1.0

14 Feb 16:51
59d301b
Compare
Choose a tag to compare

Added

  • Added support for Laravel 5.8 (694d83b)

v7.0.0

14 Feb 16:43
Compare
Choose a tag to compare

Changed

  • Upgraded Algolia API client to v2 (#349, #353)

v6.1.3

20 Dec 15:02
591a041
Compare
Choose a tag to compare

Fixed

  • Pass plain array to newCollection method (68fbcd1)

v6.1.2

20 Dec 15:02
b862dd1
Compare
Choose a tag to compare

Fixed

  • Use Model collection where appropriate (#334)

v6.1.1

20 Dec 15:01
Compare
Choose a tag to compare

Added

  • Builder implementation can be changed using the container (#322)

v6.1.0

20 Dec 15:01
6d59c01
Compare
Choose a tag to compare

Fixed

  • Fix soft delete on Searchable trait (#321)

Changed

  • Skip empty updates for AlgoliaEngine (#318)

v6.0.0

20 Dec 15:01
Compare
Choose a tag to compare

Changed

  • Adds default $query value on Searchable::search (#309)
  • Flush records of a model using the engine. This removes the emitting of the ModelsFlushed event. (#310)