-
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
73efab1
commit cc91e06
Showing
17 changed files
with
37 additions
and
51 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 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,18 @@ | ||
## [March 14, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.1.21...v2023.3.14) | ||
### Feature | ||
* Add create and delete for AlertSourceService | ||
### Refactor | ||
* Fix bug where custom event check message was not able to be unset | ||
* Refactor list teams and list groups functions to handle pagination correctly. | ||
* Add "operation-name" to all query and mutations | ||
* Refactoring nested pagination on groups | ||
* Refactor service pagination calls | ||
* Refactor repository pagination calls | ||
* Refactored all pagination code to be tested and ensure it works properly. This is a slightly breaking change because the signature of the methods has been modified with a new input variable. | ||
* Refactor all enum functions to just be static global variables | ||
### Dependency | ||
* Bump github.com/hasura/go-graphql-client from 0.8.1 to 0.9.0 | ||
* Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 | ||
* Bump golang.org/x/sys from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0 | ||
* Bump github.com/hasura/go-graphql-client from 0.9.0 to 0.9.1 | ||
* Bump golang.org/x/oauth2 from 0.0.0-20220608161450-d0670ef3b1eb to 0.6.0 |
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 = "v2023.1.21" | ||
const clientVersion = "v2023.3.14" |