Skip to content

v0.9.0

Compare
Choose a tag to compare
@meili-bot meili-bot released this 25 Jan 15:27
· 753 commits to main since this release
ab8f61f

This package version is compatible with MeiliSearch v0.25.0 πŸŽ‰

⚠️ Breaking changes

  • Rename all async methods with an Async suffix (#207) @juchom
  • This package is only compatible with MeiliSearch v0.25.0 and later, but not with v0.24.0 and older. Be sure you are using at least MeiliSearch v0.24.0 or newer before doing the upgrade. (#202) @curquiza
    Why isn't it compatible?
    • MeiliSearch v0.25.0 uses Authorization header instead of X-Meili-API-Key (#211) @curquiza
    • MeiliSearch v0.25.0 has a new API regarding the updates that have been renamed into tasks. More details in the following points
  • Changes related to the new task API (#215) @curquiza Check out the task API references and the asynchronous tasks guide
    • CreateIndex, UpdateIndex and DeleteIndex are now asynchrone regarding MeiliSearch and do not return a Index instance anymore, but a task object. Please use index() method instead.
    • Rename index.GetAllUpdateStatus into index.GetTasks
    • Rename index.GetUpdateStatus into index.GetTask
    • WaitForPendingUpdate is renamed into WaitForTask and is accessible from index and from client
  • Remove getOrCreateIndex method (#208) @curquiza
  • Remove deleteIndexIfExists method (#209) @curquiza

πŸš€ Enhancements

  • Add API keys methods (#217) @curquiza
    • client.CreateKey()
    • client.DeleteKey()
    • client.GetKey()
    • client.GetKeys()

Check out the documentation guide.

  • Add new methods client.GetTasks() and client.GetTask()

πŸš€ Enhancements

  • Remove dependancy on Microsoft.AspNetCore.WebUtilities (#197) @juchom

πŸ› Bug Fixes

Thanks again to @curquiza, @islamath, and mostly to @juchom who is really involved in every PR and discussion! πŸŽ‰ ❀️