-
Notifications
You must be signed in to change notification settings - Fork 98
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
[DX] Add support for PHPUnit 10.1 #516
Conversation
Unfortunately dropping PHPUnit 9.5 requires implementing #517 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @stloyd 🌮🎉🎉
bors merge
bors cancel |
Canceled. |
bors merge |
This message is sent automatically Thank you very much for submitting your PR! Did you know that throughout the month of June we’re holding a rafle? |
557: Update version for the next release (v1.3.0) r=brunoocasali a=meili-bot This version introduces features released on Meilisearch v1.3.0 🎉 Check out the changelog of [Meilisearch v1.3.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.3.0) for more information on the changes.⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version. ## 🚀 Enhancements * Add a base exception interface all exceptions must implement (#534) `@94noni` *⚠️ **EXPERIMENTAL**: `setShowRankingScoreDetails` and `search(['showRankingScoreDetails' => boolean])` to show the scores of each relevant document returned in the search. *⚠️ **EXPERIMENTAL**: `setVector` and `search(['vector' => [...]])` to enable vector search capabilities. * Add `setAttributesToSearchOn` and `search(['attributesToSearchOn' => [...]])` * `index->facetSearch(FacetSearchQuery params)` to search only in facets.⚠️ The EXPERIMENTAL features are not covered by semver. To explicitly opt-in, check this [guide](https://www.meilisearch.com/docs/reference/api/experimental-features). ## 💅 Misc * Migrate docs hosting to Meilisearch subdomain (#553) `@Strift` * Update SDK docs link in README.md (#556) `@Strift` * [DX] Improve quality of Client class & related (#514) `@stloyd` * [DX] Add support for PHPUnit 10.1 (#516) `@stloyd` Thanks again to `@94noni,` `@Strift,` `@alallema,` `@brunoocasali,` `@norkunas` and `@stloyd!` 🎉 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Pull Request
Related issue
Fixes n/a
What does this PR do?
Update PHPUnit to version 10.1 & adjust tests, it's an internal tool so no BC breaks.
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!