Releases: OpsLevel/opslevel-go
Releases · OpsLevel/opslevel-go
v2022.5.20
Cut Release 'v2022.5.20'
v2022.04.21
Feature
- Add get and list functions for Groups
- Add create, update, and delete functions for Groups
- Add ability to query for DescendentTeams, DescendantSubgroups, DescendantRepositories, DescendantServices and Members of a Group
- Add support for new Check Types - AlertSourceUsage, GitBranchProtection and HasRecentDeploy
- Update enum for new Tool Categories
v2022.02.25
Refactor
- Removes tag key name validation logic because the API downcases it and its causes bugs in other tools
Bugfix
- Update team functions to return responsibilities without html encoding characters
v0.4.4
v0.4.3
Feature
- Export client Option type to more easily wrap client - added example to readme
- Add ability to specify a client timeout - defaults to 10s
v0.4.2
Feature
- add support for slack handle as a contact type
- add a cache system for caching resources by alias
- add generation of aliases for objects that don't have aliases in the API
Refactor
- cache teams by all their aliases
v0.4.1
v0.4.0
Feature
- use codegen to generate all enums from graphql API schema
- set custom http user-agent header as well as allow it to be appendable by both the client code and end user
Refactor
- Team now has parity with what is available in the public API
v0.3.3
Bugfix
- add newly added PredicateType
PredicateTypeSatisfiesJqExpression
to the GetPredicateTypes return list