Skip to content

Commit 7316fcf

Browse files
author
ci.datadog-api-spec
committed
Bump versions and add changelog entries.
1 parent 64d6a2d commit 7316fcf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 2.42.0/2025-09-15
4+
5+
### Added
6+
* Add Incident Notification Rules Public Spec [#2658](https://github.com/DataDog/datadog-api-client-ruby/pull/2658)
7+
* Update v1 and v2 GCP API specs to support `monitored_resource_configs` [#2656](https://github.com/DataDog/datadog-api-client-ruby/pull/2656)
8+
* Add action datastore API [#2636](https://github.com/DataDog/datadog-api-client-ruby/pull/2636)
9+
* Security Monitoring - Make hasOptionalGroupByFields updatable [#2594](https://github.com/DataDog/datadog-api-client-ruby/pull/2594)
10+
11+
### Deprecated
12+
* Promote unstable aws v2 APIs and deprecate v1 [#2655](https://github.com/DataDog/datadog-api-client-ruby/pull/2655)
13+
14+
### Changed
15+
* Allow to send batches of events in pipelines API [#2639](https://github.com/DataDog/datadog-api-client-ruby/pull/2639)
16+
317
## 2.41.0/2025-09-09
418

519
### 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.41.0'
4+
VERSION = '2.42.0'
55
end

0 commit comments

Comments
 (0)