Skip to content

Commit ee62e82

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 1.9.0 (#877)
* Bump datadog_api_client to 1.9.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>
1 parent 35b3ba3 commit ee62e82

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# CHANGELOG
22

3+
## 1.9.0 / 2022-04-26
4+
5+
### Fixed
6+
* Fix pagination for top avg metrics endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/814
7+
* Rename models and APIs with IdP, AuthNMapping, AuthN, and IoT by @therve in https://github.com/DataDog/datadog-api-client-ruby/pull/825
8+
* Fix oneOf object names by @jirikuncar in https://github.com/DataDog/datadog-api-client-ruby/pull/832
9+
* Make type optional for synthetics basic auth model by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/840
10+
* Fix camel case version of `ListSLOs` by @jirikuncar in https://github.com/DataDog/datadog-api-client-ruby/pull/860
11+
* Set correct type for `tags` property by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/857
12+
* Fix serialization of v2 models by @jirikuncar in https://github.com/DataDog/datadog-api-client-ruby/pull/875
13+
### Added
14+
* Add support for `ci-pipelines` monitor using Formulas and Functions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/820
15+
* Add aggregate endpoint for RUM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/831
16+
* Add `median` aggregation functions to RUM and logs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/838
17+
* Add endpoint for validation of existing monitors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/839
18+
* Create new ListStreamSource types in order to deprecate ISSUE_STREAM by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/847
19+
* [Query Value Widget] Add the timeseries background by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/837
20+
* Add `restricted_roles` to Synthetics tests and private locations by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/849
21+
* Add v2 SAML config IdP Metadata upload endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/855
22+
* Support pagination in Python by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/861
23+
* Support pagination in Ruby by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/865
24+
* Add Usage API endpoint for observability-pipelines and add properties to v1 GetUsageSummary by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/835
25+
### Changed
26+
* Use HTTParty for API client by @skarimo in https://github.com/DataDog/datadog-api-client-ruby/pull/803
27+
* Remove list_invalid_properties by @therve in https://github.com/DataDog/datadog-api-client-ruby/pull/871
28+
### Removed
29+
* Remove `lambda_usage` and `lambda_percentage` from usage API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/827
30+
* [dashboards] Removed `issue_stream` type from `ListStreamSource` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/852
31+
32+
33+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v1.8.0...v1.9.0
34+
335
## 1.8.0 / 2022-03-18
436

537
### Fixed

lib/datadog_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define library version.
22

33
module DatadogAPIClient
4-
VERSION = '1.8.0.dev.1'
4+
VERSION = '1.9.0'
55
end

0 commit comments

Comments
 (0)