File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.0-beta.13 / 2021-01-06
4+
5+ * [ Added] Added filters to rule endpoints in security monitoring API. See [ #632 ] ( https://github.com/DataDog/datadog-api-client-go/pull/632 ) .
6+ * [ Added] Add Azure app services fields to usage v1 endpoints. See [ #631 ] ( https://github.com/DataDog/datadog-api-client-go/pull/631 ) .
7+ * [ Added] Add mobile RUM OS types usage fields. See [ #629 ] ( https://github.com/DataDog/datadog-api-client-go/pull/629 ) .
8+ * [ Added] Add config variables for synthetics API tests. See [ #628 ] ( https://github.com/DataDog/datadog-api-client-go/pull/628 ) .
9+ * [ Added] Add endpoints for the public API of Logs2Metrics. See [ #626 ] ( https://github.com/DataDog/datadog-api-client-go/pull/626 ) .
10+ * [ Added] Add endpoints for API Keys v2. See [ #620 ] ( https://github.com/DataDog/datadog-api-client-go/pull/620 ) .
11+ * [ Added] Add utils to validate and create valid enums. See [ #617 ] ( https://github.com/DataDog/datadog-api-client-go/pull/617 ) .
12+ * [ Added] Add javascript value to synthetics browser variable types. See [ #616 ] ( https://github.com/DataDog/datadog-api-client-go/pull/616 ) .
13+ * [ Added] Add synthetics assertion operator. See [ #609 ] ( https://github.com/DataDog/datadog-api-client-go/pull/609 ) .
14+ * [ Added] Application keys v2 API. See [ #605 ] ( https://github.com/DataDog/datadog-api-client-go/pull/605 ) .
15+ * [ Fixed] Redact auth methods from debug logs. See [ #618 ] ( https://github.com/DataDog/datadog-api-client-go/pull/618 ) .
16+ * [ Removed] Remove Synthetic resources property. See [ #622 ] ( https://github.com/DataDog/datadog-api-client-go/pull/622 ) .
17+
318## 1.0.0-beta.12 / 2020-12-07
419
520* [ Added] Mark Usage Attribution endpoint as public beta. See [ #592 ] ( https://github.com/DataDog/datadog-api-client-go/pull/592 ) .
Original file line number Diff line number Diff line change 11package client
22
33// Version used in User-Agent header.
4- const Version = "1.0.0-beta.13+dev "
4+ const Version = "1.0.0-beta.13"
You can’t perform that action at this time.
0 commit comments