Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

67 lines (53 loc) · 5.39 KB

CHANGELOG

v1.0.0-beta.7 / 2020-07-22

  • [Added] Adding four usage attribution endpoints. See #393.
  • [Added] Fix documentation for v1/hosts. See #383.
  • [Changed] Update synthetics test to contain latest features. See #375.
  • [Added] Usage Billable Summary response. See #368.
  • [Added] Add Logs Search API v2. See #365.
  • [Fixed] RRULE property for Downtimes API. See #364.
  • [Deprecated] Dashboards List v1 has been deprecated. See #363.

v1.0.0-beta.6 / 2020-06-19

  • [Fixed] Update enum of synthetics devices IDs to match API. See #351.

v1.0.0-beta.5 / 2020-06-19

  • [Added] Update to the latest openapi-generator 5 snapshot. See #338.
  • [Added] Add synthetics location endpoint. See #334.
  • [Fixed] Widget legend size can also be "0". See #336.
  • [Fixed] Log Index as an optional parameter (default to "*") for List Queries. See #335.
  • [Changed] Rename payload objects to request for users v2 API. See #346.
    • This change includes backwards incompatible changes when using the users v2 endpoint.
  • [Changed] Split schema for roles API. See #337.
    • This change includes backwards incompatible changes when using the role endpoint.

v1.0.0-beta.4 / 2020-06-09

  • [BREAKING] Add missing values to enums. See #320.
    • This change includes backwards incompatible changes when using the MonitorSummary widget.
  • [BREAKING] Split schemas from DashboardList v2. See #318.
    • This change includes backwards incompatible changes when using corresponding endpoints methods.
  • [BREAKING] Clean synthetics test CRUD endpoints. See #317.
    • This change includes backwards incompatible changes when using corresponding endpoints methods.
  • [Added] Add Logs Archives endpoints. See #323.

v1.0.0-beta.3 / 2020-05-21

  • [BREAKING] Update to openapi-generator 5.0.0. See #303.
    • This change includes backwards incompatible changes when using structs generated from oneOf schemas.
  • [Added] Add SIEM and SNMP usage API. See #309.
  • [Added] Add security monitoring to clients. See #304.
  • [Added] Add /v1/validate endpoint. See #290.
  • [Added] Add generated_files file. See #270.
  • [Fixed] Add authentication to Go examples. See #299.
  • [Fixed] Add 422 error codes to users and roles v2 endpoints. See #296.
  • [Fixed] Update import in Go examples. See #295.
  • [Fixed] Check duplicate object definitions. See #288.
  • [Fixed] Mark unstable endpoints with beta note. See #281.
  • [Changed] Update ServiceLevelObjective schema names. See #279.
  • [Deprecated] Add deprecated fields logset, count and start to appropriate dashboard widgets. See #285.

v1.0.0-beta.2 / 2020-05-04

  • [Added] Add RUM Monitor Type and update documentation. See #273.
  • [Added] Add Logs Pipeline Processor. See #268.
  • [Added] Add additional fields to synthetics test request. See #262.
  • [Added] Add Monitor Pagination. See #253.
  • [Fixed] Mark synthetics test request "method" and "url" as optional. See #265.
  • [Fixed] Update error responses for roles v2 endpoints. See #248.
  • [Fixed] Add missing ListSLO's 404 response. See #245.
  • [Removed] Remove Pagerduty endpoints from the client. See #264.

1.0.0-beta.1 / 2020-04-22

  • [Added] Initial beta release of the Datadog API Client