Commit 06da607
Merge #658
658: Fix tests for Meilisearch 1.16 CI r=ahmednfwela a=Strift
## Why
Fix tests to make Meilisearch 1.16 CI pass: https://github.com/meilisearch/meilisearch/actions/runs/16573762878/job/47016022240
## What does this PR do?
- Add AllGet key action for accessing all get endpoints
- Add ChatCompletions key action for chat completions endpoint
- Fixes compatibility issues with Meilisearch v1.16.0-rc.4
> [!note]
> I ran the tests locally with MEILISEARCH_VERSION=v1.16.0-rc.4
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added new access options for API keys, including permissions for all GET endpoints and for chat completions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Strift <[email protected]>1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
| |||
0 commit comments