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
Automated Release PR
---
## 0.2.0 (2026-03-16)
Full Changelog:
[v0.1.0...v0.2.0](v0.1.0...v0.2.0)
### Features
* add OAuth2 as alternative auth on management API endpoints
([52c6c27](52c6c27))
* add OAuth2 client credentials security scheme from common spec
([be3f5df](be3f5df))
* add OAuth2 client_credentials auth to SDK config
([40d6e7a](40d6e7a))
* Include `array_format: brackets` settings
([59f0159](59f0159))
* PyPi underscore package name
([3cd5a1e](3cd5a1e))
* support HTTP Basic Auth for service account token endpoint (RFC 6749
2.3.1)
([b9d6db0](b9d6db0))
* update pkg-oapi-common and add OAuth2 security scheme
([4a94884](4a94884))
### Bug Fixes
* **tests:** correct setup of OAuth 2 Client Credentials tests
([fe2b8ba](fe2b8ba))
### Chores
* hide unstable mcp features from api documentation
([0fd55ba](0fd55ba))
### Documentation
* remove MCP endpoints
([06fb1fd](06fb1fd))
---
This pull request is managed by Stainless's [GitHub
App](https://github.com/apps/stainless-app).
The [semver version
number](https://semver.org/#semantic-versioning-specification-semver) is
based on included [commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
Alternatively, you can manually set the version number in the title of
this pull request.
For a better experience, it is recommended to use either rebase-merge or
squash-merge when merging this pull request.
🔗 Stainless [website](https://www.stainlessapi.com)
📚 Read the [docs](https://app.stainlessapi.com/docs)
🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 0.2.0 (2026-03-16)
4
+
5
+
Full Changelog: [v0.1.0...v0.2.0](https://github.com/keycardai/keycard-python/compare/v0.1.0...v0.2.0)
6
+
7
+
### Features
8
+
9
+
* add OAuth2 as alternative auth on management API endpoints ([52c6c27](https://github.com/keycardai/keycard-python/commit/52c6c27bb85b2f07f5ead2490ab902fef4816dca))
10
+
* add OAuth2 client credentials security scheme from common spec ([be3f5df](https://github.com/keycardai/keycard-python/commit/be3f5df50f9f6434ab8836c06adeda99c9f514d4))
11
+
* add OAuth2 client_credentials auth to SDK config ([40d6e7a](https://github.com/keycardai/keycard-python/commit/40d6e7a713f518df3653430ed7cee25b2db79140))
12
+
* Include `array_format: brackets` settings ([59f0159](https://github.com/keycardai/keycard-python/commit/59f0159a9a84d4a89b219faf4e7ac67556c22392))
13
+
* PyPi underscore package name ([3cd5a1e](https://github.com/keycardai/keycard-python/commit/3cd5a1e6bd8684f86efb5d77249cd950848631fe))
14
+
* support HTTP Basic Auth for service account token endpoint (RFC 6749 2.3.1) ([b9d6db0](https://github.com/keycardai/keycard-python/commit/b9d6db00b5388ae7b8872c6f5f4345cb132edb56))
15
+
* update pkg-oapi-common and add OAuth2 security scheme ([4a94884](https://github.com/keycardai/keycard-python/commit/4a9488474597b923dac403292e207ba0d8487754))
16
+
17
+
18
+
### Bug Fixes
19
+
20
+
***tests:** correct setup of OAuth 2 Client Credentials tests ([fe2b8ba](https://github.com/keycardai/keycard-python/commit/fe2b8ba8b7867cc86942b5306bb8cb31f5d469ac))
21
+
22
+
23
+
### Chores
24
+
25
+
* hide unstable mcp features from api documentation ([0fd55ba](https://github.com/keycardai/keycard-python/commit/0fd55ba2f11a5ad75e6c13702a060853a209156c))
0 commit comments