packagist meilisearch/meilisearch-php v0.19.2
v0.19.2 🐘

latest releases: dev-staging, dev-main, v1.12.0...
3 years ago

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! 🎉

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.