|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 0.29.0/2026-04-01 |
| 4 | + |
| 5 | +### Changed |
| 6 | +* Add wasm32-unknown-unknown and wasm32-wasip2 build support [#1434](https://github.com/DataDog/datadog-api-client-rust/pull/1434) |
| 7 | +* Add sample_attribute to log exclusion filter [#1399](https://github.com/DataDog/datadog-api-client-rust/pull/1399) |
| 8 | +* Add tags and description fields to the logs nested pipeline type LogsPipelineProcessor [#1388](https://github.com/DataDog/datadog-api-client-rust/pull/1388) |
| 9 | +* Update documentation for api/v2/metrics endpoint [#1379](https://github.com/DataDog/datadog-api-client-rust/pull/1379) |
| 10 | +* Observability Pipelines - Updating descriptions and making the tags field optional not required [#1283](https://github.com/DataDog/datadog-api-client-rust/pull/1283) |
| 11 | +* Fix Restriction Policies API documentation - add missing resource types [#1246](https://github.com/DataDog/datadog-api-client-rust/pull/1246) |
| 12 | + |
| 13 | +### Added |
| 14 | +* Add wasm32-unknown-unknown and wasm32-wasip2 build support [#1434](https://github.com/DataDog/datadog-api-client-rust/pull/1434) |
| 15 | +* Add Synthetics test file upload and download endpoints [#1432](https://github.com/DataDog/datadog-api-client-rust/pull/1432) |
| 16 | +* document v2 stable mcnulty-web-py3 endpoints [#1430](https://github.com/DataDog/datadog-api-client-rust/pull/1430) |
| 17 | +* document synthetics API to retrieve fast test result [#1426](https://github.com/DataDog/datadog-api-client-rust/pull/1426) |
| 18 | +* Add description field to widget definition schemas [#1408](https://github.com/DataDog/datadog-api-client-rust/pull/1408) |
| 19 | +* Add Widgets API v2 OpenAPI spec [#1406](https://github.com/DataDog/datadog-api-client-rust/pull/1406) |
| 20 | +* Add bulk triage endpoints for security monitoring signals [#1405](https://github.com/DataDog/datadog-api-client-rust/pull/1405) |
| 21 | +* Add cost_aggregation parameter to GetEstimatedCostByOrg [#1400](https://github.com/DataDog/datadog-api-client-rust/pull/1400) |
| 22 | +* Add new endpoints for Test Optimization settings for service [#1395](https://github.com/DataDog/datadog-api-client-rust/pull/1395) |
| 23 | +* dashboards - Add DashboardTab schema and tabs property to Dashboard spec [#1393](https://github.com/DataDog/datadog-api-client-rust/pull/1393) |
| 24 | +* Add WildcardWidgetDefinition to Dashboard spec [#1390](https://github.com/DataDog/datadog-api-client-rust/pull/1390) |
| 25 | +* Add feature flags public api endpoints to api spec [#1386](https://github.com/DataDog/datadog-api-client-rust/pull/1386) |
| 26 | +* Use openapi-transformer split mechanism for full spec generation [#1385](https://github.com/DataDog/datadog-api-client-rust/pull/1385) |
| 27 | +* Add v2 deployment gates evaluation endpoints [#1384](https://github.com/DataDog/datadog-api-client-rust/pull/1384) |
| 28 | +* Make datadog agent source address configurable in Observability Pipelines [#1380](https://github.com/DataDog/datadog-api-client-rust/pull/1380) |
| 29 | +* Add OpenAPI documentation for keep_unmatched field in ocsf mapper processor [#1376](https://github.com/DataDog/datadog-api-client-rust/pull/1376) |
| 30 | +* Add Batch Rows Query Endpoint to Reference Tables API spec [#1373](https://github.com/DataDog/datadog-api-client-rust/pull/1373) |
| 31 | +* Add apm_metrics query support to dashboard OpenAPI spec [#1370](https://github.com/DataDog/datadog-api-client-rust/pull/1370) |
| 32 | +* Add Observability Pipelines Amazon S3 Generic destination [#1366](https://github.com/DataDog/datadog-api-client-rust/pull/1366) |
| 33 | +* [OPA-4681] Update Public API for Splunk HEC destination indexed_fields [#1362](https://github.com/DataDog/datadog-api-client-rust/pull/1362) |
| 34 | +* RUM - simplify cross-product sampling descriptions on rum-retention-filters API docs [#1324](https://github.com/DataDog/datadog-api-client-rust/pull/1324) |
| 35 | +* Add `name_aliases` field to `PermissionAttributes` for `ListPermissions` endpoint [#1323](https://github.com/DataDog/datadog-api-client-rust/pull/1323) |
| 36 | +* Add audit track to list of available org connections [#1320](https://github.com/DataDog/datadog-api-client-rust/pull/1320) |
| 37 | +* Add partial hierarchy selection to team sync endpoints [#1315](https://github.com/DataDog/datadog-api-client-rust/pull/1315) |
| 38 | +* Billing_plan field deprecation - correction start date [#1311](https://github.com/DataDog/datadog-api-client-rust/pull/1311) |
| 39 | +* Add support for composite queries on monitor variables [#1309](https://github.com/DataDog/datadog-api-client-rust/pull/1309) |
| 40 | +* Add ci_code_coverage_committers to usage API [#1307](https://github.com/DataDog/datadog-api-client-rust/pull/1307) |
| 41 | +* Expose usage-attribution-types publicly and update attribution descriptions [#1306](https://github.com/DataDog/datadog-api-client-rust/pull/1306) |
| 42 | +* Adds OpenTelemetry source support for metrics pipelines [#1305](https://github.com/DataDog/datadog-api-client-rust/pull/1305) |
| 43 | +* Add Edge Devices Monitoring fields to usage summary API [#1298](https://github.com/DataDog/datadog-api-client-rust/pull/1298) |
| 44 | +* Add new param to api/v2/metrics [#1297](https://github.com/DataDog/datadog-api-client-rust/pull/1297) |
| 45 | +* Add Network Path fields to usage summary API [#1296](https://github.com/DataDog/datadog-api-client-rust/pull/1296) |
| 46 | +* Add FormulaAndFunctionEventQueryGroupByFields schema to support flat group_by form [#1294](https://github.com/DataDog/datadog-api-client-rust/pull/1294) |
| 47 | +* billing_plan field deprecation in billable-summary endpoint [#1289](https://github.com/DataDog/datadog-api-client-rust/pull/1289) |
| 48 | +* Add OpenAPI spec for LLM Observability Experiments API [#1287](https://github.com/DataDog/datadog-api-client-rust/pull/1287) |
| 49 | +* Add OCI support to Cloud Security Management Enterprise usage fields [#1282](https://github.com/DataDog/datadog-api-client-rust/pull/1282) |
| 50 | +* Add bad events support in metric SLOs [#1280](https://github.com/DataDog/datadog-api-client-rust/pull/1280) |
| 51 | +* Add missing persona_mapping endpoints [#1276](https://github.com/DataDog/datadog-api-client-rust/pull/1276) |
| 52 | +* Adding Observability Pipelines Secret Management feature support [#1274](https://github.com/DataDog/datadog-api-client-rust/pull/1274) |
| 53 | +* Workflow Automation - Add Form Trigger [#1273](https://github.com/DataDog/datadog-api-client-rust/pull/1273) |
| 54 | +* Add Maintenances and minor updates to Status Pages API [#1271](https://github.com/DataDog/datadog-api-client-rust/pull/1271) |
| 55 | +* Add OpenAPI spec for Change Management endpoints [#1265](https://github.com/DataDog/datadog-api-client-rust/pull/1265) |
| 56 | +* Introduce api/v2/integration API endpoint [#1263](https://github.com/DataDog/datadog-api-client-rust/pull/1263) |
| 57 | +* Add sort parameter to detection rules list endpoint [#1259](https://github.com/DataDog/datadog-api-client-rust/pull/1259) |
| 58 | +* dashboards - Add DashboardTab schema and tabs property to Dashboard spec [#1257](https://github.com/DataDog/datadog-api-client-rust/pull/1257) |
| 59 | +* Add public documentation on NDM interface tags endpoint [#1256](https://github.com/DataDog/datadog-api-client-rust/pull/1256) |
| 60 | +* Add documentation for POST api/v2/incidents/import [#1252](https://github.com/DataDog/datadog-api-client-rust/pull/1252) |
| 61 | +* Post an event v2 API - add a new enum value to links.category field and add pattern validation on changed_resource.name field [#1251](https://github.com/DataDog/datadog-api-client-rust/pull/1251) |
| 62 | +* Add receives_permissions_from field to Roles API [#1245](https://github.com/DataDog/datadog-api-client-rust/pull/1245) |
| 63 | +* Add new endpoints for Code Coverage summary information [#1244](https://github.com/DataDog/datadog-api-client-rust/pull/1244) |
| 64 | +* Adding custom mapper support to Observability Pipelines OCSF Mapper [#1241](https://github.com/DataDog/datadog-api-client-rust/pull/1241) |
| 65 | +* Add seats API v2 endpoints with error responses and required fields [#1240](https://github.com/DataDog/datadog-api-client-rust/pull/1240) |
| 66 | +* Timeseries Request Style supports value labels field [#1230](https://github.com/DataDog/datadog-api-client-rust/pull/1230) |
| 67 | +* Added support for Google Chat Organization Handles Public API [#1220](https://github.com/DataDog/datadog-api-client-rust/pull/1220) |
| 68 | +* Add Network Path test endpoints to v2 spec [#1216](https://github.com/DataDog/datadog-api-client-rust/pull/1216) |
| 69 | +* Add OpenAPI documentation for cloud-auth-config service [#1186](https://github.com/DataDog/datadog-api-client-rust/pull/1186) |
| 70 | +* Add suppression sort by create date [#1171](https://github.com/DataDog/datadog-api-client-rust/pull/1171) |
| 71 | +* Add specs for new ccm_config endpoints [#1152](https://github.com/DataDog/datadog-api-client-rust/pull/1152) |
| 72 | +* Add Sankey widget definition to Dashboards api specs [#1130](https://github.com/DataDog/datadog-api-client-rust/pull/1130) |
| 73 | + |
| 74 | +### Fixed |
| 75 | +* Fix consistency issues in security monitoring signal triage routes [#1422](https://github.com/DataDog/datadog-api-client-rust/pull/1422) |
| 76 | +* Add pageStart extension to case management pagination [#1412](https://github.com/DataDog/datadog-api-client-rust/pull/1412) |
| 77 | +* Fix consistency issues in security monitoring signal triage routes [#1404](https://github.com/DataDog/datadog-api-client-rust/pull/1404) |
| 78 | +* fix(MonitorThresholds): treat empty string as null for f64 threshold fields [#1292](https://github.com/DataDog/datadog-api-client-rust/pull/1292) |
| 79 | +* Fix WidgetNewFixedSpan - timestamps are milliseconds not seconds [#1267](https://github.com/DataDog/datadog-api-client-rust/pull/1267) |
| 80 | +* Increase validation limit on integration type [#1260](https://github.com/DataDog/datadog-api-client-rust/pull/1260) |
| 81 | +* Add mandatory filter env parameter to APM services endpoint [#1250](https://github.com/DataDog/datadog-api-client-rust/pull/1250) |
| 82 | + |
| 83 | +### Deprecated |
| 84 | +* Deprecate ListVulnerabilities endpoint [#1402](https://github.com/DataDog/datadog-api-client-rust/pull/1402) |
| 85 | +* Deprecate appsecspans datasource in SecurityMonitoringStandardDataSource [#1374](https://github.com/DataDog/datadog-api-client-rust/pull/1374) |
| 86 | +* Mark legacy non-FnF query fields and WidgetEvent as deprecated in dashboard spec + update Distribuition docs [#1291](https://github.com/DataDog/datadog-api-client-rust/pull/1291) |
| 87 | + |
3 | 88 | ## 0.28.0/2026-03-06 |
4 | 89 |
|
5 | 90 | ### Added |
|
0 commit comments