Skip to content

Commit

Permalink
Release 2.16.0 (#2147)
Browse files Browse the repository at this point in the history
* Version bump 2.16.0

* Update CHANGELOG

---------

Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Aug 23, 2023
1 parent d97f07c commit ca9f0a3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# CHANGELOG

## 2.16.0 / 2023-08-23

### Fixed
* Handle `{}` and bool value for additionalProperties by @skarimo in https://github.com/DataDog/datadog-api-client-go/pull/2104
* Update team schemas by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2103
* Mark downtime v2 start response as required by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2116
* Document new properties and fix security monitoring schemas by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2102
* Add missing CI App fields `page` and `test_level` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2077
* Fix `unparsedObject` deserialization for lists by @skarimo in https://github.com/DataDog/datadog-api-client-go/pull/2125
* Fix unparsedObject early exit by @skarimo in https://github.com/DataDog/datadog-api-client-go/pull/2119
* Cleanup UnmarshalJSON in models by @skarimo in https://github.com/DataDog/datadog-api-client-go/pull/2127
### Added
* Update stated limit for api/v2/metrics from 14 days to 30 days by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2110
* Add missing sensitive data scanner fields by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2099
* Add Workflow Executions to usage metering API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2112
* Add missing `type` field for OnDemandConcurrencyCap response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2101
* Add CI Visibility Intelligent Test Runner to usage metering API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2111
* Add custom_links to distribution widget schema by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2120
* Add usage field `region` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2121
* Add `message` field to audit logs response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2123
* Add `tags` field to dashboard list response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2122
* API specs for user team memberships by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2135
* Document `EQUAL` comparator by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2138
* Add persistCookies option synthetics test request by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2137
* Expose sds_scanned_bytes_usage in usage attribution API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2141
* Add support in azure integration endpoint for app service plan filters/cspm/custom metrics by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2136
* Add APM and USM usage attribution type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2133
* Document new attributes for team models by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2130
### Changed
* Update dependencies by @therve in https://github.com/DataDog/datadog-api-client-go/pull/2090
* Bump go to `1.19` by @skarimo in https://github.com/DataDog/datadog-api-client-go/pull/2128


**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v2.15.0...v2.16.0

## 2.15.0 / 2023-07-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package client

// Version used in User-Agent header.
const Version = "2.15.1+dev"
const Version = "2.16.0"

0 comments on commit ca9f0a3

Please sign in to comment.