Skip to content

Commit 9cc79ba

Browse files
authored
Update models and error codes (#43)
1 parent 9cf56ea commit 9cc79ba

File tree

7 files changed

+966
-9
lines changed

7 files changed

+966
-9
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/target
2-
/Cargo.lock
32

43
.env
54
.dev

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.5.0 (Oct 2024)
2+
3+
## Additions
4+
5+
- Add `name` field to `ApiKey`.
6+
- Add `revalidate_cache` to `ListKeysRequest`.
7+
- Add `name`, `code`, and `enabled` fields to `VerifyKeyResponse`.
8+
9+
## Changes
10+
11+
- Updated ErrorCodes to more closely align with Unkey.
12+
13+
---
14+
115
# v0.4.0 (Jul 2024)
216

317
## Breaking changes

0 commit comments

Comments
 (0)