Skip to content

Releases: irevoire/mieli

v0.28.2

28 May 18:50
1be6caa
Compare
Choose a tag to compare

This release drop support for all the pre-v1 version of meilisearch.

  • Fix all the broken things to accommodate the v1 of meilisearch (keys, tasks, dump, etc)
  • Provide a new self subcommand that lets you:
    • auto-update mieli
    • generate autocompletion for all the commands so you don't have to remember them
  • Add support for the get&delete documents by filter
  • When adding documents by path (mieli doc add doc.json instead of piping the file cat doc.json | mieli doc add) mieli will guess the content-type of the file based on its extension.
  • Update all dependencies

v0.28.1

06 Jun 23:37
b27045e
Compare
Choose a tag to compare

What's Changed

  • chore: refactorize the handling of the global options by @irevoire in #16
  • feat: make mieli retrocompatible with the v0.27.0 by @irevoire in #17
  • chore: bump version number by @irevoire in #18

Full Changelog: v0.28.0...v0.28.1

v0.28.0

02 Jun 16:57
4a81a5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.2...v0.28.0

v0.25.2

17 Feb 00:52
a055f45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.1...v0.25.2

v0.25.1

28 Jan 10:34
028a541
Compare
Choose a tag to compare

When you pipe mieli into something it executes itself in async mode automatically

v0.25.0

12 Jan 13:48
25dcc22
Compare
Choose a tag to compare
bump mieli

v0.24.2

14 Dec 16:21
53e5aba
Compare
Choose a tag to compare
bump mieli

v0.24.1

14 Dec 13:17
f83bb48
Compare
Choose a tag to compare

Add the route keys.

v0.24.0

13 Dec 13:05
7a7c854
Compare
Choose a tag to compare

Update mieli to follow the version of Meilisearch.
Handle the tasks and the new authentication thingy

Full Changelog: v0.1.13...v0.24.0

v0.1.13

14 Oct 13:04
67475c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13