Skip to content

Commit a239ebc

Browse files
committed
chore: prepare v2.2.4 release
Patch release carrying the access-key token-expiry fix (CIP-3233): bump workspace version 2.2.3 -> 2.2.4 and promote the Unreleased CHANGELOG entry to [2.2.4].
1 parent a65ec77 commit a239ebc

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [2.2.4] - 2026-06-18
10+
911
### Fixed
1012

1113
- **ZeroKMS authentication failures ~15 minutes after startup (access keys)**: Fixed the root cause of access tokens never being renewed when authenticating with an access key. The token's lifetime was misread, so renewal never triggered and every encrypt/decrypt operation began failing (`ZeroKMS error: Request not authorized`, "Could not decrypt data") roughly 15 minutes — the token lifetime — after connecting, recovering only on restart. Tokens now renew correctly ahead of expiry. This resolves the remaining cases not addressed by the 2.2.3 fix.
@@ -271,7 +273,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
271273
- Integration with CipherStash ZeroKMS.
272274
- Encrypt Query Language (EQL) for indexing and searching encrypted data.
273275

274-
[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.2.3...HEAD
276+
[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.2.4...HEAD
277+
[2.2.4]: https://github.com/cipherstash/proxy/compare/v2.2.3...v2.2.4
275278
[2.2.3]: https://github.com/cipherstash/proxy/compare/v2.2.2...v2.2.3
276279
[2.2.2]: https://github.com/cipherstash/proxy/compare/v2.2.1...v2.2.2
277280
[2.2.1]: https://github.com/cipherstash/proxy/compare/v2.2.0-alpha.1...v2.2.1

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["packages/*"]
55
exclude = ["vendor/stack-auth"]
66

77
[workspace.package]
8-
version = "2.2.3"
8+
version = "2.2.4"
99
edition = "2021"
1010

1111
[profile.dev]

0 commit comments

Comments
 (0)