Skip to content

Commit 9b4f9b6

Browse files
committed
chore: prepare v2.2.3 release
Patch release for the stack-auth token-refresh hotfix (CIP-3159): bump workspace version 2.2.2 -> 2.2.3 and promote the Unreleased CHANGELOG entry to [2.2.3].
1 parent 86fdb2b commit 9b4f9b6

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.3] - 2026-06-17
10+
911
### Fixed
1012

1113
- **ZeroKMS authentication failures ~15 minutes after startup**: Fixed a token-refresh wedge in the access-key authentication path. When an in-flight request was cancelled at the wrong moment (for example, a client disconnecting mid-query), token refresh could permanently stall, causing `ZeroKMS error: Request not authorized` on all encrypt/decrypt operations roughly 15 minutes (the access-token lifetime) after connecting. Connections worked on startup and then began failing in lockstep. Backports the upstream `stack-auth` token-refresh fix (CIP-3159).
@@ -265,7 +267,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
265267
- Integration with CipherStash ZeroKMS.
266268
- Encrypt Query Language (EQL) for indexing and searching encrypted data.
267269

268-
[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.2.2...HEAD
270+
[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.2.3...HEAD
271+
[2.2.3]: https://github.com/cipherstash/proxy/compare/v2.2.2...v2.2.3
269272
[2.2.2]: https://github.com/cipherstash/proxy/compare/v2.2.1...v2.2.2
270273
[2.2.1]: https://github.com/cipherstash/proxy/compare/v2.2.0-alpha.1...v2.2.1
271274
[2.2.0-alpha.1]: https://github.com/cipherstash/proxy/compare/v2.1.22...v2.2.0-alpha.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.2"
8+
version = "2.2.3"
99
edition = "2021"
1010

1111
[profile.dev]

0 commit comments

Comments
 (0)