Skip to content
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

Merged
merged 3 commits into from
Jun 7, 2023
Merged

Conversation

stloyd
Copy link
Contributor

@stloyd stloyd commented May 30, 2023

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:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

@stloyd
Copy link
Contributor Author

stloyd commented May 30, 2023

Unfortunately dropping PHPUnit 9.5 requires implementing #517

@stloyd stloyd changed the title [DX] Update PHPUnit to version 10.1 & adjust tests [DX] Add support for PHPUnit 10.1 May 30, 2023
@brunoocasali brunoocasali added enhancement New feature or request maintenance Anything related to maintenance (CI, tests, refactoring...) labels Jun 6, 2023
Copy link
Member

@brunoocasali brunoocasali left a 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

@brunoocasali
Copy link
Member

bors cancel

@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 7, 2023

Canceled.

@brunoocasali
Copy link
Member

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 7, 2023

@meili-bors meili-bors bot merged commit 37a82b0 into meilisearch:main Jun 7, 2023
@meili-bot
Copy link
Contributor

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?
If you share the link to your merged PR in our #giveaway Discord channel, you’ll automatically join a lottery for a chance at winning some Meiliswag. 🙂
Don’t hesitate to join us: https://discord.com/channels/1006923006964154428/1111273670657200198

meili-bors bot added a commit that referenced this pull request Jul 31, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance Anything related to maintenance (CI, tests, refactoring...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants