Skip to content

Releases: Namoshek/laravel-scout-database

v2.6.0

27 Dec 10:18
44b0946
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

27 Dec 09:05
2de3cd7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

31 Jan 18:22
fba91e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

20 Jun 16:59
ecdc25f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

15 May 06:10
2c24bf7
Compare
Choose a tag to compare

What's Changed

  • Support for standalone index fields and query conditions on this fields by @Namoshek in #43

Full Changelog: v2.1.0...v2.2.0

v2.1.0

15 Feb 19:33
637430c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.0

Add support for Laravel 9

10 Feb 18:33
bac5e9a
Compare
Choose a tag to compare

This release adds support for Laravel 9 (#36).

Support wamania/php-stemmer:^3.0

18 Aug 17:09
674c2da
Compare
Choose a tag to compare

This release adds support for wamania/php-stemmer:^3.0 in #35, nothing else.

Support for laravel/scout:^9.0

15 May 08:40
4c4107d
Compare
Choose a tag to compare

With this release, support for laravel/scout:^9.0 has been added (#34). Due to some minor changes in return types, this is change is published as major release. If you are not extending the search engine classes of this package, an update should not require any changes on your end.

First Stable Version: Index Schema Overhaul, Fixes for Pagination and Improved Integration Test Coverage

13 Jan 13:57
57cb0a6
Compare
Choose a tag to compare

This release comes with a lot of internal changes, which are reflected by a new database schema. The new schema may be adopted by applying the new database migration, which will also transfer all existing data in the search index. Changes to the database schema were made in an effort to reduce transaction deadlocks and the overall indexing and search performance.

A simple upgrade guide can be found in the README.

The full list of changes:

  • Improve query performance through single-table index (#21)
  • Support PHP 8 (#22)
  • Improve query performance by replacing join (#23)
  • Test on different DBMS using GitHub Actions (#24)
  • Add tests for the DatabaseSeeker and fix small issues (#25)
  • Cleanup test pipeline (#26)
  • Add more tests for the search part of the package (#27)
  • Prepare release candiate (#28)