Skip to content

Commit 6327327

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

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 2.43.0/2025-09-30
4+
5+
### Added
6+
* Add API Key ID to rum application response [#2690](https://github.com/DataDog/datadog-api-client-ruby/pull/2690)
7+
* Add suppression list query string parameter [#2689](https://github.com/DataDog/datadog-api-client-ruby/pull/2689)
8+
* Add datastore trigger to workflows public API [#2686](https://github.com/DataDog/datadog-api-client-ruby/pull/2686)
9+
* Add Google PubSub destination to the Observability Pipelines API [#2677](https://github.com/DataDog/datadog-api-client-ruby/pull/2677)
10+
* Add API spec for AWS Integrations standard and resource collection IAM permissions [#2674](https://github.com/DataDog/datadog-api-client-ruby/pull/2674)
11+
* Publish new incident impact APIs [#2670](https://github.com/DataDog/datadog-api-client-ruby/pull/2670)
12+
* Add product analytics to FormulaAndFunctionEventsDataSource [#2669](https://github.com/DataDog/datadog-api-client-ruby/pull/2669)
13+
* Add sequence detection to security monitoring rules [#2666](https://github.com/DataDog/datadog-api-client-ruby/pull/2666)
14+
* Add Public Delete Dora Events Endpoints [#2649](https://github.com/DataDog/datadog-api-client-ruby/pull/2649)
15+
16+
### Fixed
17+
* Remove any references to synthetics test suites [#2681](https://github.com/DataDog/datadog-api-client-ruby/pull/2681)
18+
19+
### Changed
20+
* Add tag pipeline, custom allocation rule and get cloud account by id for AWS/Azure/GCP configs APIs [#2664](https://github.com/DataDog/datadog-api-client-ruby/pull/2664)
21+
322
## 2.42.0/2025-09-15
423

524
### Added

lib/datadog_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define library version.
22

33
module DatadogAPIClient
4-
VERSION = '2.42.0'
4+
VERSION = '2.43.0'
55
end

0 commit comments

Comments
 (0)