Skip to content

v0.14.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 02 Apr 17:49
ba89f3c

0.14.0 (2026-04-02)

Full Changelog: v0.13.0...v0.14.0

Features

  • [backend/api] add backend search for group members (d7dee78)
  • agents: enforce sub-agent depth and concurrency limits in backend (091e1e1)
  • api: add acknowledgeToken parameter to environments start method (4e4cf9c)
  • api: add AGENT_EXECUTION_VIEWER role to ResourceRole type (e728590)
  • api: add agentMessage param and AgentMessage/Type types to agents (3116d62)
  • api: add automations resource with workflows/executions/actions (c714e29)
  • api: add bpfDebugLevel field to KernelControlsConfig in environments (a287ad3)
  • api: add claimsExpression field to SSO configurations (d341ea2)
  • api: add conversation_sharing_policy to agent policy (bf403a1)
  • api: add CountResponseRelation type (b873069)
  • api: add credentialProxy field to environments Secret (02863e6)
  • api: add customAgents field and CustomSecurityAgent type to policies (1a61b78)
  • api: add desiredSize field to WarmPoolStatus in prebuilds (353883c)
  • api: add disabled parameter to automation update method (badc257)
  • api: add environment field to agent wake events (992e5d0)
  • api: add exclude_team_ids parameter to organization list members (272e39c)
  • api: add excludePromptContent parameter to agents list prompts method (49a254a)
  • api: add filter parameter to groups list method (8bc4dd7)
  • api: add hasFailedExecutionSince parameter to automations list method (217a0b3)
  • api: add lockdownAt field to EnvironmentStatus (1b40ec9)
  • api: add loop conditions to agents, update wake event types (e2f1f5d)
  • api: add managedMetricsEnabled field to runners MetricsConfiguration (b7d2e42)
  • api: add min_size and max_size to prebuilds warm pools (50e0e9c)
  • api: add organizationTier to identity authenticated response (510f3f8)
  • api: add read_only field to PersonalAccessToken proto messages (9dbc9a5)
  • api: add RESOURCE_ROLE_ORG_AUDIT_LOG_READER to ResourceRole enum (811b8f3)
  • api: add RESOURCE_TYPE_NOTIFICATION to ResourceType enum (f605d55)
  • api: add resourceIds to role assignments, simplify executable deny list in policies (a2c14c0)
  • api: add resourceTypeFilters parameter to events watch method (07bb8ec)
  • api: add role/senderExecutionId fields to agents AgentMessage (2c815f0)
  • api: add RUNNER_CAPABILITY_WARM_POOL to RunnerCapability enum (f7ee363)
  • api: add search parameter to agents list prompts method (7e78aca)
  • api: add SESSION_ADMIN and SESSION_USER to ResourceRole enum (186e30f)
  • api: add sessionId parameter to agents and environments (0ef9494)
  • api: add sessionId parameter to environments create from project (693174b)
  • api: add sessionIds filter to agents/environments list methods (52e0a3a)
  • api: add snapshotSizeBytes field to PrebuildStatus (17124f0)
  • api: add SONNET_4_6 model variants to AgentExecution (8646e6e)
  • api: add sort option to ListAuditLogs (e617fb0)
  • api: add sort parameter to projects list and Sort/SortOrder types (3322c72)
  • api: add SUPPORTED_MODEL_HAIKU_4_5 to AgentExecution model (eb7a869)
  • api: add TEAM_ADMIN and TEAM_VIEWER to ResourceRole (4428302)
  • api: add terminal field to RunsOn (a285f60)
  • api: add time range filters to event list method (1b2c056)
  • api: add updateWindow field to runners configuration (54c0225)
  • api: add WakeEvent type and wakeEvent parameter to agents (ea254b6)
  • api: add warm pool CRUD methods and types to prebuilds (2ebb4cd)
  • api: allow min_size >= 0 for warm pool dynamic scaling (a72b6c8)
  • backend/api,dashboard: add server-side recentlyCompleted sort for ListWorkflows (567bc3a)
  • ec2: add RUNNER_CAPABILITY_ASG_WARM_POOL capability (993a447)
  • types: remove agent execution enum values from Principal and ResourceRole (4378ae7)

Bug Fixes

  • api: remove acknowledgeToken parameter from environments start method (77917e4)
  • api: rename executableDenyList to vetoExecPolicy in policies (84bf167)
  • client: preserve URL params already embedded in path (7424783)
  • docs/contributing: correct pnpm link command (43ff14c)
  • fix request delays for retrying to be more respectful of high requested delays (858345c)
  • types: make id optional in CustomSecurityAgent (25f783f)

Chores

  • ci: skip lint on metadata-only changes (74a87ee)
  • ci: skip uploading artifacts on stainless-internal branches (a4c7e10)
  • docs: add missing descriptions (ad400e2)
  • internal: move stringifyQuery implementation to internal function (b25ce90)
  • internal: regenerate SDK with no functional changes (c095797)
  • internal: regenerate SDK with no functional changes (cc9b601)
  • internal: regenerate SDK with no functional changes (ca8c11c)
  • internal: regenerate SDK with no functional changes (a7e1b02)
  • internal: regenerate SDK with no functional changes (2b0fe0b)
  • internal: remove mock server code (d7effec)
  • internal: tweak CI branches (834cba6)
  • internal: update dependencies to address dependabot vulnerabilities (3daa978)
  • internal: update gitignore (51da5bf)
  • test: update skip reason message (9e5570d)
  • types: move CountResponseRelation from organizations to shared (c47174a)
  • update mock server docs (cd79de5)

Documentation

  • api: clarify resourceId/resourceIds permission behavior in groups role assignments (1b36502)
  • api: clarify timeout constraints in environments and organization policies (8a68a4d)
  • api: update annotations parameter examples in agents (723978c)