Skip to content

Commit 6d3c7cf

Browse files
author
ci.datadog-api-spec
committed
Bump versions and add changelog entries.
1 parent 484f47c commit 6d3c7cf

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## 2.47.0/2025-11-25
4+
5+
### Security
6+
* Bump jackson library versions [#3274](https://github.com/DataDog/datadog-api-client-java/pull/3274)
7+
8+
### Fixed
9+
* obs_pipelines: make google auth optional [#3260](https://github.com/DataDog/datadog-api-client-java/pull/3260)
10+
11+
### Changed
12+
* Flatten file_metadata response schema to avoid OneOf unmarshaling issues [#3255](https://github.com/DataDog/datadog-api-client-java/pull/3255)
13+
14+
### Added
15+
* Add incident management seats to spec [#3253](https://github.com/DataDog/datadog-api-client-java/pull/3253)
16+
* Support provisioning teams from external sources [#3252](https://github.com/DataDog/datadog-api-client-java/pull/3252)
17+
* security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema [#3250](https://github.com/DataDog/datadog-api-client-java/pull/3250)
18+
* Add filter.scope to Monitor Notification Rules [#3246](https://github.com/DataDog/datadog-api-client-java/pull/3246)
19+
* Add api specs for deployment gates [#3198](https://github.com/DataDog/datadog-api-client-java/pull/3198)
20+
321
## 2.46.0/2025-11-14
422

523
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>datadog-api-client</artifactId>
55
<packaging>jar</packaging>
66
<name>datadog-api-client</name>
7-
<version>2.46.0</version>
7+
<version>2.47.0</version>
88
<url>https://github.com/DataDog/datadog-api-client-java</url>
99
<description>Java client library for Datadog API</description>
1010
<scm>

0 commit comments

Comments
 (0)