Skip to content

Commit c4fbfe1

Browse files
committed
bump: keycardai-oauth 0.6.0 → 0.7.0
1 parent a9c8515 commit c4fbfe1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/oauth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.7.0-keycardai-oauth (2026-03-06)
2+
3+
4+
- fix(keycardai-oauth): update test to expect OAuthProtocolError for structured error bodies
5+
- feat(keycardai-oauth)!: detailed error reporting
6+
- BREAKING CHANGE: Token exchange HTTP 4xx errors with structured JSON bodies now raise OAuthProtocolError instead of OAuthHttpError. Callers catching OAuthHttpError for these responses must update to catch OAuthProtocolError.
7+
18
## 0.6.0-keycardai-oauth (2025-11-17)
29

310

packages/oauth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dev = [
117117

118118
[tool.commitizen]
119119
name = "cz_customize"
120-
version = "0.6.0"
120+
version = "0.7.0"
121121
tag_format = "${version}-keycardai-oauth"
122122
ignored_tag_formats = ["${version}-*"]
123123
update_changelog_on_bump = true

0 commit comments

Comments
 (0)