Skip to content

Commit b99f504

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3275)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 67c6f40 commit b99f504

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# CHANGELOG
22

3+
## 2.44.0/2025-08-12
4+
5+
### Added
6+
* Add Flex_Logs_Compute_XL to API Spec [#3266](https://github.com/DataDog/datadog-api-client-go/pull/3266)
7+
* Support Host and IaC finding types in security notifications [#3265](https://github.com/DataDog/datadog-api-client-go/pull/3265)
8+
* New keys for summary public endpoint for Event Management Correlation product [#3261](https://github.com/DataDog/datadog-api-client-go/pull/3261)
9+
* Add log autosubscription tag filters config to aws v2 API [#3257](https://github.com/DataDog/datadog-api-client-go/pull/3257)
10+
* Extended List Findings API to expose resource related Private IP Addresses to details [#3250](https://github.com/DataDog/datadog-api-client-go/pull/3250)
11+
* update metrics.yaml for ListMetricAssets and include Dashboard info [#3245](https://github.com/DataDog/datadog-api-client-go/pull/3245)
12+
* Support Cloud SIEM scheduled rules in API client [#3242](https://github.com/DataDog/datadog-api-client-go/pull/3242)
13+
* Uncomment edit dataset block, add dataset limitations into endpoint descriptions [#3240](https://github.com/DataDog/datadog-api-client-go/pull/3240)
14+
* Add `text` field in synthetics search endpoint [#3239](https://github.com/DataDog/datadog-api-client-go/pull/3239)
15+
* Adding all action connection types to public API [#3238](https://github.com/DataDog/datadog-api-client-go/pull/3238)
16+
* Document case management attributes endpoints [#3236](https://github.com/DataDog/datadog-api-client-go/pull/3236)
17+
* add AP2 endpoint for On-Call Paging [#3232](https://github.com/DataDog/datadog-api-client-go/pull/3232)
18+
* Flag IP case action [#3230](https://github.com/DataDog/datadog-api-client-go/pull/3230)
19+
* Add DNS specs for Cloud Network Monitoring API [#3228](https://github.com/DataDog/datadog-api-client-go/pull/3228)
20+
* Adding Datadog Connection to Connection API [#3222](https://github.com/DataDog/datadog-api-client-go/pull/3222)
21+
22+
### Fixed
23+
* Split Dataset into separate request and response objects, mark unstable [#3249](https://github.com/DataDog/datadog-api-client-go/pull/3249)
24+
* Disables some tests to avoid fails as the service is disabled [#3244](https://github.com/DataDog/datadog-api-client-go/pull/3244)
25+
* OP make 'support_rules' field in parse_grok processor optional [#3233](https://github.com/DataDog/datadog-api-client-go/pull/3233)
26+
27+
### Deprecated
28+
* Deprecate signals triage v1 endpoints [#3246](https://github.com/DataDog/datadog-api-client-go/pull/3246)
29+
330
## 2.43.0/2025-07-14
431

532
### Added

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package client
22

33
// Version used in User-Agent header.
4-
const Version = "2.43.0"
4+
const Version = "2.44.0"

0 commit comments

Comments
 (0)