This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Commit 937e8eb
Release v0.28.0 (#137)
* Bump open-api.yml to v0.28
* Telemetry - Add `x-meilisearch-client` query parameter (#145)
* Introduce the x-meilisearch-client query parameter
* Update text/0034-telemetry-policies.md
Co-authored-by: Bruno Casali <[email protected]>
* Update text/0034-telemetry-policies.md
Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
* GeoSearch — Support string type for `_geo` `lat` and `lng` fields (#83)
* Update specification to support string type for _geo lat and lng fields
* mention types mixing for _geo object
* Tasks API - Rename `uid` to `taskUid` in the `202 - Accepted` Summarized Task Response (#144)
* Rename 202 uid to taskUid
* Update text/0060-tasks-api.md
Co-authored-by: cvermand <[email protected]>
Co-authored-by: cvermand <[email protected]>
* Tasks API - Seek/Keyset based pagination (#115)
* Move cursor based pagination spec to tasks API spec
* remove pagination as a future capability
* Clarify boundaries for limit query parameter
* Update OpenApi specification
* Remove limit field boundaries
* Apply suggestions from code review
Co-authored-by: Clément Renault <[email protected]>
* Update open-api.yml and removes cursor term mentions
* Update text/0060-tasks-api.md
Co-authored-by: Tommy <[email protected]>
* Remove route mention in seek-keyset pagination section
Co-authored-by: Clément Renault <[email protected]>
Co-authored-by: Tommy <[email protected]>
* Tasks API - Filter tasks list by `type`/`status`/`indexUid` (#116)
* move filtering tasks by status/type parameter to task api spec
* Update specification
* Add details about case-sensitivy + rework error message
* Introducing naming changes plus make the specification a source of truth instead of a changelog
* Remove a future possibility being introduced
* misc - replace createIndex to the right type and add the missing type field to the 202 Response resource
* Dumps API - Make dump creation an asynchronous task (#139)
* wip
* Make a dump creation a visible asynchronous task
* Add precisions
* Update open-api.yml
* Add ommited type field for summarized task response
* Add future possibilities
* Apply suggestions from code review
Co-authored-by: cvermand <[email protected]>
* Precise that indexUid can be null
* Precise priorization of dumpCreation task over other task types
* Keep taskUid for 202 response
* remove dumps.get API key action
Co-authored-by: cvermand <[email protected]>
* Search API - Remove/Rename confusing fields (#135)
* Rename nbHits, remove exhaustive* boolean fields
* Rename approximativeNbHits to estimatedTotalHits
* Update open-api.yaml
* Apply naming changes for facet distribution and showing matches position
* Add a telemetry for facet distribution usage
* API Guideline - Return list of API resources under a `results` array (#138)
* Place list of documents under a results array on /documents
* Add results array for indexes object list
* Add the future of indexes pagination
* Update open-api.yml
* Fix typo
* Apply suggestions from code review
Co-authored-by: cvermand <[email protected]>
* Add offset/limit pagination for indexes and API keys
* Try to add multipe refs to a response object
Co-authored-by: cvermand <[email protected]>
* Remove name field (#140)
* Documents API - `displayedAttributes` should not impact the documents API / Rename `attributesToRetrieve` to `fields` (#143)
* Specifies that displayedAttributes setting does not impact the GET documents endpoint
* Rename attributeToRetrieve to fields on /documents
* Add a future possibily to rejectt a field from a document in the given response
* Precise behavior details about fields query parameter
* Add fields query parameter on GET /indexes/{index}/documents/{docId}
* API Keys - Determinist API Keys + Security changes (#148)
* Add an uid to make API Keys determinists, plus add a non-unique human readable name field to ease reading information
* Describe errors for uid and name fields
* Apply suggestions from code review
Co-authored-by: Bruno Casali <[email protected]>
* misc: add precisions
* Reorganize route descriptions
* Update error_code when API Key already exists for a given uid
* Apply suggestions from code review
Co-authored-by: Many the fish <[email protected]>
* Add new keys actions, remove master-key changes, introduce a new error for immutable field and update tenant token
* Update open-api spec
* Update immutable_field error message
* Apply suggestions from code review
Co-authored-by: Many the fish <[email protected]>
* Mention that the Default Admin API Key can manage keys
* Specify that the JWT Tenant Token must be enrypted with the API Key value
* Update the spec regarding the description of the Admin API Key to be up-to-date
* Add uid_or_key url param to update and delete a key
* Update text/0085-api-keys.md
Co-authored-by: Many the fish <[email protected]>
* Update text/0085-api-keys.md
Co-authored-by: Many the fish <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: Many the fish <[email protected]>
Co-authored-by: Kerollmops <[email protected]>
* Geosearch - Enhance lat/lng format error messages (#149)
* Update the geosearch error message
* misc: organiser error message in the right specification
Co-authored-by: Guillaume Mourier <[email protected]>
* Introduces HTTP Verbs changesto be compliant regarding a Rest API (#152)
* Telemetry - Replace `x-meilisearch-client` query parameter by `X-Meilisearch-Client` header (#150)
* Removes x-meilisearch-client, replace it by a header
* Remove capslock
* fix typo (#151)
* Mention telemetry.meilisearch.com (#153)
* update ranking rules error message (#154)
* Misc — Update dump versions compatibility table (#156)
* Update dump table
* Update text/0105-dumps-api.md
* Settings API - Customize the hard limits for `pagination` and `faceting` (#157)
* Introduces specification files
* Update files name
* branch telemetry
* Update open-api.yml
* Update text/0034-telemetry-policies.md
Co-authored-by: Clément Renault <[email protected]>
* update open-api.yml
* Update text/157-faceting-setting-api.md
Co-authored-by: Clément Renault <[email protected]>
* Rename limitedTo to maxTotalHits
* Specify order of returned facet
Co-authored-by: Clément Renault <[email protected]>
* Add dumpCreation task type to OpenAPI.yml
* Tasks filtering params to be in query instead of path on OpenAPI spec
Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: cvermand <[email protected]>
Co-authored-by: Clément Renault <[email protected]>
Co-authored-by: Tommy <[email protected]>
Co-authored-by: Many the fish <[email protected]>
Co-authored-by: Kerollmops <[email protected]>
Co-authored-by: Tamo <[email protected]>
Co-authored-by: ad hoc <[email protected]>
Co-authored-by: Clémentine Urquizar - curqui <[email protected]>1 parent b536fb7 commit 937e8eb
File tree
24 files changed
+1898
-1182
lines changed- text
24 files changed
+1898
-1182
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
131 | | - | |
132 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
215 | 221 | | |
216 | 222 | | |
217 | 223 | | |
218 | | - | |
| 224 | + | |
| 225 | + | |
219 | 226 | | |
220 | 227 | | |
221 | 228 | | |
| |||
242 | 249 | | |
243 | 250 | | |
244 | 251 | | |
245 | | - | |
| 252 | + | |
| 253 | + | |
246 | 254 | | |
247 | 255 | | |
248 | 256 | | |
| |||
307 | 315 | | |
308 | 316 | | |
309 | 317 | | |
| 318 | + | |
| 319 | + | |
310 | 320 | | |
311 | 321 | | |
312 | 322 | | |
| |||
344 | 354 | | |
345 | 355 | | |
346 | 356 | | |
347 | | - | |
348 | 357 | | |
349 | 358 | | |
350 | 359 | | |
351 | 360 | | |
352 | | - | |
| 361 | + | |
353 | 362 | | |
354 | 363 | | |
355 | 364 | | |
356 | 365 | | |
357 | 366 | | |
358 | | - | |
| 367 | + | |
359 | 368 | | |
360 | 369 | | |
361 | 370 | | |
362 | | - | |
| 371 | + | |
363 | 372 | | |
364 | | - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
365 | 380 | | |
366 | 381 | | |
367 | 382 | | |
368 | 383 | | |
369 | | - | |
370 | 384 | | |
371 | | - | |
| 385 | + | |
372 | 386 | | |
373 | 387 | | |
374 | 388 | | |
375 | 389 | | |
376 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
377 | 394 | | |
378 | 395 | | |
379 | 396 | | |
| |||
417 | 434 | | |
418 | 435 | | |
419 | 436 | | |
420 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
421 | 450 | | |
422 | 451 | | |
423 | 452 | | |
| |||
428 | 457 | | |
429 | 458 | | |
430 | 459 | | |
431 | | - | |
| 460 | + | |
432 | 461 | | |
433 | 462 | | |
434 | 463 | | |
435 | 464 | | |
436 | 465 | | |
437 | | - | |
| 466 | + | |
438 | 467 | | |
439 | 468 | | |
440 | 469 | | |
441 | | - | |
| 470 | + | |
442 | 471 | | |
443 | 472 | | |
444 | 473 | | |
445 | 474 | | |
446 | 475 | | |
447 | | - | |
| 476 | + | |
448 | 477 | | |
449 | 478 | | |
450 | 479 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 122 | | |
144 | 123 | | |
145 | 124 | | |
| |||
241 | 220 | | |
242 | 221 | | |
243 | 222 | | |
244 | | - | |
| 223 | + | |
245 | 224 | | |
246 | 225 | | |
247 | 226 | | |
| |||
0 commit comments