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

Update version for the next release (v1.8.0) #638

Merged
merged 2 commits into from
May 6, 2024

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented May 2, 2024

This PR is auto-generated.

The automated script updates the version of meilisearch-php to a new version: "v1.8.0"


This version introduces features released on Meilisearch v1.8.0 🎉
Check out the changelog of Meilisearch v1.8.0 for more information on the changes.

🚀 Enhancements

$client->index('books')->getSearchCutoffMs();
$client->index('books')->updateSearchCutoffMs(150);
$client->index('books')->resetSearchCutoffMs();

⚙️ Maintenance/misc

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label May 2, 2024
@curquiza curquiza marked this pull request as draft May 2, 2024 17:25
@curquiza curquiza marked this pull request as ready for review May 6, 2024 13:39
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

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

bors merge

meili-bors bot added a commit that referenced this pull request May 6, 2024
638: Update version for the next release (v1.8.0) r=curquiza a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-php to a new version: "v1.8.0"

---

This version introduces features released on Meilisearch v1.8.0 🎉
Check out the changelog of [Meilisearch v1.8.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes.

## 🚀 Enhancements

* Add support for the new setting: `searchCutoffMs` (#636) `@/brunoocasali`
```php
$client->index('books')->getSearchCutoffMs();
$client->index('books')->updateSearchCutoffMs(150);
$client->index('books')->resetSearchCutoffMs();
```

* Add `getSemanticHitCount()` method to retrieve how many results were found because of the semantic query. #639 `@brunoocasali` 

## ⚙️ Maintenance/misc

* Add missing $ to documentation code sample (#633) `@/guimachiavelli`

Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Clémentine <[email protected]>
Copy link
Contributor

meili-bors bot commented May 6, 2024

Build failed:

@curquiza
Copy link
Member

curquiza commented May 6, 2024

bors merge

Copy link
Contributor

meili-bors bot commented May 6, 2024

@meili-bors meili-bors bot merged commit 77058e5 into main May 6, 2024
10 checks passed
@meili-bors meili-bors bot deleted the meili-bot/bump-version branch May 6, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants