-
v0.12.28 Stable
released this
2026-07-24 05:33:58 +00:00 | 5 commits to main since this releaseChanged
- Clear the static-analysis backlog, including ignored owner-label errors,
nil logging contexts, deprecated helpers, and unreachable code.
Fixed
- Route every typed OpenBao API operation through the shared result recorder,
ensuring 401/403 responses evict the cached client instead of reusing a
revoked token for up to the 12-hour cache TTL.
Security
- Upgrade
golang.org/x/netandgolang.org/x/textto fixed versions for
reachable HTTP/2, IDNA, and Unicode-normalization vulnerabilities.
Included changes (v0.12.27 -> v0.12.28)
96fbc75b433cchore(quality): clear static analysis backloga20fa7a1a12efix(security): upgrade reachable vulnerable dependencies707808a44ea5fix(client): evict revoked tokens for every API call
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Clear the static-analysis backlog, including ignored owner-label errors,