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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 2.19.0 / 2023-12-12

### Added
* Document `included_keywords` in `ListStandardPatterns` response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2086
* Document fields `remote_config_read_enabled` and `category` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2082
* Update Azure Spec to include Resource Collection by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2091
* Allow creation of Application Security detection rules from the v2 API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2093
* Add Okta Integration APIs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2069
* Remove unstable flag for Events v2 api by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2098


**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.18.0...datadog-api-client-2.19.0

## 2.18.0 / 2023-11-20

### Fixed
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.18.1-SNAPSHOT</version>
<version>2.19.0</version>
<url>https://github.com/DataDog/datadog-api-client-java</url>
<description>Java client library for Datadog API</description>
<scm>
Expand Down