-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93d3dbb
commit c7fe4a1
Showing
13 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## [March 15, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.2.26...v2024.3.15) | ||
### Bugfix | ||
* CreateTags will now return joined errors | ||
* fix list services maturity query, crashed if over 100 services | ||
### Feature | ||
* Add support for Property.Locked and PropertyDefinition.AllowedInConfigFiles | ||
* Add support for parent (system) on service object | ||
### Refactor | ||
* Convert deprecated graphql.Int's to normal int's | ||
### Removed | ||
* Removed examples since they use deprecated functions | ||
* Removed deprecated NewClient, NewString, Bool, NewInt | ||
### Dependency | ||
* Bump github.com/gosimple/slug from 1.13.1 to 1.14.0 | ||
* Bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 | ||
* Bump github.com/hasura/go-graphql-client from 0.11.0 to 0.12.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package opslevel | ||
|
||
const clientVersion = "v2024.2.26" | ||
const clientVersion = "v2024.3.15" |