|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 2.44.0/2025-10-27 |
| 4 | + |
| 5 | +### Added |
| 6 | +* Add endpoints for Software Composition Analysis [#2743](https://github.com/DataDog/datadog-api-client-ruby/pull/2743) |
| 7 | +* Add support for `Schema Processor` in `Logs Pipelines` [#2723](https://github.com/DataDog/datadog-api-client-ruby/pull/2723) |
| 8 | +* Add new DeleteAssignee endpoint to Error Tracking APIs [#2717](https://github.com/DataDog/datadog-api-client-ruby/pull/2717) |
| 9 | +* document agentless GCP scan options CRUD endpoints [#2714](https://github.com/DataDog/datadog-api-client-ruby/pull/2714) |
| 10 | +* Document `/api/v2/roles/templates` [#2703](https://github.com/DataDog/datadog-api-client-ruby/pull/2703) |
| 11 | +* Add Reference Tables API spec [#2702](https://github.com/DataDog/datadog-api-client-ruby/pull/2702) |
| 12 | +* Add blockedRequestPatterns to synthetics browser test options [#2696](https://github.com/DataDog/datadog-api-client-ruby/pull/2696) |
| 13 | +* Add `BulkDeleteDatastoreItems` to Datastore API spec [#2695](https://github.com/DataDog/datadog-api-client-ruby/pull/2695) |
| 14 | +* Add some missing Workload Protection agent rule fields [#2694](https://github.com/DataDog/datadog-api-client-ruby/pull/2694) |
| 15 | +* Add AzureScanOptions to agentless scanning API [#2692](https://github.com/DataDog/datadog-api-client-ruby/pull/2692) |
| 16 | +* Add conditional recipients to notification rule [#2688](https://github.com/DataDog/datadog-api-client-ruby/pull/2688) |
| 17 | +* Documenting the new Flaky Test Management API endpoint for public beta [#2665](https://github.com/DataDog/datadog-api-client-ruby/pull/2665) |
| 18 | + |
| 19 | +### Fixed |
| 20 | +* fix edge case with periods in keys [#2722](https://github.com/DataDog/datadog-api-client-ruby/pull/2722) |
| 21 | +* Update the summary name for get a tag pipeline ruleset. [#2718](https://github.com/DataDog/datadog-api-client-ruby/pull/2718) |
| 22 | + |
| 23 | +### Changed |
| 24 | +* Include mention to new scanned-assets-metadata endpoint on container images v1 endpoint [#2721](https://github.com/DataDog/datadog-api-client-ruby/pull/2721) |
| 25 | +* Include mention to new scanned-assets-metadata endpoint on hosts v1 endpoint [#2720](https://github.com/DataDog/datadog-api-client-ruby/pull/2720) |
| 26 | +* security_monitoring - Add indexes to deprecate index in ruleQuery [#2715](https://github.com/DataDog/datadog-api-client-ruby/pull/2715) |
| 27 | +* Add support for vulnerability management - Add ListScannedAssetsMetadata new endpoint and update existing ones [#2713](https://github.com/DataDog/datadog-api-client-ruby/pull/2713) |
| 28 | +* Update description, operationId and examples for tag pipeline and custom allocation rules [#2709](https://github.com/DataDog/datadog-api-client-ruby/pull/2709) |
| 29 | + |
3 | 30 | ## 2.43.0/2025-09-30 |
4 | 31 |
|
5 | 32 | ### Added |
|
0 commit comments