Skip to content

fix(deps): update module github.com/meilisearch/meilisearch-go to v0.23.0 - autoclosed

This MR contains the following updates:

Package Type Update Change
github.com/meilisearch/meilisearch-go require minor v0.20.1 -> v0.23.0

Release Notes

meilisearch/meilisearch-go

v0.23.0

Compare Source

This version makes this package compatible with Meilisearch v1.0.0 🎉 Check out the changelog of Meilisearch vv1.0.0 for more information on the changes(https://github.com/meilisearch/meilisearch-go/pull/405).

️ Breaking changes

  • KeyParsed struct has been changed; this structure is used to manage the time format when creating a key, however, all the Key fields were available in the structure, while only those used to create a key should be available in it.
    • createdAt has been removed
    • updatedAt has been removed

Thanks again to @​Thearas, @​alallema, @​bidoubiwa! 🎉

v0.22.0

Compare Source

This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of Meilisearch v0.30.0 for more information on the changes(#​382).

️ Breaking change

  • Parameters on GetTasks name changes: #​390
    • Status -> Statuses
    • IndexUID -> IndexUIDS
    • Type -> Types

🚀 Enhancements

  • New pagination strategy with the search parameters Page and HitsPerPage #​392
  • New filters on GetTasks: UID, BeforeEnqueuedAt, AfterEnqueuedAt, ... see #​390
  • New client.CancelTasks method that lets you cancel enqueued and processing tasks #​395
  • New client.DeleteTasks method that lets you delete tasks #​396
  • New client.SwapIndexes method that lets you swap two indexes #​397
  • New fields on Task.Details #​395

Thanks again to @​alallema! 🎉

v0.21.1

Compare Source

🚀 Enhancements

Thanks again to @​alallema, @​austinvazquez, @​ginglis13, @​shadowshot-x and @​washbin! 🎉

v0.21.0

Compare Source

Check out the changelog of Meilisearch v0.29.0 for more information on the changes.

️ Breaking changes

This breaking change may not affect you, but in any case, you should check your search queries if you want to keep the same behavior from v0.28.

🚀 Enhancements

  • Improve Docker configuration in the package (#​301)
  • Create key: Add ability to specify the Uid and Name value (#​342) @​dbolkensteyn
  • Pre-allocate search post body for Index.Search() (#​341) @​trim21
  • Ensure support to the new search query parameter MatchingStrategy (#​348) @​brunoocasali
  • Ensure support to keys with wildcarded actions.
    • actions field during key creation now accepts wildcards on actions. For example, indexes.* provides rights to indexes.create, indexes.get,indexes.delete, indexes.delete, and indexes.update. (#​349) @​brunoocasali

Thanks again to @​OptimusePrime, @​alallema, @​brunoocasali, @​dbolkensteyn, @​tMinamiii, @​trim21 and @​vishalsodani! 🎉


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate-Bot

Merge request reports