-
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
e8d6084
commit 1d4395a
Showing
13 changed files
with
37 additions
and
32 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 @@ | ||
## [February 26, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.1.13...v2024.2.26) | ||
### Bugfix | ||
* BREAKING - NewJSONInput() will not json.Marshal() on string input containing a json array/obj to prevent adding unnecessary backlashes. | ||
### Feature | ||
* Add support for managedAliases on Teams | ||
### Refactor | ||
* NewTagArgs(string) will return error if string is not in exact format 'key:value' | ||
### Docs | ||
* Added godoc for json constructor and to string functions. | ||
### Dependency | ||
* Bump github.com/relvacode/iso8601 from 1.3.0 to 1.4.0 | ||
* Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 | ||
* Bump github.com/hasura/go-graphql-client from 0.10.2 to 0.11.0 | ||
* Bump codecov/codecov-action from 3 to 4 | ||
* Bump arduino/setup-task from 1 to 2 | ||
* Bump github.com/go-playground/validator/v10 from 10.16.0 to 10.18.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 = "v2024.1.13" | ||
const clientVersion = "v2024.2.26" |