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

## 2.33.0 / 2025-05-01

### Fixed
* Set required properties for schedules in OnCall API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2342
* Update On-Call Escalation policies endpoints schemas and description by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2353
### Added
* Update NDM GetInterfaces documentation to add get_ip_addresses param by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2330
* Add OnCall Escalation Policy v2 endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2341
* datadog_integration_gcp_sts Add Support for IsPerProjectQuotaEnabled for GCP STS Service Accounts by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2349
* Complete Observability Pipelines API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2358
* Add budgeting endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2337
### Changed
* Add Monitor Notification Rules v2 API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2317
* Remove `uuidtools` while maintaining validation logic by @AlexMooney in https://github.com/DataDog/datadog-api-client-ruby/pull/2320

## New Contributors
* @AlexMooney made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/2320

**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v2.32.0...v2.33.0

## 2.32.0 / 2025-04-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define library version.

module DatadogAPIClient
VERSION = '2.32.0.dev.1'
VERSION = '2.33.0'
end
Loading