Skip to content

Commit cac93e0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 0.4.0 (#275)
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 3dde110 commit cac93e0

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## 0.4.0 / 2024-09-04
4+
5+
### Fixed
6+
* Add `is_totp` and `is_fido` to Synthetic global variables by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/197
7+
### Added
8+
* Enable automerging for cloudflare routes. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/241
9+
* Enable automerging for Fastly routes. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/242
10+
* Enable automerging for opsgenie routes. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/243
11+
* Enable auto-merging for keys routes. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/244
12+
* Allow 4 group-bys for pattern viz by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/250
13+
* add url attribute to metrics assets v2 api by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/252
14+
* Add editable field to suppression rule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/161
15+
* Handle nested oneOf models by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/259
16+
* Add `num_flex_logs_retention_days` field to logs_indexes api spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/253
17+
* Software catalog openapi spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/260
18+
### Changed
19+
* include additionalProperties by default and check when false by @amaskara-dd in https://github.com/DataDog/datadog-api-client-rust/pull/249
20+
* allow variables in port by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/236
21+
* Fix VFTs and extracted local variables enum types by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/218
22+
* Extend Widget time schema with support for new fixed_span and live_span object by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/239
23+
### Deprecated
24+
* mark groupby_simple_monitor as deprecated by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/269
25+
26+
27+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/compare/0.3.0...v0.4.0
28+
329
## 0.3.0 / 2024-08-12
430

531
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3.0"
30+
version = "0.4.0"
3131

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

0 commit comments

Comments
 (0)