Skip to content

Releases: meilisearch/meilisearch-php

v0.13.2 🐘

01 Sep 14:28
Compare
Choose a tag to compare

MeiliSearch v0.14 is now available with this package without any change in the code. Only the documentation was updated.

v0.13.1 🐘 [Not available on Packagist]

01 Sep 14:22
c77c387
Compare
Choose a tag to compare

v0.13.0 🐘

03 Aug 15:52
dc506d6
Compare
Choose a tag to compare

Changes

  • Apply native_function_invocation in PHPCS (#56) @devrck
  • Apply declare_strict_types on codebase (#62) @devrck

Breaking changes

  • Removed depreciated sys-info route closes (#67) @ppshobi
  • Change settings behavior (remove acceptNewFields) (#72) @curquiza
  • Implement POST route in search method (#73) @eskombro

Thanks again to @curquiza, @devrck, @eskombro, and @ppshobi! 🎉

v0.12.0 🐘

09 Jul 09:13
fc1446f
Compare
Choose a tag to compare

Changes

Breaking changes

  • Refactor for SOLID compliance (#43) @ppshobi - Breaking on:
  • getAllIndexes returns an array of Indexes instead of an array of an array
  • Index class is renamed into Indexes
  • api_key that is a parameter of the client constructor is renamed into apiKey

Thanks again to @curquiza and @ppshobi! 🎉

v0.11.2 🐘

03 Jul 07:35
cfe0a45
Compare
Choose a tag to compare

Changes

Thanks again to @emulienfou! 🎉

v0.11.1 🐘

23 Jun 17:16
8ba90c3
Compare
Choose a tag to compare

Changes

  • Add release drafter (#40) @curquiza
  • Fix: uid in options does not overwrite the parameter in create_index (#41) @curquiza

v0.11.0

15 Jun 15:44
81b67c8
Compare
Choose a tag to compare
  • Add faceting in search (#37 and #38)
  • Add attributesForFaceting settings routes (#36)
  • Change createIndex method prototype (#39)
  • Update README

Breaking changes due to the MeiliSearch breaking upgrade (from v0.10.X to v0.11.X)

  • in the GET /stats route, the fieldsFrequency attribute is renamed into fieldsDistribution. The value of this attribute does not change.
  • MeiliSearch is currently doing a better error handler. Now, the following attributes are present in the body answer when raising an error: errorCode, errorType and errorLink.
    The message attribute still exists but the value of this field might change for some errors.
    We do not recommend using the content of these fields immediately (wait for the v0.12.0): MeiliSearch is indeed still working on this error handler and the content of these fields will probably change.

Thanks to @eskombro and @curquiza

v0.10.2

30 Apr 13:39
6669408
Compare
Choose a tag to compare
  • Use PSR Interfaces instead of guzzle (#16)
  • Refactored test suite to make sure the tests are running isolated (#19)
  • Update the README (#25, #18, #20 and #22)

Thanks to @ppshobi, @diego-vieira and @Zeichen32 for all these improvements!

v0.10.1

20 Apr 15:33
972760c
Compare
Choose a tag to compare
Merge pull request #14 from ppshobi/setup-gihub-workflow-to-run-again…

…st-multiple-php-verions

setup matrix to run test suite against multiple php versions

v0.10.0

20 Apr 09:56
95b30aa
Compare
Choose a tag to compare
Merge pull request #9 from meilisearch/wait-for-pending-update

Wait for pending update method