Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Release v0.26.0 #126

Merged
merged 10 commits into from
Mar 14, 2022
Merged

Release v0.26.0 #126

merged 10 commits into from
Mar 14, 2022

Conversation

gmourier and others added 7 commits March 9, 2022 18:14
* Add specification the search API endpoints

* Add errors

* Add a future possibility about error code

* Replace spec id

* Fix typo

* Harmonize sentences

* Apply suggestions from code review

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>

* Fix type definition by http verb for filter parameter

* fix typos

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
* Add null value part and example

* Update text/0028-indexing-csv.md

Co-authored-by: Clément Renault <clement@meilisearch.com>

* Replace MeiliSearch by Meilisearch

Co-authored-by: Clément Renault <clement@meilisearch.com>
* Init dumps specification

* Apply suggestions from code review

Co-authored-by: Tamo <tamo@meilisearch.com>

* Describe CLI flags and error messages

* Apply suggestions from code review

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>

* remove wrong statement

* Add dump creation as a task into future possibilities section

* Rename spec file and mentions technical aspects

Co-authored-by: Tamo <tamo@meilisearch.com>
Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
* Add CLI analytics

* Add log_level

* use snake case

* Add backticks on examples

* Apply suggestions from code review

Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com>

* Fix debounce-duration-sec parameter name

Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com>
* update the wrong date message

* Change ISO-8601 by RFC 3339

* Update errors: backticks, example error message and placeholder var

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Add dump version support

* Fix titles numerotation, clear API endpoints definition, apply curquiza suggestion to gain one title level

* Update text/0105-dumps-api.md

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
@gmourier gmourier added Not A Spec This PR is not a feature specification OpenAPI Update OpenAPI specification. P1 labels Mar 9, 2022
gmourier and others added 2 commits March 9, 2022 18:56
* init specification

* update filename

* update typo

* rephrase motivation

* rename master occurences by main

* replace mention of main by master

* Update text/0089-scoped-api-keys.md

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* replace client code by frontend or backend

* Update text/0089-scoped-api-keys.md

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* Update text/0089-scoped-api-keys.md

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* Update text/0089-scoped-api-keys.md

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* update javascript code sample for generateScopedApiKey method

* Rename Scoped API Key to Tenant Token

* Apply suggestions from code review

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* precise message from reviews

* Add JWT part

* Rename specification file

* Update specification texts

* Add examples for indexesPolicy

* Update indexesPolicy examples texts

* Update indexesPolicy examples texts

* Update indexesPolicy examples texts

* Add a multi-tenant definition and tenant examples for MeiliSearch

* Update text/0089-tenant-tokens.md

Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com>

* Update text/0089-tenant-tokens.md

Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com>

* Add array format for indexesPolicy and rename iss to apiKeyPrefix

* update indexesPolicy formats example

* rename indexesPolicy to searchRules and add supported JWT signatures

* Rephrase searchRules explanations

* Update text/0089-tenant-tokens.md

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* Update text/0089-tenant-tokens.md

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* Update text/0089-tenant-tokens.md

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* Rephrase explanations from suggestions

* Update scheme

* Update text/0089-tenant-tokens.md

Co-authored-by: Many <legendre.maxime.isn@gmail.com>

* Mention tenant token revoking

* Add precision on SDKs and Meilisearch role for Tenant Token

* Apply suggestions from code review

Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>

* Add Future Possibilities on tenant token formatting error

* Replace MeiliSearch by Meilisearch, fix typos, rephrase sentences and reorganize sections

Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com>
Co-authored-by: Many <legendre.maxime.isn@gmail.com>
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
* init auto-batching specification

* replace file name

* Add content and explanations

* fix typo

* change wording

* Update auto-batching

* Mention batchUid identifier

* Update spec titles numerotation

* Separate consecutive tasks type

* Add a simple schema to represent the batchUid and tasks picking

* Apply suggestions from code review

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>

* Update auto-batching spec with CLI flags explanations

* Modify Task API resource to display the batchUid

* Add the batchUid field to the Task API object description

* Fix parameter name

* Replaces MeiliSearch by Meilisearch, fix typos, rephrase sentences and reorganize section

* Rename --enable-autbatching to --enable-auto-batching

* Update text/0096-auto-batching.md

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>

* Update text/0096-auto-batching.md

Co-authored-by: ad hoc <postma.marin@protonmail.com>

* Add precisions

* Rephrase debounce-duration-sec option

* Apply suggestions from code review

Co-authored-by: ad hoc <postma.marin@protonmail.com>

* Apply suggestions from code review

Co-authored-by: Tamo <irevoire@protonmail.ch>

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
Co-authored-by: ad hoc <postma.marin@protonmail.com>
Co-authored-by: Tamo <irevoire@protonmail.ch>
@github-actions
Copy link

github-actions bot commented Mar 10, 2022

🤖 API change detected:

Modified (4)

  • GET /indexes/{indexUid}/tasks
    • Response modified: 200
      • Body attribute modified: results
  • GET /indexes/{indexUid}/tasks/{taskUid}
    • Response modified: 200
      • Body attribute added: batchUid
  • GET /tasks
    • Response modified: 200
      • Body attribute modified: results
  • GET /tasks/:taskUid
    • Response modified: 200
      • Body attribute added: batchUid

View documentation diff

Powered by Bump

@gmourier gmourier self-assigned this Mar 10, 2022
@gmourier gmourier merged commit aa2a262 into main Mar 14, 2022
@gmourier gmourier deleted the release-v0.26.0 branch March 14, 2022 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Not A Spec This PR is not a feature specification OpenAPI Update OpenAPI specification.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants