Skip to content

Releases: meilisearch/meilisearch-php

v1.16.1 🚀

18 Sep 10:25

Choose a tag to compare

What's Changed

This PR adds support for sorting to the documents endpoint.

🚀 Enhancements

  • chore: backport document sorting to v1.x (#802) @Strift

🐛 Bug Fixes

Thanks to @Strift, and dependabot[bot]! 🎉

See full changelog: v1.16.0...v1.16.1

v1.16.0 🐘

10 Sep 08:54
04f7e54

Choose a tag to compare

This release makes the SDK compatible with features release in Meilisearch 1.16.

🚀 Enhancements

🐛 Bug Fixes

⚙️ Maintenance/misc

Thanks again to @Strift, @bpolaszek, @brunoocasali, and @norkunas! 🎉

v1.15.0 🦘

10 Jun 04:38
94930b9

Choose a tag to compare

This version introduces features released in Meilisearch v1.15.0.

🚀 Enhancements

  • Add disableOnNumbers field to typo tolerance settings (#753) @Strift
  • Add remote federated search (#738) @Strift
  • Pass HTTP headers without mutating HTTP client instance (#755) @norkunas

⚙️ Maintenance/misc

Thanks again to @Strift, @curquiza, and @norkunas! 🎉

v1.14.0 🐘

14 Apr 12:37
860c6f8

Choose a tag to compare

🚀 Enhancements

Thanks again to @Strift! 🎉

v1.13.0 🐘

17 Feb 12:54
16a3c31

Choose a tag to compare

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

✨ New

⚙️ Maintenance/misc

Thanks again to @Strift! 🎉

v1.12.0 🐘

23 Dec 11:52
78879c2

Choose a tag to compare

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

  • fix: pull the latest in the CI instead of forcing the v1.11 (#691) @mdubus
  • Make hitsCount always the number of hits (and not totalHits value) (#701) @johnnynotsolucky

⚙️ Maintenance/misc

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

v1.11.0 🐘

28 Oct 14:16
4dd127c

Choose a tag to compare

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

⚠️ Breaking change (experimental feature only)

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @ManyTheFish, @grizzm0, @apozeus and @norkunas! 🎉

v1.10.1 🐘

15 Sep 22:53
e3d8a74

Choose a tag to compare

🚀 Enhancements

  • feat: Adds hybrid search options contract for multisearch (#677) @apozeus
  • Cast body to a string to force rewind of stream (#678) @grizzm0
  • Add rankingScoreThreshold to SimilarDocumentsQuery (#675) @norkunas

⚙️ Maintenance/misc

Thanks again to @apozeus, @grizzm0, and @norkunas! 🎉

v1.10.0 🐘

26 Aug 23:14
110be45

Choose a tag to compare

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @brunoocasali, @curquiza, @irevoire, and @norkunas! 🎉

v1.9.1 🐘

25 Jul 16:19
c4eb8ec

Choose a tag to compare

🐛 Bug Fixes

⚙️ Maintenance/misc

Thanks again to @brunoocasali, and @norkunas! 🎉