Skip to content

Commit

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

* Update CHANGELOG

Co-authored-by: ci.datadog-api-spec <[email protected]>
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 Apr 6, 2022
1 parent 0d614ac commit 696bc6c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## 1.12.0 / 2022-04-06

### Fixed
* Fix required nullable fields by @therve in https://github.com/DataDog/datadog-api-client-go/pull/1428
* Propagate unparsed objects by @therve in https://github.com/DataDog/datadog-api-client-go/pull/1425
* Make type optional for synthetics basic auth model by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1430
### Added
* Add aggregate endpoint for RUM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1417
* Add `median` aggregation functions to RUM and logs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1427
* Add endpoint for validation of existing monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1429
* Create new ListStreamSource types in order to deprecate ISSUE_STREAM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1439
* [Query Value Widget] Add the timeseries background by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1426
### Changed
* Cleanup unused modules and functions by @therve in https://github.com/DataDog/datadog-api-client-go/pull/1420
### Removed
* Remove `lambda_usage` and `lambda_percentage` from usage API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1411

## New Contributors
* @Stoovles made their first contribution in https://github.com/DataDog/datadog-api-client-go/pull/1423

**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v1.11.0...v1.12.0

## 1.11.0 / 2022-03-28

### 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 = "1.11.1+dev"
const Version = "1.12.0"

0 comments on commit 696bc6c

Please sign in to comment.