Skip to content

Commit dfab6e3

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

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.38.0/2025-06-30
4+
5+
### Fixed
6+
* Synthetics mobile test `message` field is now required [#2500](https://github.com/DataDog/datadog-api-client-ruby/pull/2500)
7+
* Make dns port be string and number [#2484](https://github.com/DataDog/datadog-api-client-ruby/pull/2484)
8+
9+
### Security
10+
* Remove caseIndex from historical jobs api spec [#2499](https://github.com/DataDog/datadog-api-client-ruby/pull/2499)
11+
12+
### Changed
13+
* Update events intake specs for v2 Events post endpoint [#2495](https://github.com/DataDog/datadog-api-client-ruby/pull/2495)
14+
15+
### Added
16+
* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#2494](https://github.com/DataDog/datadog-api-client-ruby/pull/2494)
17+
* Add App Key Registration API [#2488](https://github.com/DataDog/datadog-api-client-ruby/pull/2488)
18+
* Add Monitor Template API [#2425](https://github.com/DataDog/datadog-api-client-ruby/pull/2425)
19+
20+
### Deprecated
21+
* Deprecate SLO metadata fields in api spec [#2454](https://github.com/DataDog/datadog-api-client-ruby/pull/2454)
22+
323
## 2.37.0/2025-06-24
424

525
### Fixed

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.37.0'
4+
VERSION = '2.38.0'
55
end

0 commit comments

Comments
 (0)