-
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
76ffa6b
commit 62b28a9
Showing
10 changed files
with
24 additions
and
22 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 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,11 @@ | ||
## [October 11, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.9.18...v2024.10.11) | ||
### Feature | ||
* add regionOverride field to AWS integration, for overriding multiple regions | ||
* new `IntegrationReactivate` mutation to reactivate an invalidated or deactivated integration | ||
* added HasBadHttpStatus for better error handling | ||
### Refactor | ||
* BREAKING CHANGE: new argument sendInvite added to UserInvite() method to force send a user invite e-mail | ||
### Dependency | ||
* Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 | ||
* Bump github.com/hasura/go-graphql-client from 0.13.0 to 0.13.1 | ||
* Bump github.com/go-resty/resty/v2 from 2.14.0 to 2.15.3 |
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.9.18" | ||
const clientVersion = "v2024.10.11" |