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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.16] - 2026-03-13
11
+
12
+
### Fixed
13
+
-**Integration Workspace Access UUID/Slug Resolution** - Fixed `portkey_integration_workspace_access` read-after-create failures when `workspace_id` is a UUID but integration workspace APIs return workspace slugs. `GetIntegrationWorkspace()` now resolves UUID input to slug before lookup.
14
+
10
15
## [0.2.15] - 2026-03-06
11
16
12
17
### Added
@@ -250,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250
255
- Workspace deletion may be blocked by existing resources
251
256
- Prompt template updates create new versions (use makeDefault to promote)
0 commit comments