Pipes SDK Go v0.16.0
Sep 30, 2025•
v0.16.0 of the Pipes SDK Go is now available.
What's new?
- AI Key Management APIs for Tenants, Users and Organizations.
- Workspace Conversations, Conversation Messages and Conversation Artifacts APIs for UserWorkspaces and OrgWorkspaces.
- Workspace AI Models APIs for UserWorkspaces and OrgWorkspaces.
- Service Account APIs.
- Added ServiceState enum to represent the state of a service.
- Added ModelState enum to represent the state of an AI model.
- Added UserType enum to classify users.
Enhancements
- Added AiEnabled attribute to TenantSettings to allow enabling / disabling AI features at a tenant level.
- Added Type attribute to User (backed by UserType) to distinguish user types.
- Added TokenWithValue and CreateTokenRequest models to improve token creation workflows.