Skip to content

Commit ca3ba4c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (DataDog#3470)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 26842cc commit ca3ba4c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.50.0/2025-11-14
4+
5+
### Added
6+
* Add suppression tags [#3456](https://github.com/DataDog/datadog-api-client-go/pull/3456)
7+
* Add Team Connection API Documentation [#3454](https://github.com/DataDog/datadog-api-client-go/pull/3454)
8+
* Add new summary keys for new standalone billing dimensions [#3451](https://github.com/DataDog/datadog-api-client-go/pull/3451)
9+
* Add Bits AI Investigations and On-Call to API specs [#3447](https://github.com/DataDog/datadog-api-client-go/pull/3447)
10+
* Add `PreviewCatalogEntities` [#3444](https://github.com/DataDog/datadog-api-client-go/pull/3444)
11+
* Sync 'audience_management.yaml' files with backend [#3441](https://github.com/DataDog/datadog-api-client-go/pull/3441)
12+
* Dashboards - Add on_call_events datasources [#3440](https://github.com/DataDog/datadog-api-client-go/pull/3440)
13+
* Add last_login_time to Users v2 API [#3399](https://github.com/DataDog/datadog-api-client-go/pull/3399)
14+
15+
### Deprecated
16+
* [api-spec] Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated [#3453](https://github.com/DataDog/datadog-api-client-go/pull/3453)
17+
* [METEXP-2068] Deprecate api/v1/search Endpoint [#3448](https://github.com/DataDog/datadog-api-client-go/pull/3448)
18+
319
## 2.49.0/2025-10-30
420

521
### Added

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package client
22

33
// Version used in User-Agent header.
4-
const Version = "2.49.0"
4+
const Version = "2.50.0"

0 commit comments

Comments
 (0)