-
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
27ea5c6
commit 2b5b55a
Showing
9 changed files
with
25 additions
and
23 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 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,12 @@ | ||
## [October 22, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.25...v2022.10.22)) | ||
### Feature | ||
* add `ToolUrlPredicate` to `ToolUsage` check type | ||
### Refactor | ||
* BREAKING: change signature of LevelUpdateInput so that mutation works and description can be set to empty string | ||
* do not obscure api error messages when doing client validation | ||
### Bugfix | ||
* Fix issue with UpdateContact where it would pass an "" to the API for contact type when it should be omitted | ||
### Security | ||
* Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 | ||
### Dependency | ||
* Bump github.com/gosimple/slug from 1.12.0 to 1.13.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 = "v2022.8.25" | ||
const clientVersion = "v2022.10.22" |