Skip to content

Latest commit

 

History

History
141 lines (83 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

141 lines (83 loc) · 5.67 KB

Changelog

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.

3.4.1 - 2024-04-09

What's Changed

Other Changes

  • Allow PHPUnit 11 by @zingimmick in #89

Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/3.4.0...3.4.1

3.4.0 - 2024-03-18

What's Changed

Other Changes

  • 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

3.3.0 - 2023-09-06

What's Changed

Exciting New Features 🎉

  • Add "whereNotIn" native support by @zingimmick in #73

Other Changes

  • 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

3.2.0 - 2023-06-15

What's Changed

Other Changes

  • 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

3.1.0 - 2023-06-01

What's Changed

Other Changes

  • Flush records by deleteByQuery by @zingimmick in #58

Full Changelog: https://github.com/zingimmick/laravel-scout-opensearch/compare/3.0.0...3.1.0

3.0.0 - 2023-06-01

What's Changed

Other Changes

  • 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

2.2.0 - 2023-03-17

What's Changed

Other Changes

  • 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

2.1.0 - 2023-02-16

What's Changed

Other Changes

  • 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

2.0.0 - 2022-12-12

What's Changed

Other Changes

  • 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

Unreleased

  • #6 Add tests for failed response

Changed

  • #5 Continue on error

[0.0.1] - 2021-08-11

  • #1 Laravel Scout custom engine for OpenSearch

Fixed

  • #4 Fix scout key not matched
  • #3 Fix capitalization issues