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
* feat(auth): add credential provider abstraction
* docs(sdk): clarify credential provider is for QVeris API authentication
Distinguish the CredentialProvider abstraction from the data/tool
providers in the capability catalog: it supplies the bearer value for
the QVeris API itself; upstream provider credentials are managed by the
platform and never pass through the SDK.
* docs: regenerate SDK API references for credential provider exports
Copy file name to clipboardExpand all lines: packages/cli/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
12
12
13
13
- Account and pricing recovery hints now follow the resolved API endpoint for the public sites and custom deployments instead of linking to an unrelated site. ([#221])
14
14
15
+
### Changed
16
+
17
+
- Routed authenticated requests through an internal credential-provider boundary while preserving all existing API-key resolution and endpoint-selection behavior. ([#226])
18
+
15
19
## [0.8.0] - 2026-07-14
16
20
17
21
### Changed
@@ -87,6 +91,7 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
0 commit comments