This pull request updates the Laravel Scout package to support Algolia V4. This update addresses the lack of compatibility with Algolia V4, as discussed in Issue #855.
Key Changes:
Added support for Algolia V4.
Removed support for Algolia V3, making this a breaking change.
Removed support for PHP 8.0 as Algolia V4 requires php 8.1
I'll leave it up to you whether this should be merged, considering the breaking change that removes Algolia V3 compatibility and introduces a PHP 8.1 requirement.
I'm not sure why the Meilisearch checks are failing, as this update shouldn't have affected them. It looks like they are just timing out 🤷
I've had this running in production for two days without issue.
This pull request updates the Laravel Scout package to support Algolia V4. This update addresses the lack of compatibility with Algolia V4, as discussed in Issue #855.
Key Changes:
This guide helped with the upgrade: Algolia V4 Upgrade Guide.
Please review the following: