Releases: OpsLevel/opslevel-go
Releases · OpsLevel/opslevel-go
v2026.5.20
v2026.5.12
v2026.5.6
v2026.4.13
v2026.3.6
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.GetPropertyonly resolves service owners and will fail for team identifiers. UseService.GetPropertyorTeam.GetPropertyinstead.
Removed
- [Breaking change]
Property.Ownertype changed fromEntityOwnerServicetoPropertyOwnerto 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).
v2026.2.18
v2026.1.15
v2025.12.17
v2025.12.15
v2025.12.5
December 05, 2025
Feature
- Update relationships to include management rules
Dependency
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
- Bump github.com/relvacode/iso8601 from 1.6.0 to 1.7.0