|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 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 | + |
3 | 26 | ## 0.0.1 / 2024-03-28
|
4 | 27 |
|
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 |
0 commit comments