Skip to content

Commit

Permalink
Release 0.0.2 (#84)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: Kevin Zou <17015060+nkzou@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 16, 2024
1 parent 9809195 commit 297a592
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
61 changes: 60 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# CHANGELOG

## 0.0.2 / 2024-04-16

### Fixed
* Build form data request body manually by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/63
* fix case search documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/80
### Added
* 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
* Mark `unit` as nullable by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/65
* 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
* 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
* Documentation upgrades by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/66
* Adding SLO Reporting API Documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/50
* Security Monitoring Suppression - Add data_exclusion_query field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/73
* 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
### Changed
* Add Team relationship to AuthNMappings by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/60
* Refactor imports by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/69
* Handle datetime format by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/41
* Add UUID support by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/47
* Replace duplicate error enums with a single variant per schema by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/77

**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/commits/v0.0.2

## 0.0.1 / 2024-03-28

Initial crate release.
### Fixed
* Always serialize required nullable fields by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/16
* Fix edge case naming by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/18
* Update license check script and actions CI by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/32
* Custom de/serializing handling for enums by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/31
* Optimize example generation by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/40
### Added
* Add all APIs without oneOfs by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/5
* Add support for `unstableOperations` by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/12
* Add `unparsedObject` support by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/33
* Remove deprecated warnings by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/34
* Add proxy support by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/39
* Add validation endpoint for Security Monitoring Rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/58
* Add retry by @HantingZhang2 in https://github.com/DataDog/datadog-api-client-rust/pull/42
### Changed
* Introduce API instance pattern by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/3
* Add cassette record/replay/passthrough modes in bdd runner by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/4
* Implement OneOfs and remove default on enums by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/6
* Bugfixes based on BDD testing by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/7
* Add builder-like pattern to API instances and models by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/9
* End user usability refactors by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/11
* Configurable server variables by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/15
* Remove Option wrapper in successful responses by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/20
* Remove `x-generate-alias-as-model` support by @skarimo in https://github.com/DataDog/datadog-api-client-rust/pull/25
* Example generation by @nkzou in https://github.com/DataDog/datadog-api-client-rust/pull/27
### Deprecated
* Remove deprecated /api/v1/usage/attribution by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/45
* Deprecate legacy hourly usage metering endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-rust/pull/53

## New Contributors
* @nkzou made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/1
* @skarimo made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/13
* @HantingZhang2 made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/17
* @antonio-ramadas-dd made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/37
* @api-clients-generation-pipeline made their first contribution in https://github.com/DataDog/datadog-api-client-rust/pull/38

**Full Changelog**: https://github.com/DataDog/datadog-api-client-rust/commits/2b9c33b
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = "Apache-2.0"
name = "datadog-api-client"
readme = "README.md"
repository = "https://github.com/DataDog/datadog-api-client-rust"
version = "0.0.1"
version = "0.0.2"

[dependencies]
async-stream = "0.3.5"
Expand Down

0 comments on commit 297a592

Please sign in to comment.