Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 2.42.0/2025-09-15

### Added
* Add Incident Notification Rules Public Spec [#2658](https://github.com/DataDog/datadog-api-client-ruby/pull/2658)
* Update v1 and v2 GCP API specs to support `monitored_resource_configs` [#2656](https://github.com/DataDog/datadog-api-client-ruby/pull/2656)
* Add action datastore API [#2636](https://github.com/DataDog/datadog-api-client-ruby/pull/2636)
* Security Monitoring - Make hasOptionalGroupByFields updatable [#2594](https://github.com/DataDog/datadog-api-client-ruby/pull/2594)

### Deprecated
* Promote unstable aws v2 APIs and deprecate v1 [#2655](https://github.com/DataDog/datadog-api-client-ruby/pull/2655)

### Changed
* Allow to send batches of events in pipelines API [#2639](https://github.com/DataDog/datadog-api-client-ruby/pull/2639)

## 2.41.0/2025-09-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define library version.

module DatadogAPIClient
VERSION = '2.41.0'
VERSION = '2.42.0'
end
Loading