Skip to content

Releases: DataDog/datadog-api-client-rust

0.2.0

01 Aug 19:03
3ea659b

Choose a tag to compare

What's Changed

Fixed

  • fix monitor enum by @api-clients-generation-pipeline in #183
  • dashboards add support for time-slice SLOs by @api-clients-generation-pipeline in #184
  • Make modified by field nullable for get all API keys by @api-clients-generation-pipeline in #189
  • Add 409 Conflict to CreateGlobalVariable by @api-clients-generation-pipeline in #201

Added

  • add cross org uuids to timeseries query by @api-clients-generation-pipeline in #149
  • Add network performance monitor type to API spec by @api-clients-generation-pipeline in #162
  • Document force_delete_dependencies for synthetics test deletion by @api-clients-generation-pipeline in #153
  • Support metric filtering in integration azure GET, PUT APIs by @api-clients-generation-pipeline in #167
  • add enableProfiling and enableSecurityTesting options by @api-clients-generation-pipeline in #176
  • Add convert rule JSON to terraform to Datadog API Spec. by @api-clients-generation-pipeline in #151
  • add changes for datadog partner program to estimated cost and billable usage APIs by @api-clients-generation-pipeline in #155
  • Add type as a required field for the different basic auth types by @api-clients-generation-pipeline in #169
  • Adding Network Device Monitoring API Documentation by @api-clients-generation-pipeline in #164
  • Security Monitoring - Support anomaly threshold detection method by @api-clients-generation-pipeline in #181
  • update hourly usage API docs for partner program by @api-clients-generation-pipeline in #190
  • Add resource_type query param to authn mapping spec by @api-clients-generation-pipeline in #128
  • Add rum stream to API definition by @api-clients-generation-pipeline in #196
  • Support incident_analytics enum in dashboard widget FormulaAndFunctionEventsDataSource data sources by @api-clients-generation-pipeline in #208
  • update usage summary API docs for partner program by @api-clients-generation-pipeline in #205
  • update historical_cost and projected_cost for partner program by @api-clients-generation-pipeline in #194
  • Add custom cost endpoints to public API documentation by @api-clients-generation-pipeline in #209
  • Update documentation for Cloud SIEM Analyzed Logs by @api-clients-generation-pipeline in #211
  • Update documentation for App Sec SCA by @api-clients-generation-pipeline in #199
  • Add trigger API documentation for workflow automation by @api-clients-generation-pipeline in #204
  • Add PUT endpoint to scorecards APIs by @api-clients-generation-pipeline in #219

Changed

  • Rename examples with OperationIDs by @nkzou in #192

Deprecated

  • Deprecate ListAWSRelatedAccounts by @api-clients-generation-pipeline in #200

New Contributors

Full Changelog: 0.1.3...0.2.0

0.1.3

01 Jul 17:41
4b1d434

Choose a tag to compare

What's Changed

Fixed

  • Security Monitoring - Define specific payload for rule validation/testing by @api-clients-generation-pipeline in #126
  • Remove the maximum limitation for the synthetics renotify_interval monitor option by @api-clients-generation-pipeline in #130
  • Add bodyHash as a synthetics assertion type. by @api-clients-generation-pipeline in #131
  • Add missing attributes envelope in ListAPIs response by @api-clients-generation-pipeline in #140

Added

  • Allow the usage of the filters field when creating an agent rule by @api-clients-generation-pipeline in #106
  • Add tileDef sort attribute by @api-clients-generation-pipeline in #108
  • Add Security Monitoring rule test endpoint by @api-clients-generation-pipeline in #122
  • Add originalFileName field to the SyntheticsTestRequestBodyFile definition by @api-clients-generation-pipeline in #127
  • Add support for API management ListAPIs by @api-clients-generation-pipeline in #134
  • Add elementsOperator to json path assertion for synthetic HTTP tests by @api-clients-generation-pipeline in #146
  • Add /api/v2/org_configs specs by @api-clients-generation-pipeline in #145
  • Support rustls with feature flag via reqwest by @skeggse in #158
  • Update docs for RU Rollout New and Deprecated Keys planned for Oct 1st by @api-clients-generation-pipeline in #160
  • Add option for wait step in multistep api tests by @api-clients-generation-pipeline in #159

Changed

  • Monitor priority can have custom ranges and be null by @api-clients-generation-pipeline in #154

New Contributors

Full Changelog: 0.0.3...0.1.3

0.0.3

22 May 14:48
a55292d

Choose a tag to compare

What's Changed

Fixed

  • Fix incorrect propagation of nullable rendering within additionalProperties by @nkzou in #96

Added

  • Add support variablesFromScript in Synthetics API test by @api-clients-generation-pipeline in #83
  • Add JSONSchema assertion support to API and multistep tests by @api-clients-generation-pipeline in #52
  • add 1 day logs to usage api docs by @api-clients-generation-pipeline in #90
  • Update UserTeamIncluded to include teams by @api-clients-generation-pipeline in #95
  • Security Monitoring - Make Default Tags available in the response by @api-clients-generation-pipeline in #105
  • Add flex logs storage tier by @api-clients-generation-pipeline in #107

Changed

  • Rename the Cloud Workload Security tag to CSM Threats by @api-clients-generation-pipeline in #94
  • Update license after code generation by @HantingZhang2 in #110

Full Changelog: 0.0.2...0.0.3

0.0.2

16 Apr 19:47
297a592

Choose a tag to compare

What's Changed

Fixed

  • Always serialize required nullable fields by @nkzou in #16
  • Fix edge case naming by @skarimo in #18
  • Update license check script and actions CI by @nkzou in #32
  • Custom de/serializing handling for enums by @skarimo in #31
  • Optimize example generation by @nkzou in #40
  • Build form data request body manually by @nkzou in #63
  • fix case search documentation by @api-clients-generation-pipeline in #80

Added

  • Add all APIs without oneOfs by @nkzou in #5
  • Add support for unstableOperations by @skarimo in #12
  • Add unparsedObject support by @skarimo in #33
  • Remove deprecated warnings by @skarimo in #34
  • Add proxy support by @HantingZhang2 in #39
  • Add validation endpoint for Security Monitoring Rules by @api-clients-generation-pipeline in #58
  • Add retry by @HantingZhang2 in #42
  • Add UA documentation for online_archive and incident_management by @api-clients-generation-pipeline in #62
  • Mark unit as nullable by @api-clients-generation-pipeline in #65
  • Add query_interval_seconds to time-slice SLO condition parameters by @api-clients-generation-pipeline in #68
  • Support providing files for the file upload feature when creating a Synthetic API test by @api-clients-generation-pipeline in #67
  • Documentation upgrades by @nkzou in #66
  • Adding SLO Reporting API Documentation by @api-clients-generation-pipeline in #50
  • Security Monitoring Suppression - Add data_exclusion_query field by @api-clients-generation-pipeline in #73
  • aws api adding extended and deprecating old resource collection field by @api-clients-generation-pipeline in #71

Changed

  • Introduce API instance pattern by @nkzou in #3
  • Add cassette record/replay/passthrough modes in bdd runner by @nkzou in #4
  • Implement OneOfs and remove default on enums by @nkzou in #6
  • Bugfixes based on BDD testing by @nkzou in #7
  • Add builder-like pattern to API instances and models by @nkzou in #9
  • End user usability refactors by @nkzou in #11
  • Configurable server variables by @nkzou in #15
  • Remove Option wrapper in successful responses by @skarimo in #20
  • Remove x-generate-alias-as-model support by @skarimo in #25
  • Example generation by @nkzou in #27
  • Add Team relationship to AuthNMappings by @api-clients-generation-pipeline in #60
  • Refactor imports by @nkzou in #69
  • Handle datetime format by @HantingZhang2 in #41
  • Add UUID support by @HantingZhang2 in #47
  • Replace duplicate error enums with a single variant per schema by @nkzou in #77

Deprecated

  • Remove deprecated /api/v1/usage/attribution by @api-clients-generation-pipeline in #45
  • Deprecate legacy hourly usage metering endpoints by @api-clients-generation-pipeline in #53

New Contributors

Full Changelog: https://github.com/DataDog/datadog-api-client-rust/commits/0.0.2