Skip to content

Commit

Permalink
Update meilisearch-release-changelogs/v0.28.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
  • Loading branch information
curquiza and gmourier authored Jun 9, 2022
1 parent ecc7f95 commit 2874d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch-release-changelogs/v0.28.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Done by @ManyTheFish (#2408)

## API key management: deterministic keys

- It is now possible to create a deterministic `key` value by specifying a `uid` field at creation. `uid` is a `uuidv4`. If omitted, Meilisearch generates it.
- It is now possible to create a deterministic `key` value by specifying a `uid` field at creation. `uid` value must be a UUID v4. If omitted, Meilisearch generates it.
- Adds a `name` field: specify a human-readable `name` to make API key retrieval more convenient.
- Introduces new actions to manage API keys (`keys.get`, `keys.create`, `keys.update`, `keys.delete`).
- It is no longer possible to update an API key's `actions`, `indexes`, or `expiresAt` after creation.
Expand Down

0 comments on commit 2874d5d

Please sign in to comment.