You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
+
## [v3.0.2] - 2025-09-30
10
11
11
-
Of course, my apologies for the misunderstanding. Here is the changelog with a new, cleanly formatted entry for the hotfix on September 27th, while keeping the September 26th entry separate as you requested.
12
+
### Added
13
+
-**Enhanced API Key Management**
14
+
-**Revoked Key Visibility:** Revoked API keys are now displayed in a separate "Revoked Keys" section with full key visibility for verification and audit purposes.
15
+
-**Permanent Deletion:** Added "Delete Permanently" functionality for individual revoked keys and "Clear All" for bulk removal.
16
+
-**Auto-Cleanup System:** Implemented automatic cleanup of revoked keys after 30 days with manual trigger option.
17
+
-**Improved UX:** Revoked keys are visually distinguished (grayed out, full key shown) with countdown to auto-deletion.
18
+
-**Copy Functionality:** Users can copy full revoked API keys for record-keeping before permanent deletion.
19
+
20
+
### Fixed
21
+
-**API Key Revocation Display Bug:** Fixed issue where revoked API keys remained visible in the frontend as if they were active, even though backend authentication correctly rejected them.
0 commit comments