Skip to content

Commit 14c9985

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.10.0 (#1329)
* Bump datadog_api_client to 2.10.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 4e95156 commit 14c9985

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.10.0 / 2023-04-18
4+
5+
### Fixed
6+
* Fix application_security_host_top99p usage field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1284
7+
* Mark `resource_type` attribute as required for Confluent Account by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1305
8+
* Fix spec errors caught with prism validation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1319
9+
* Fix spans/logs custom metrics delete operation responses by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1326
10+
### Added
11+
* Add support for Incident Todo APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1272
12+
* Add supported relations in restriction policy by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1280
13+
* Add parameter to downtime API for returning creator info by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1283
14+
* Publish the new ingested timeseries metrics for usage attribution by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1269
15+
* Add tags field to dashboard API spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1277
16+
* Add pagination support to SearchIncidents by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1294
17+
* Add service catalog v2.1 schema by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1288
18+
* Add team API specs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1286
19+
* Add spans metrics API endpoints specification by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1295
20+
* Add universal service monitoring to usage metering API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1299
21+
* Add a new contact type in service catalog api for schema v2 and v2.1 by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1303
22+
* Add pagination support for the GET service_definitions endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1308
23+
* Publish logs forwarding fields in summary usage API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1307
24+
* Add compressedJsonDescriptor to Synthetics gRPC tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1306
25+
* Add region field and note about multiregion start by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1287
26+
* Add AP1 support by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1314
27+
* Add support for shared dashboards endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1300
28+
### Deprecated
29+
* Deprecate audit logs usage by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/1316
30+
### Security
31+
* Simplify content type parsing by @therve in https://github.com/DataDog/datadog-api-client-ruby/pull/1285
32+
33+
## New Contributors
34+
* @jonhyman made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/1289
35+
* @petergoldstein made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/1291
36+
37+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v2.9.0...v2.10.0
38+
339
## 2.9.0 / 2023-03-14
440

541
### 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 = '2.9.0.dev.1'
4+
VERSION = '2.10.0'
55
end

0 commit comments

Comments
 (0)