Skip to content

Commit 22c588d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3218)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 0a9312e commit 22c588d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.43.0/2025-07-14
4+
5+
### Added
6+
* Add Datasets API to Open API Spec [#3210](https://github.com/DataDog/datadog-api-client-go/pull/3210)
7+
* Add support for vulnerability management - GetSBOMsList new endpoint and update existing ones [#3209](https://github.com/DataDog/datadog-api-client-go/pull/3209)
8+
* Add spreadsheet to restriction_policy specs [#3203](https://github.com/DataDog/datadog-api-client-go/pull/3203)
9+
* Adds missing /api/v1/synthetics/tests/search spec [#3196](https://github.com/DataDog/datadog-api-client-go/pull/3196)
10+
* Add API spec for AWS Integrations IAM permissions [#3190](https://github.com/DataDog/datadog-api-client-go/pull/3190)
11+
* New keys added for multiple products [#3188](https://github.com/DataDog/datadog-api-client-go/pull/3188)
12+
* Add extractFromEmailBody step for synthetics browser test [#3185](https://github.com/DataDog/datadog-api-client-go/pull/3185)
13+
* Add support for `Array Processor` in `Logs Pipelines` [#3183](https://github.com/DataDog/datadog-api-client-go/pull/3183)
14+
* Document Cloud Cost Management GCP endpoints publicly [#3132](https://github.com/DataDog/datadog-api-client-go/pull/3132)
15+
16+
### Changed
17+
* Update template variable schemas with type field in dashboards and shared dashboards endpoints for group by template variables [#3184](https://github.com/DataDog/datadog-api-client-go/pull/3184)
18+
319
## 2.42.0/2025-06-30
420

521
### Fixed

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.42.0"
4+
const Version = "2.43.0"

0 commit comments

Comments
 (0)