Skip to content
Merged
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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# CHANGELOG

## 2.47.0/2025-12-08

### Fixed
* Bump the shade plugin to support Java 17 optimizations [#3281](https://github.com/DataDog/datadog-api-client-java/pull/3281)
* obs_pipelines: make google auth optional [#3260](https://github.com/DataDog/datadog-api-client-java/pull/3260)

### Added
* On-Call Add positioned schedule policy target [#3278](https://github.com/DataDog/datadog-api-client-java/pull/3278)
* Introduced new APIs to manage team hierarchy links [#3266](https://github.com/DataDog/datadog-api-client-java/pull/3266)
* Add Row Update Endpoints to Reference Tables API spec [#3256](https://github.com/DataDog/datadog-api-client-java/pull/3256)
* Add incident management seats to spec [#3253](https://github.com/DataDog/datadog-api-client-java/pull/3253)
* Support provisioning teams from external sources [#3252](https://github.com/DataDog/datadog-api-client-java/pull/3252)
* security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema [#3250](https://github.com/DataDog/datadog-api-client-java/pull/3250)
* Add filter.scope to Monitor Notification Rules [#3246](https://github.com/DataDog/datadog-api-client-java/pull/3246)
* Add Support for Monitor Assets [#3236](https://github.com/DataDog/datadog-api-client-java/pull/3236)
* Add api specs for deployment gates [#3198](https://github.com/DataDog/datadog-api-client-java/pull/3198)

### Security
* Bump jackson library versions [#3274](https://github.com/DataDog/datadog-api-client-java/pull/3274)

### Changed
* Add Security Finding Ticketing endpoints [#3269](https://github.com/DataDog/datadog-api-client-java/pull/3269)
* Flatten file_metadata response schema to avoid OneOf unmarshaling issues [#3255](https://github.com/DataDog/datadog-api-client-java/pull/3255)

## 2.46.0/2025-11-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>datadog-api-client</artifactId>
<packaging>jar</packaging>
<name>datadog-api-client</name>
<version>2.46.0</version>
<version>2.47.0</version>
<url>https://github.com/DataDog/datadog-api-client-java</url>
<description>Java client library for Datadog API</description>
<scm>
Expand Down
Loading