Skip to content

Commit daed416

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Release 2.33.0 (#2754)
* Version bump 2.33.0 * Update CHANGELOG --------- Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 8916e3b commit daed416

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

Diff for: CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# CHANGELOG
22

3+
## 2.33.0 / 2025-03-11
4+
5+
### Fixed
6+
* Remove `javascript` browser variable type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2702
7+
* Additional rules to inject openapi type by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2723
8+
* Fix `ListCatalogEntity` pagination endpoint to use correct offset value by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2740
9+
### Added
10+
* add new related_assets filter query parameter to the get a list of metrics V2 API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2664
11+
* Add actions and groupSignalsBy field in detection rules API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2704
12+
* Add Workflows CRUD Public API Endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2693
13+
* Add endpoint to retrieve Security Monitoring rule version history by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2670
14+
* Adds override_existing_configurations and include_actively_queried_configurations to bulk tag config endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2714
15+
* Add `number_format` to each formula in widget by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2716
16+
* Add `trend` support for `cell_display_mode` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2713
17+
* Add support for span id remapper in logs pipelines processors by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2724
18+
* Add evaluation_window and keep_alive for Security monitoring rule by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2725
19+
* Add `extractedValuesFromScript` to multistep API tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2730
20+
* Update timezone for cumulative window by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2729
21+
* Document Agentless AWS scan options routes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2737
22+
* Create types for app builder queries explicitly, remove experimental flag by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2707
23+
* Document Agentless AWS on demand routes by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2741
24+
* Add quality_issues to monitor schema on monitor search API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2743
25+
* Introduce public v2 endpoints for Application Security by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2731
26+
* Add delete log index to public API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2742
27+
* Add v2 endpoints for RUM retention filters. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2739
28+
* Added storage class information to the S3 archive destination by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2749
29+
### Changed
30+
* Revert GetSBOM to `x-unstable` by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2708
31+
* Update documentation with account filtering info for aws_cur_config endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2719
32+
* Update sharing APIs to match server by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2728
33+
* Update Vulnerabilities endpoints documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2732
34+
### Deprecated
35+
* Deprecate API management endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2718
36+
37+
## New Contributors
38+
* @amaanq made their first contribution in https://github.com/DataDog/datadog-api-client-java/pull/2706
39+
40+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.32.0...datadog-api-client-2.33.0
41+
342
## 2.32.0 / 2025-02-05
443

544
### Fixed

Diff for: pom.xml

+1-1
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.32.1-SNAPSHOT</version>
7+
<version>2.33.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)