Skip to content

Releases: DataDog/datadog-api-client-go

v1.3.0

26 Aug 08:22
fc0add5
Compare
Choose a tag to compare
  • [Added] Add config variables to Synthetics browser test config. See #1086.
  • [Added] Add DBM usage endpoint. See #1068.
  • [Added] Add audit alert monitor type. See #1081.
  • [Added] Add batch_id to the synthetics trigger endpoint response. See #1079.
  • [Added] Adding support for security monitoring rule type property. See #1065.
  • [Added] Add events data source to Dashboard widgets. See #1067.
  • [Added] Add restricted roles for Synthetics global variables. See #1072.
  • [Added] Webhooks integration SDK. See #1071.
  • [Added] Add missing synthetics variable parser type x_path. See #1070.
  • [Added] Add audit_stream to ListStreamSource. See #1056.
  • [Added] Add percentile to dashboard WidgetAggregator schema. See #1051.
  • [Added] Add id_str property to Event response. See #1059.
  • [Added] Add edge to Synthetics devices. See #1063.
  • [Added] Add endpoints to manage Service Accounts v2. See #1043.
  • [Added] Add new_group_delay and deprecate new_host_delay monitor properties. See #1055.
  • [Added] Add include_descendants param to usage attribution API. See #1062.
  • [Added] Improve resiliency of go SDK when deserializing enums/oneOfs. See #1028.
  • [Added] Add ContainsUnparsedObject utility method to check if an object wasn't fully deserialized. See #1073 and #1077.
  • [Added] Add support for list widget in dashboards. See #1023.
  • [Added] Extend table widget requests to support formulas and functions in dashboards. See #1046.
  • [Added] Add CSPM to usage attribution. See #1037.
  • [Added] Add support for dashboard bulk delete and restore endpoints. See #1020.
  • [Added] Add support for audit logs data source in dashboards. See #1041.
  • [Added] Add allow_insecure option for multistep steps in Synthetics. See #1031.
  • [Fixed] Make SLO history metadata unit nullable. See #1078.
  • [Fixed] Minor fixes of the incident schema. See #1074.
  • [Fixed] Fix serialization of query metrics response containing nullable points. See #1034.
  • [Fixed] Fix status property name for browser error status in Synthetics. See #1036.
  • [Changed] Add separate schema for deleting AWS account. See #1030.
  • [Removed] Remove deprecated endpoints /api/v1/usage/traces and /api/v1/usage/tracing-without-limits. See #1038.

v1.2.0

09 Jul 12:30
007a276
Compare
Choose a tag to compare
  • [Added] Add support for GET /api/v2/application_keys/{app_key_id}. See #1021.
  • [Added] Add meta property with pagination info to SLOCorrectionList endpoint response. See #1018.
  • [Added] Add support for treemap widget. See #1013.
  • [Added] Add missing properties query_index and tag_set to MetricsQueryMetadata. See #979.
  • [Fixed] Remove US only constraint for AWS tag filtering. See #1007.
  • [Fixed] Add BDD tests to synthetics. See #1006.
  • [Fixed] Fix response of security filter delete. See #1002.
  • [Fixed] Handle null in query metrics unit. See #1001.
  • [Changed] Remove Synthetics tick interval enum. See #1005.

v1.1.0

16 Jun 14:58
4ff267c
Compare
Choose a tag to compare
  • [Added] Add missing fields hasExtendedTitle, type, version and updateAuthorId for Security Monitoring Rule endpoints. See #998.
  • [Added] Dashboard RBAC role support. See #993.
  • [Fixed] Fix go JSON struct. See #992.

v1.0.0

10 Jun 09:03
f40c769
Compare
Choose a tag to compare
  • [Added] Add missing fields in usage billable summary keys. See #987.
  • [Added] Add monitor name and priority options. See #984.
  • [Added] Add endpoint to list Synthetics global variables. See #965.
  • [Added] Add monitors search endpoints. See #959.
  • [Added] Add CWS to usage metering endpoint. See #964.
  • [Added] Add tag_config_source to usage attribution response. See #952.
  • [Added] Add audit logs to usage endpoints. See #978.
  • [Fixed] Make assertions field optional for multistep synthetics tests, and add global config variable type. See #961.
  • [Fixed] Fix type of day/month response attribute in custom metrics usage. See #981.
  • [Fixed] Properly mark monitor required fields. See #950.
  • [Changed] Rename compliance to CSPM in usage endpoint. See #978.
  • [Changed] Rename incident_integration_metadata to incident_integrations to match API. See #944.

v1.0.0-beta.22

17 May 16:13
f28242a
Compare
Choose a tag to compare
  • [Added] Add endpoints to configure Security Filters. See #938.
  • [Added] Add active_child nested downtime object to Downtime component for downtime APIs. See #930.
  • [Changed] Change Dashboard WidgetCustomLink properties. See #937.
  • [Changed] Make various fixes to synthetics models. See #935.
  • [Changed] Update usage attribute endpoint metadata fields. See #932.

v1.0.0-beta.21

12 May 17:43
7cfcafe
Compare
Choose a tag to compare
  • [Added] Notebooks Public API Documentation. See #926.
  • [Added] Add logs_by_retention usage property and GetUsageLogsByRetention endpoint. See #915.
  • [Added] Add anomaly detection method to SecurityMonitoringRuleDetectionMethod enum. See #914.
  • [Added] Add with_configured_alert_ids parameter to get a SLO details endpoint. See #910.
  • [Added] Add setCookie, dnsServerPort, allowFailure and isCritical fields for Synthetics tests. See #903.
  • [Added] Add metadata property with pagination info to SLOList endpoint response. See #899.
  • [Added] Add new properties to group widget, note widget and image widget. See #895.
  • [Added] Add support for a rate metric type in manage metric tags v2 endpoint. See #892.
  • [Fixed] Handle typed nils for go client. See #927.
  • [Fixed] Remove default value of is_column_break layout property of dashboard. See #925.
  • [Changed] Enumerate accepted values for fields parameter in usage attr requests. See #919.
  • [Changed] Add frequency and remove request as required field from synthetics test. See #916.

v1.0.0-beta.20

27 Apr 17:25
53c6ba6
Compare
Choose a tag to compare
  • [Added] Add support for ICMP Synthetics tests. See #887.
  • [Added] Add vSphere usage information. See #880.
  • [Added] Update properties for dashboard distribution widget. See #877.
  • [Added] Mark metric volumes and ingested tags endpoints as stable. See #872.
  • [Added] Add filter[shared] query parameter for searching dashboards. See #860.
  • [Added] Add profiling product fields in usage metering endpoint. See #859.
  • [Added] Add title and background_color properties to dashboard group widget. See #858.
  • [Changed] Use new model for Go client API. See #885.
  • [Removed] Remove deprecated Synthetics methods CreateTest and UpdateTest. See #881.

v1.0.0-beta.19

14 Apr 15:55
9395668
Compare
Choose a tag to compare
  • [Added] Add reflow_type property to dashboard object. See #841.
  • [Added] Add security track and formulas and functions support for geomap dashboard widget. See #837.
  • [Added] Generate intake endpoints. See #834.
  • [Added] Add endpoint for listing all downtimes for the specified monitor. See #828.
  • [Added] Add modified_at attribute to user response v2 schema. See #817.
  • [Added] Add default environment loading in clients. See #816.
  • [Added] Add passed, noSavingResponseBody, noScreenshot, and disableCors fields to Synthetics. See #815.
  • [Added] Add compliance usage endpoint and compliance host statistics. See #814.
  • [Added] Add tag filter options for /api/v{1,2}/metrics. See #813.
  • [Added] Add usage fields for Heroku and OpenTelemetry. See #810.
  • [Added] Add global_time_target field to SLO widget. See #808.
  • [Added] Add method to export an API test in Synthetics. See #807.
  • [Added] Add metadata to usage top average metrics response. See #806.
  • [Added] Add median as valid aggregator for formulas and functions. See #800.
  • [Fixed] Browser Test message required. See #803.
  • [Changed] Return correct object in GetBrowserTest endpoint. See #827.
  • [Changed] Add agent rules in security monitoring rules queries. See #809.

v1.0.0-beta.18

22 Mar 09:01
c8b564c
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release
  • [Added] Add legend_layout and legend_columns to timeseries widget definition. See #791.

v1.0.0-beta.17

15 Mar 16:16
a0612b1
Compare
Choose a tag to compare
  • [Added] Add support for multistep tests in Synthetics. See #775.
  • [Added] Add core web vitals to synthetics browser test results. See #771.
  • [Added] Add v2 metric tags and metric volumes endpoints. See #769.
  • [Added] Add new endpoints for browser and API tests in Synthetics. See #762.
  • [Changed] Update response schema for service level objective operation GetSLOHistory. See #784.
  • [Changed] Make query name required in formulas and functions queries. See #774.