Skip to content

Commit a88fb70

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

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 2.47.0/2025-09-30
4+
5+
### Added
6+
* Add API Key ID to rum application response [#3377](https://github.com/DataDog/datadog-api-client-go/pull/3377)
7+
* Add suppression list query string parameter [#3376](https://github.com/DataDog/datadog-api-client-go/pull/3376)
8+
* Add datastore trigger to workflows public API [#3373](https://github.com/DataDog/datadog-api-client-go/pull/3373)
9+
* Add Google PubSub destination to the Observability Pipelines API [#3364](https://github.com/DataDog/datadog-api-client-go/pull/3364)
10+
* Add API spec for AWS Integrations standard and resource collection IAM permissions [#3362](https://github.com/DataDog/datadog-api-client-go/pull/3362)
11+
* Publish new incident impact APIs [#3355](https://github.com/DataDog/datadog-api-client-go/pull/3355)
12+
* Add product analytics to FormulaAndFunctionEventsDataSource [#3354](https://github.com/DataDog/datadog-api-client-go/pull/3354)
13+
* Add sequence detection to security monitoring rules [#3348](https://github.com/DataDog/datadog-api-client-go/pull/3348)
14+
* Update ci_app description with max 1 year event run duration restriction [#3333](https://github.com/DataDog/datadog-api-client-go/pull/3333)
15+
* Add Public Delete Dora Events Endpoints [#3330](https://github.com/DataDog/datadog-api-client-go/pull/3330)
16+
17+
### Fixed
18+
* Remove any references to synthetics test suites [#3368](https://github.com/DataDog/datadog-api-client-go/pull/3368)
19+
20+
### Changed
21+
* Add tag pipeline, custom allocation rule and get cloud account by id for AWS/Azure/GCP configs APIs [#3353](https://github.com/DataDog/datadog-api-client-go/pull/3353)
22+
323
## 2.46.0/2025-09-15
424

525
### 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.46.0"
4+
const Version = "2.47.0"

0 commit comments

Comments
 (0)