Skip to content

Releases: meilisearch/meilisearch-php

v0.20.0 ๐Ÿ˜

17 Nov 20:52
0b592c1
Compare
Choose a tag to compare

โš ๏ธ Breaking changes

This package version is compatible with MeiliSearch v0.24.0 and later, but not with v0.23.1 and older. Be sure you are using at least MeiliSearch v0.24.0 or newer before doing the upgrade.

๐Ÿš€ Enhancements

Thanks again to @Hard-Coder05, @Sukriti-sood, @alallema, @almasaeed2010, @curquiza, @edinapap, @kjellknapen, @mheap, @srichter and Kjell Knapen! ๐ŸŽ‰

v0.19.3 ๐Ÿ˜ [ABANDONED]

16 Nov 22:31
60ba4ce
Compare
Choose a tag to compare

โš ๏ธ Since this release is breaking for a user using MeiliSearch v0.23.1 or older and only work for v0.24.0 or later, we abandoned it.
If you are using MeiliSearch v0.23.1 or older, please still use meilisearch-php v0.19.2
If you are using MeiliSearch v0.24.0 or newer, please still use meilisearch-php v0.20.0
Sorry for this!

This package version is compatible with MeiliSearch v0.24.0

๐Ÿš€ Enhancements

Thanks again to @Hard-Coder05, @Sukriti-sood, @alallema, @almasaeed2010, @curquiza, @edinapap, @kjellknapen, @mheap, @srichter and Kjell Knapen! ๐ŸŽ‰

v0.19.2 ๐Ÿ˜

12 Oct 13:15
5d95c29
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.23.0

Changes

  • Add method deleteIndexIfExists() (#226) @bofalke
  • Add method addDocumentsInBatches(array $documents, ?int $batchSize = 1000, ?string $primaryKey = null) (#229) @bofalke
  • Add method updateDocumentsInBatches(array $documents, ?int $batchSize = 1000, ?string $primaryKey = null) (#229) @bofalke
  • Add method to getAllRawIndexes() (#228) @kjellknapen
  • News methods New format handling CSV NDJSON (#235) @alallema
    • Add new index method addDocumentsJson(string $documents, ?string $primaryKey = null)
    • Add new index method addDocumentsNdJson(string $documents, ?string $primaryKey = null)
    • Add new index method addDocumentsCsv(string $documents, ?string $primaryKey = null)

Bugs

  • Fixing issue when send synonyms as empty array (#208) @alallema
  • Check response Content-Type header in HTTP client (#219) @srichter
  • Refactors TimeOutException (fixing unreachable code) and increase test coverage (#221) @srichter

Thanks again to @AbihaFatima, @alallema, @bofalke, @curquiza, @kjellknapen, @srichter, and Kjell Knapen! ๐ŸŽ‰

v0.19.1 ๐Ÿ˜

13 Sep 17:06
ad359d6
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.22.0 ๐ŸŽ‰

Changes

  • Add sort feature compatibility (#200) @alallema. More about sorting.
    • Add sortable attributes methods: get_sortable_attributes, set_sortable_attributes, reset_sortable_attributes.
    • Add sort parameter during search.

Thanks again to @alallema, @aocneanu, @curquiza! ๐ŸŽ‰

v0.19.0 ๐Ÿ˜

24 Aug 14:30
71c1899
Compare
Choose a tag to compare

This version makes this package compatible with MeiliSearch v0.21.0
๐ŸŽ‰ Check out the changelog of MeiliSearch v0.21.0

Changes

  • Update WaitForPendingUpdate (#189) @alallema
  • Changes related to the next MeiliSearch release (v0.21.0) (#161)

Breaking changes โš ๏ธ

  • Rename buildDate into commitDate (#191)
  • Rename fieldsDistribution into fieldDiestribution (#191)
  • Rename attributesForFaceting into filterableAttributes (#190) @alallema

Bug

Thanks again to @alallema, @bidoubiwa, and @norkunas! ๐ŸŽ‰

v0.18.3 ๐Ÿ˜

30 Jun 14:21
8d64923
Compare
Choose a tag to compare

Changes

Thanks again to @codedge! ๐ŸŽ‰

v0.18.2 ๐Ÿ˜

01 Jun 12:09
f25ee49
Compare
Choose a tag to compare

Changes

  • Fix ApiException constructor crashing when HTTP body is empty (#174) @Tarpsvo

Thanks again to @Tarpsvo, @bidoubiwa, @curquiza ! ๐ŸŽ‰

v0.18.1 ๐Ÿ˜

24 May 10:37
f8b9831
Compare
Choose a tag to compare

Changes

Thanks again to @codedge, @bidoubiwa, @curquiza! ๐ŸŽ‰

v0.18.0 ๐Ÿ˜

29 Apr 13:30
74eefe5
Compare
Choose a tag to compare

Changes

Thanks to @codedge, @ppshobi and @Guikingone for their involvement in this repository for this release! ๐ŸŽ‰

v0.17.2 ๐Ÿ˜

26 Apr 18:49
a200a32
Compare
Choose a tag to compare

Changes

Thanks again to @alallema, @curquiza and @mmachatschek! ๐ŸŽ‰