Skip to content

Bump laravel/scout from 8.6.0 to 9.4.1 #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2022

Bumps laravel/scout from 8.6.0 to 9.4.1.

Release notes

Sourced from laravel/scout's releases.

v9.4.1

Fixed

  • Fix return for paginateRaw (#574)

v9.4.0

Added

  • Add a DatabaseEngine (#564)

Changed

  • Optimize whereIn to use whereIntegerInRaw when primaryKey is integer (#568)
  • Add limit to collection engine (#569)
  • Laravel 9 support (#571)

v9.3.4

No significant changes.

v9.3.2

Fixed

  • Fix issues for users providing searchable array without primary key (#547)

v9.3.1

Fixed

  • Return correct output of mapIds method for MeiliSearch (#538)

v9.3.0

Added

  • Add simplePaginateRaw query (#534)

v9.2.10

Changed

  • Collection Engine: add support for non-scalar values (#528)

Fixed

  • Support boolean filters (#524)

v9.2.9

Fixed

  • Searching on custom searchable data when using collection driver (#521)

v9.2.8

Changed

  • Add the ability to omit the search argument in the CollectionEngine (#515)

Fixed

  • Update meilisearch-sdk version to v0.19.0 (#511)
  • Check for meilisearch-php 0.19.0 instead (#513)

v9.2.7

Changed

... (truncated)

Changelog

Sourced from laravel/scout's changelog.

v9.4.1 (2022-01-14)

Fixed

  • Fix return for paginateRaw (#574)

v9.4.0 (2022-01-12)

Added

  • Add a DatabaseEngine (#564)

Changed

  • Optimize whereIn to use whereIntegerInRaw when primaryKey is integer (#568)
  • Add limit to collection engine (#569)
  • Laravel 9 support (#571)

v9.3.4 (2021-12-23)

No significant changes.

v9.3.2 (2021-11-16)

Fixed

  • Fix issues for users providing searchable array without primary key (#547)

v9.3.1 (2021-10-12)

Fixed

  • Return correct output of mapIds method for MeiliSearch (#538)

v9.3.0 (2021-10-05)

Added

  • Add simplePaginateRaw query (#534)

v9.2.10 (2021-09-28)

Changed

  • Collection Engine: add support for non-scalar values (#528)

Fixed

  • Support boolean filters (#524)

v9.2.9 (2021-09-14)

... (truncated)

Upgrade guide

Sourced from laravel/scout's upgrade guide.

Upgrade Guide

Upgrading To 9.0 From 8.x

Minimum Laravel Version

Laravel 8.0 is now the minimum supported version of the framework.

Minimum PHP Version

PHP 7.3 is now the minimum supported version of the language.

Upgrading To 8.0 From 7.x

Minimum Laravel Version

Laravel 6.0 is now the minimum supported version of the framework.

Minimum PHP Version

PHP 7.2 is now the minimum supported version of the language.

Upgrading To 7.0 From 6.x

Updating Dependencies

Update your laravel/scout dependency to ^7.0 in your composer.json file.

Algolia Driver

If you are using Algolia as your search provider, update your algolia/algoliasearch-client-php dependency to ^2.2 in your composer.json file.

Exception Renaming

The AlgoliaSearch\AlgoliaException exception class was renamed to Algolia\AlgoliaSearch\Exceptions\AlgoliaException.

The search Method Callback

If you are passing a callback to the search method, the callback will now receive an instance of Algolia/AlgoliaSearch/SearchIndex as its first argument.

Misc.

If you are using the Algolia API client directly, consider reviewing the full changelog provided by Algolia.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2022
@w3bdesign w3bdesign self-requested a review January 15, 2022 22:11
@w3bdesign w3bdesign self-assigned this Jan 15, 2022
Bumps [laravel/scout](https://github.com./laravel/scout) from 8.6.0 to 9.4.1.
- [Release notes](https://github.com./laravel/scout/releases)
- [Changelog](https://github.com./laravel/scout/blob/9.x/CHANGELOG.md)
- [Upgrade guide](https://github.com./laravel/scout/blob/9.x/UPGRADE.md)
- [Commits](laravel/scout@v8.6.0...v9.4.1)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/laravel/scout-9.4.1 branch from c0bfa0f to 0b8e624 Compare January 15, 2022 22:11
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@w3bdesign w3bdesign merged commit c07740b into main Jan 15, 2022
@dependabot dependabot bot deleted the dependabot/composer/laravel/scout-9.4.1 branch January 15, 2022 22:16
Copy link
Owner

@w3bdesign w3bdesign left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant