Skip to content

Commit 297a592

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-specnkzou
authored
Release 0.0.2 (#84)
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> Co-authored-by: Kevin Zou <[email protected]>
1 parent 9809195 commit 297a592

File tree

2 files changed

+61
-2
lines changed

2 files changed

+61
-2
lines changed

CHANGELOG.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# CHANGELOG
22

3+
## 0.0.2 / 2024-04-16
4+
5+
### Fixed
6+
* Build form data request body manually by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/63
7+
* fix case search documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/80
8+
### Added
9+
* Add UA documentation for online_archive and incident_management by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/62
10+
* Mark `unit` as nullable by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/65
11+
* Add query_interval_seconds to time-slice SLO condition parameters by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/68
12+
* Support providing files for the file upload feature when creating a Synthetic API test by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/67
13+
* Documentation upgrades by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/66
14+
* Adding SLO Reporting API Documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/50
15+
* Security Monitoring Suppression - Add data_exclusion_query field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/73
16+
* aws api adding extended and deprecating old resource collection field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/71
17+
### Changed
18+
* Add Team relationship to AuthNMappings by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/60
19+
* Refactor imports by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/69
20+
* Handle datetime format by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/41
21+
* Add UUID support by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/47
22+
* Replace duplicate error enums with a single variant per schema by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/77
23+
24+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/commits/v0.0.2
25+
326
## 0.0.1 / 2024-03-28
427

5-
Initial crate release.
28+
### Fixed
29+
* Always serialize required nullable fields by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/16
30+
* Fix edge case naming by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/18
31+
* Update license check script and actions CI by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/32
32+
* Custom de/serializing handling for enums by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/31
33+
* Optimize example generation by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/40
34+
### Added
35+
* Add all APIs without oneOfs by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/5
36+
* Add support for `unstableOperations` by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/12
37+
* Add `unparsedObject` support by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/33
38+
* Remove deprecated warnings by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/34
39+
* Add proxy support by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/39
40+
* Add validation endpoint for Security Monitoring Rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/58
41+
* Add retry by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/42
42+
### Changed
43+
* Introduce API instance pattern by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/3
44+
* Add cassette record/replay/passthrough modes in bdd runner by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/4
45+
* Implement OneOfs and remove default on enums by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/6
46+
* Bugfixes based on BDD testing by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/7
47+
* Add builder-like pattern to API instances and models by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/9
48+
* End user usability refactors by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/11
49+
* Configurable server variables by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/15
50+
* Remove Option wrapper in successful responses by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/20
51+
* Remove `x-generate-alias-as-model` support by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/25
52+
* Example generation by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/27
53+
### Deprecated
54+
* Remove deprecated /api/v1/usage/attribution by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/45
55+
* Deprecate legacy hourly usage metering endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/53
56+
57+
## New Contributors
58+
* @nkzou made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/1
59+
* @skarimo made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/13
60+
* @HantingZhang2 made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/17
61+
* @antonio-ramadas-dd made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/37
62+
* @api-clients-generation-pipeline made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/38
63+
64+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/commits/2b9c33b

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = "Apache-2.0"
2828
name = "datadog-api-client"
2929
readme = "README.md"
3030
repository = "https://github.com/DataDog/datadog-api-client-rust"
31-
version = "0.0.1"
31+
version = "0.0.2"
3232

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

0 commit comments

Comments
 (0)