Skip to content

Commit 6e0a30f

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

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## 2.47.0/2025-12-08
4+
5+
### Fixed
6+
* Bump the shade plugin to support Java 17 optimizations [#3281](https://github.com/DataDog/datadog-api-client-java/pull/3281)
7+
* obs_pipelines: make google auth optional [#3260](https://github.com/DataDog/datadog-api-client-java/pull/3260)
8+
9+
### Added
10+
* On-Call Add positioned schedule policy target [#3278](https://github.com/DataDog/datadog-api-client-java/pull/3278)
11+
* Introduced new APIs to manage team hierarchy links [#3266](https://github.com/DataDog/datadog-api-client-java/pull/3266)
12+
* Add Row Update Endpoints to Reference Tables API spec [#3256](https://github.com/DataDog/datadog-api-client-java/pull/3256)
13+
* Add incident management seats to spec [#3253](https://github.com/DataDog/datadog-api-client-java/pull/3253)
14+
* Support provisioning teams from external sources [#3252](https://github.com/DataDog/datadog-api-client-java/pull/3252)
15+
* security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema [#3250](https://github.com/DataDog/datadog-api-client-java/pull/3250)
16+
* Add filter.scope to Monitor Notification Rules [#3246](https://github.com/DataDog/datadog-api-client-java/pull/3246)
17+
* Add Support for Monitor Assets [#3236](https://github.com/DataDog/datadog-api-client-java/pull/3236)
18+
* Add api specs for deployment gates [#3198](https://github.com/DataDog/datadog-api-client-java/pull/3198)
19+
20+
### Security
21+
* Bump jackson library versions [#3274](https://github.com/DataDog/datadog-api-client-java/pull/3274)
22+
23+
### Changed
24+
* Add Security Finding Ticketing endpoints [#3269](https://github.com/DataDog/datadog-api-client-java/pull/3269)
25+
* Flatten file_metadata response schema to avoid OneOf unmarshaling issues [#3255](https://github.com/DataDog/datadog-api-client-java/pull/3255)
26+
327
## 2.46.0/2025-11-14
428

529
### 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)