Skip to content

Commit 2dcda3d

Browse files
chore(api-keys-simplified): release v0.2.0 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sandipsinh Dilipsinh Rathod <62684960+ssddOnTop@users.noreply.github.com>
1 parent c19b359 commit 2dcda3d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/api-keys-simplified/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/gpmcp/api-keys-simplified/compare/v0.1.1...v0.2.0) - 2025-12-09
11+
12+
### Added
13+
14+
- add ApiKeyGenerator wrapper
15+
- add comprehensive key versioning
16+
- ability to add expiry for keys
17+
- allow `-` in prefix
18+
-
19+
20+
### Fixed
21+
22+
- key prefix validation tests
23+
- prevent timing oracle in expiry verification
24+
- oracle vulnr while verification
25+
- key prefix validation tests
26+
1027
## [0.1.1](https://github.com/gpmcp/api-keys-simplified/compare/v0.1.0...v0.1.1) - 2025-12-06
1128

1229
### Added

crates/api-keys-simplified/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "api-keys-simplified"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Sandipsinh Rathod <sandip@ssdd.dev>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)