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.12.0) #705

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Dec 11, 2024

This PR is auto-generated.

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

CHANGELOGS 👇

This version introduces features released on Meilisearch v1.12.0 🎉

Check out the Meilisearch v1.12.0 changelog for more information.

🚀 Enhancements

Introducing new methods to get one or several batches, respectively getBatch() and getBatches(). A batch is a set of tasks processed together.

The TaskQuery class now has a setReverse() method to retrieve tasks in reverse chronological order.

client->getTasks((new TasksQuery())->setReverse(true));

Index settings now allow disabling prefix search and facet search. They're both enabled by default. The SDK now comes with dedicated methods to configure these settings.

// disable prefix search
$index->updatePrefixSearch('disabled');
// reset prefix search settings
$index->resetPrefixSearch();

// disable facet search
$index->updateFacetSearch(false);
// reset facet search settings
$index->resetFacetSearch();

🐛 Bug Fixes

⚙️ Maintenance/misc

Thanks again to @/aivchen, @/johnnynotsolucky, @/mdubus, @/norkunas, Andrei Ivchenkov, and @/Strift! 🎉

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Dec 11, 2024
@Strift Strift self-assigned this Dec 11, 2024
@curquiza
Copy link
Member

Thank you @Strift!

Really clear, as for JS (I will be quick not to repeat)

  • missing the sentence to say it's compatible with v1.12
  • missing the already existing content of the draft PR

Otherwise, perfect and brief 👌

@Strift
Copy link
Collaborator

Strift commented Dec 16, 2024

Ty for the feedback @curquiza, I added a mention of v1.12 and the content of the draft release to this PR.

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.

Perfecto
⚠️ to merge next Monday only

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.

3 participants