Skip to content

Commit fe955e0

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

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

525
### Fixed

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.41.0"
4+
const Version = "2.42.0"

0 commit comments

Comments
 (0)