Skip to content

Latest commit

 

History

History
251 lines (216 loc) · 24.1 KB

CHANGELOG.md

File metadata and controls

251 lines (216 loc) · 24.1 KB

CHANGELOG

0.6.0 / 2024-11-07

Fixed

  • Fix Toplist widget's stacked display style - remove legend as required field by @api-clients-generation-pipeline in #314
  • Remove user fields that are unsupported by the Incidents API by @api-clients-generation-pipeline in #324
  • Fix Synthetics batch status by @api-clients-generation-pipeline in #362

Added

  • Add MSTeams integration metadata info by @api-clients-generation-pipeline in #326
  • Add code_analysis_sa_committers_hwm and code_analysis_sca_committers_hwm to UsageMetering by @api-clients-generation-pipeline in #327
  • Update GCP API Spec to support is_resource_change_collection_enabled by @api-clients-generation-pipeline in #330
  • Add vulnerability type to Findings API by @api-clients-generation-pipeline in #329
  • Update Documentation for Data Stream Monitoring by @api-clients-generation-pipeline in #336
  • Add LLM Observability to ListStreamSource by @api-clients-generation-pipeline in #335
  • Add synthetics stepDetail.allowFailure and stepDetail.failure by @api-clients-generation-pipeline in #344
  • Integrate incident types into Incidents API documentation by @api-clients-generation-pipeline in #328
  • Add use_recommended_keywords attribute to sensitive data scanner rule spec by @api-clients-generation-pipeline in #354
  • Add domain allowlist endpoints by @api-clients-generation-pipeline in #351
  • Add v2 endpoints for RUM custom metrics. by @api-clients-generation-pipeline in #350
  • Documentation for beta /v2/usage/billing_dimension_mapping by @api-clients-generation-pipeline in #282
  • Add alwaysExecute and exitIfSucceed to Synthetics steps by @api-clients-generation-pipeline in #363
  • Add metric_namespace_configs to GCP v2 API by @api-clients-generation-pipeline in #365

Changed

  • Edit Naming for v2 Microsoft Teams Integration Endpoints by @api-clients-generation-pipeline in #325
  • Change the mobile device ids from enum to string by @api-clients-generation-pipeline in #323
  • Mark Cost Attribution end_month parameter as not required by @api-clients-generation-pipeline in #310
  • Allow for any type for additionalProperties in HTTPLogItem by @api-clients-generation-pipeline in #343
  • Make some amendments to the new mobiles schema by @api-clients-generation-pipeline in #342
  • Make value be oneOf number or string by @api-clients-generation-pipeline in #355
  • Add examples for resources for Cloudflare by @api-clients-generation-pipeline in #349

Removed

  • Remove deprecated estimated usage types for usage attribution by @api-clients-generation-pipeline in #347

Deprecated

  • Deprecate two sds metadata fields by @api-clients-generation-pipeline in #341
  • Delete api/v2/cost/aws_related_accounts from spec by @api-clients-generation-pipeline in #356
  • Deprecate api/v2/cost/enabled by @api-clients-generation-pipeline in #358

Full Changelog: https://github.com/DataDog/datadog-api-client-rust/compare/0.5.0...v0.6.0

0.5.0 / 2024-10-02

Fixed

  • change schema used in FastlyServicesResponse by @api-clients-generation-pipeline in #304

Added

  • Add new synthetics HTTP javascript assertion by @api-clients-generation-pipeline in #229
  • Dashboards - Toplist widget style - Add palette by @api-clients-generation-pipeline in #278
  • Allow Table Widget requests to specify text replace formatting in dashboards by @api-clients-generation-pipeline in #279
  • Add documentation for Data Jobs Monitoring summary keys by @api-clients-generation-pipeline in #284
  • Update estimate docs with realtime changes by @api-clients-generation-pipeline in #308
  • Ensure clients can handle empty oneOf objects by @api-clients-generation-pipeline in #305
  • Add referenceTables field to security monitoring endpoints by @api-clients-generation-pipeline in #301
  • Add UA documentation for new DJM usage_type by @api-clients-generation-pipeline in #302
  • Add v2 endpoints for MS Teams Integration by @api-clients-generation-pipeline in #311
  • Add documention for OCI Integration by @api-clients-generation-pipeline in #317
  • Add schema for mobile test by @api-clients-generation-pipeline in #293
  • Add Synthetics endpoint to fetch uptimes in API spec by @api-clients-generation-pipeline in #272

Changed

  • Split the synthetics request port field into a oneOf by @api-clients-generation-pipeline in #289
  • Remove unused field color in TeamUpdateAttributes by @api-clients-generation-pipeline in #285
  • Powerpack add support for prefix and available values by @api-clients-generation-pipeline in #294
  • Support DD_SITE env var and document server variable usage by @nkzou in #306
  • Update v2 metrics list endpoint filter by metric type to use metric type category by @api-clients-generation-pipeline in #309

Full Changelog: https://github.com/DataDog/datadog-api-client-rust/compare/0.4.0...v0.5.0

0.4.0 / 2024-09-04

Fixed

  • Add is_totp and is_fido to Synthetic global variables by @api-clients-generation-pipeline in #197

Added

  • Add api_key and name to CloudflareAccountResponseAttributes. by @api-clients-generation-pipeline in #241
  • Add api_key and name to FastlyAccountUpdateRequestAttributes. by @api-clients-generation-pipeline in #242
  • Add opsgenie_api_key to OpsgenieServiceResponseAttributes. by @api-clients-generation-pipeline in #243
  • Add category and remote_config_read_enabled to APIKeyCreateAttributes, and add LeakedKey. by @api-clients-generation-pipeline in #244
  • Allow 4 group-bys for pattern viz by @api-clients-generation-pipeline in #250
  • add url attribute to metrics assets v2 api by @api-clients-generation-pipeline in #252
  • Add editable field to suppression rule by @api-clients-generation-pipeline in #161
  • Handle nested oneOf models by @skarimo in #259
  • Add num_flex_logs_retention_days field to logs_indexes api spec by @api-clients-generation-pipeline in #253
  • Software catalog openapi spec by @api-clients-generation-pipeline in #260

Changed

  • include additionalProperties by default and check when false by @amaskara-dd in #249
  • allow variables in port by @api-clients-generation-pipeline in #236
  • Fix VFTs and extracted local variables enum types by @api-clients-generation-pipeline in #218
  • Changed Widget time schema to add support for new fixed_span and live_span object by @api-clients-generation-pipeline in #239

Deprecated

  • mark groupby_simple_monitor as deprecated by @api-clients-generation-pipeline in #269

Full Changelog: https://github.com/DataDog/datadog-api-client-rust/compare/0.3.0...v0.4.0

0.3.0 / 2024-08-12

Added

  • Documentation for new device tags endpoints by @api-clients-generation-pipeline in #213
  • Update documentation for Flex Logs Starter by @api-clients-generation-pipeline in #227

Changed

  • add mfa_enabled field and change created_at type to datetime by @api-clients-generation-pipeline in #228

Full Changelog: https://github.com/DataDog/datadog-api-client-rust/compare/0.2.0...v0.3.0

0.2.0 / 2024-08-01

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

  • @amaskara-dd made their first contribution in #188

Full Changelog: https://github.com/DataDog/datadog-api-client-rust/compare/0.1.3...v0.2.0

0.1.3 / 2024-07-01

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

  • @jack-edmonds-dd made their first contribution in #150
  • @skeggse made their first contribution in #158

Full Changelog: https://github.com/DataDog/datadog-api-client-rust/compare/0.0.3...v0.1.3

0.0.3 / 2024-05-22

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: https://github.com/DataDog/datadog-api-client-rust/compare/0.0.2...v0.0.3

0.0.2 / 2024-04-16

Fixed

  • Build form data request body manually by @nkzou in #63
  • fix case search documentation by @api-clients-generation-pipeline in #80

Added

  • 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

  • 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

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

0.0.1 / 2024-03-28

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

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

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

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

  • @nkzou made their first contribution in #1
  • @skarimo made their first contribution in #13
  • @HantingZhang2 made their first contribution in #17
  • @antonio-ramadas-dd made their first contribution in #37
  • @api-clients-generation-pipeline made their first contribution in #38

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