Skip to content

v2026.3.6

Choose a tag to compare

@github-actions github-actions released this 06 Mar 15:17
· 2 commits to main since this release

March 06, 2026

Feature

  • Add CRUD operations for team property definitions (CreateTeamPropertyDefinition, UpdateTeamPropertyDefinition, GetTeamPropertyDefinition, ListTeamPropertyDefinitions, AssignTeamPropertyDefinitions) and entity-scoped property lookup methods (Team.GetProperty, Service.GetProperty)

Deprecated

  • Client.GetProperty only resolves service owners and will fail for team identifiers. Use Service.GetProperty or Team.GetProperty instead.

Removed

  • [Breaking change] Property.Owner type changed from EntityOwnerService to PropertyOwner to support both service and team owners. Direct field access (e.g. property.Owner.Aliases) must be updated to go through the embedded type (e.g. property.Owner.ServiceId.Aliases).