checkly-go-sdk
checkly-go-sdk copied to clipboard
Go SDK library for use with the Checkly API
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. Release notes Sourced from github.com/google/go-cmp's releases. v0.6.0 New API: (#340) Add cmpopts.EquateComparable Documentation changes: (#337) Use of hotlinking of Go identifiers Build changes: (#325)...
The resulting JSON for the `checkly.Check` struct contains `null` values for slice values that are not provided. Examples of this are: - `Check.Locations` - `Check.EnvironmentVariables` - `Check.Tags` - `Request.Headers` -...
The `AlertSettings` field of the `Check` struct is currently a struct. The result is that when this field is omitted, the resulting JSON still contains the value. This is not...
https://gist.github.com/joyrexus/33d2e059ab5812ee7f0f
Adds support for status pages and status page services. Existing style has been respected, or in other words it's not pretty. ## Affected Components * [x] New Features * [...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.7.0. Release notes Sourced from github.com/google/go-cmp's releases. v0.7.0 New API: (#367) Support compare functions with SortSlices and SortMaps Panic messaging: (#370) Detect proto.Message types when...