Skip to content

Commit f38af14

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Release 0.5.0 (#322)
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>
1 parent 6ed404c commit f38af14

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# CHANGELOG
22

3+
## 0.5.0 / 2024-10-02
4+
5+
### Fixed
6+
* change schema used in FastlyServicesResponse by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/304
7+
### Added
8+
* Add new synthetics HTTP javascript assertion by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/229
9+
* Dashboards - Toplist widget style - Add palette by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/278
10+
* Allow Table Widget requests to specify text replace formatting in dashboards by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/279
11+
* Add documentation for Data Jobs Monitoring summary keys by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/284
12+
* Update estimate docs with realtime changes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/308
13+
* Ensure clients can handle empty oneOf objects by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/305
14+
* Add referenceTables field to security monitoring endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/301
15+
* Add UA documentation for new DJM usage_type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/302
16+
* Add v2 endpoints for MS Teams Integration by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/311
17+
* Add documention for OCI Integration by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/317
18+
* Add schema for mobile test by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/293
19+
* Add Synthetics endpoint to fetch uptimes in API spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/272
20+
### Changed
21+
* Split the synthetics request port field into a oneOf by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/289
22+
* Remove unused field `color` in `TeamUpdateAttributes` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/285
23+
* Powerpack add support for prefix and available values by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/294
24+
* Support DD_SITE env var and document server variable usage by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/306
25+
* Update v2 metrics list endpoint filter by metric type to use metric type category by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/309
26+
27+
28+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/compare/0.4.0...v0.5.0
29+
330
## 0.4.0 / 2024-09-04
431

532
### Fixed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = "Apache-2.0"
2727
name = "datadog-api-client"
2828
readme = "README.md"
2929
repository = "https://github.com/DataDog/datadog-api-client-rust"
30-
version = "0.4.0"
30+
version = "0.5.0"
3131

3232
[dependencies]
3333
async-stream = "0.3.5"

0 commit comments

Comments
 (0)