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

Release v1.1.0 #220

Merged
merged 9 commits into from
Apr 3, 2023
Merged

Release v1.1.0 #220

merged 9 commits into from
Apr 3, 2023

Conversation

@gmourier gmourier added Release Tracker Track all specification changes for a specific release. v1.1.0 labels Feb 22, 2023
…ring purposes (#174)

* init spec for /metrics

* Rename spec filename and add description for metrics

* update metrics name and type col in the metrics table; add auth errors

* Add --enable-metrics-route to instance-options.md specification

* Precise metrics

* update open-api.yml

* Add telemetry instance property

* Mention metrics route on stats.get action

* Add  action

* Precise  action description

* Rephrase future possibility

* Add MEILI_ENABLE_METRICS_ROUTE

* rename all the cli parameter to the experimental variant

* Update text/0174-metrics-api.md

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

* Update open-api.yaml

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

* Update text/0085-api-keys.md

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

* Apply suggestions from code review

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

---------

Co-authored-by: Tamo <tamo@meilisearch.com>
@github-actions
Copy link

github-actions bot commented Apr 3, 2023

🤖 API change detected:

Added (2)

  • GET /metrics
  • POST /multi-search

Modified (4)

  • GET /indexes/{indexUid}/search
    • Response modified: 200
      • Attribute added: facetStats
  • POST /indexes/{indexUid}/documents
    • Query parameters added: primaryKey, csvDelimiter
  • POST /indexes/{indexUid}/search
    • Response modified: 200
      • Attribute added: facetStats
  • PUT /indexes/{indexUid}/documents
    • Query parameters added: primaryKey, csvDelimiter

Powered by Bump

gmourier and others added 7 commits April 3, 2023 16:14
…s access to multiple indexes starting with the same string (#189)

* Bump open-api spec

* Precise that the * wildcard char can be used at the last position to match multiple indexes starting with the same string

* Update future possibilities

* Update the index wildcard pattern error message

---------

Co-authored-by: Clément Renault <clement@meilisearch.com>
* specify the support of the csv-delimiter

* Apply suggestions from code review

* get rid of the last 'future possibility' that is being described in this PR

* Update openAPI specification

---------

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Add geoBoundingBox built-in filter description

* Add missing parts

* Update text/0059-geo-search.md

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

* Replace the top left / bottom right signature to a top right / bottom left signature

---------

Co-authored-by: Tamo <tamo@meilisearch.com>
* update search-api.md

* rephrase

* update open-api.yml

* rephrase, add example on open-api.yml

* Add examples

* fix

* Update text/0118-search-api.md

Co-authored-by: Louis Dureuil <louis.dureuil@gmail.com>

* rephrase

* Clarify that facet stats are for all search results

---------

Co-authored-by: Louis Dureuil <louis.dureuil@gmail.com>
* Add multi-search spec

* Change possible HTTP return codes for index_not_found

* Add multi-search to openAPI

* Update telemetry

* openAPI: shorter summary for multi-search

* openAPI: attempt to remove superfluous "values" field in multisearch request/response

* Apply review suggestions for openAPI

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

* Apply review suggestions for multi search API

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

* Add queries/results keys to openAPI examples

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

* fix indent

* Apply review suggestions for multi search API

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

* OpenAPI: Change summary to `Multi Search`

* use backticks instead of ticks in multi search API example

* Apply review suggestions for multi search API

Co-authored-by: Maryam <90181761+maryamsulemani97@users.noreply.github.com>

* remove superfluous newline from telemetry file

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

---------

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Co-authored-by: Maryam <90181761+maryamsulemani97@users.noreply.github.com>
@gmourier gmourier merged commit 2b7cc90 into main Apr 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Release Tracker Track all specification changes for a specific release. v1.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants