All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow PHPUnit 11 by @zingimmick in #89
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/3.4.0...3.4.1
- Support for PHP 8.3 by @zingimmick in #76
- Update license copyright year(s) by @github-actions in #81
- Support for Laravel 11 by @zingimmick in #86
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/3.3.0...3.4.0
- Add "whereNotIn" native support by @zingimmick in #73
- Remove errors from phpstan.neon ignore errors by @zingimmick in #65
- Remove skipped rules on $rectorConfig->skip() are no longer exists by @zingimmick in #67
- Increase sleep time for test by @zingimmick in #69
- Fix badge url by @zingimmick in #70
- Improve test coverage by @zingimmick in #71
- Add AWS configuration examples by @zingimmick in #74
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/3.2.0...3.3.0
- Fix illegal argument exception when use UUIDs as primary keys by @zingimmick in #63
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/3.1.0...3.2.0
- Flush records by deleteByQuery by @zingimmick in #58
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/3.0.0...3.1.0
- Migrate from Alibaba Cloud OpenSearch to OpenSearch by @zingimmick in #57
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/2.2.0...3.0.0
- Update laravel/scout requirement from ^8.5 || ^9.1 to ^8.5 || ^9.1 || ^10.0 by @zingimmick in #50
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/2.1.0...2.2.0
- Update license copyright year(s) by @github-actions in #47
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/2.0.0...2.1.0
- Enable parallel run for rector by @zingimmick in #37
- Add homepage for authors by @zingimmick in #39
- Report unmatched ignored errors for PHPStan by @zingimmick in #40
- Add support for new ECSConfig and RectorConfig class by @zingimmick in #41
- Use ESCConfig instead of parameters by @zingimmick in #42
- Fix tests action for PHP 8.2 by @zingimmick in #45
Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/1.3.0...2.0.0
- #6 Add tests for failed response
- #5 Continue on error
- #1 Laravel Scout custom engine for OpenSearch