Skip to content

Commit

Permalink
Update models and error codes (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays authored Oct 5, 2024
1 parent 9cf56ea commit 9cc79ba
Show file tree
Hide file tree
Showing 7 changed files with 966 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/target
/Cargo.lock

.env
.dev
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v0.5.0 (Oct 2024)

## Additions

- Add `name` field to `ApiKey`.
- Add `revalidate_cache` to `ListKeysRequest`.
- Add `name`, `code`, and `enabled` fields to `VerifyKeyResponse`.

## Changes

- Updated ErrorCodes to more closely align with Unkey.

---

# v0.4.0 (Jul 2024)

## Breaking changes
Expand Down
Loading

0 comments on commit 9cc79ba

Please sign in to comment.