Skip to content

Latest commit

 

History

History
117 lines (69 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

117 lines (69 loc) · 4.77 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.3.0 - 2023-09-06

What's Changed

Exciting New Features 🎉

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

Other Changes

  • Remove errors from phpstan.neon ignore errors by @zingimmick in zingimmick#65
  • Remove skipped rules on $rectorConfig->skip() are no longer exists by @zingimmick in zingimmick#67
  • Increase sleep time for test by @zingimmick in zingimmick#69
  • Fix badge url by @zingimmick in zingimmick#70
  • Improve test coverage by @zingimmick in zingimmick#71
  • Add AWS configuration examples by @zingimmick in zingimmick#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 zingimmick#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

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 zingimmick#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 zingimmick#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 zingimmick#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 zingimmick#37
  • Add homepage for authors by @zingimmick in zingimmick#39
  • Report unmatched ignored errors for PHPStan by @zingimmick in zingimmick#40
  • Add support for new ECSConfig and RectorConfig class by @zingimmick in zingimmick#41
  • Use ESCConfig instead of parameters by @zingimmick in zingimmick#42
  • Fix tests action for PHP 8.2 by @zingimmick in zingimmick#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