File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v1.0.0-beta.2 / 2020-05-04
4+
5+ * [ Added] Add RUM Monitor Type and update documentation. See [ #273 ] ( https://github.com/DataDog/datadog-api-client-go/pull/273 ) .
6+ * [ Added] Add Logs Pipeline Processor. See [ #268 ] ( https://github.com/DataDog/datadog-api-client-go/pull/268 ) .
7+ * [ Added] Add additional fields to synthetics test request. See [ #262 ] ( https://github.com/DataDog/datadog-api-client-go/pull/262 ) .
8+ * [ Added] Add Monitor Pagination. See [ #253 ] ( https://github.com/DataDog/datadog-api-client-go/pull/253 ) .
9+ * [ Fixed] Mark synthetics test request "method" and "url" as optional. See [ #265 ] ( https://github.com/DataDog/datadog-api-client-go/pull/265 ) .
10+ * [ Fixed] Update error responses for roles v2 endpoints. See [ #248 ] ( https://github.com/DataDog/datadog-api-client-go/pull/248 ) .
11+ * [ Fixed] Add missing ListSLO's 404 response. See [ #245 ] ( https://github.com/DataDog/datadog-api-client-go/pull/245 ) .
12+ * [ Removed] Remove Pagerduty endpoints from the client. See [ #264 ] ( https://github.com/DataDog/datadog-api-client-go/pull/264 ) .
13+
314## 1.0.0-beta.1 / 2020-04-22
415
516* [ Added] Initial beta release of the Datadog API Client
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.1+dev.1 "
4+ const Version = "1.0.0-beta.2 "
You can’t perform that action at this time.
0 commit comments