Releases: DataDog/datadog-api-client-python
Releases · DataDog/datadog-api-client-python
1.7.0
- [Added] [dashboards formulas and functions] Add formulas and functions support to change widget. See #567.
- [Added] Add RUM Units to usage metering API. See #657.
- [Added] Add trigger synthetics tests endpoint. See #642.
- [Added] [Synthetics] Add support for UDP API tests. See #662.
- [Added] Add support for
websocket
synthetics tests. See #674. - [Added] Add support for profiled Fargate tasks in Usage API. See #670.
- [Added] Add 429 error responses. See #675.
- [Added] Document query in
MonitorSearchResult
. See #690. - [Added] Expose
public_id
andorg_name
in Usage API response. See #692. - [Added] Add endpoint to get corrections applied to an SLO. See #689.
- [Added] Expose estimated logs usage in Usage Attribution API. See #700.
- [Added] Add Limit Note for Hourly Requests. See #699.
- [Fixed] Fix type for
ratio_in_month
in usage metering. See #652. - [Fixed] Change
UsageNetworkFlowsHour.indexed_event_count
to match actual API. See #661. - [Fixed] SLO Correction attributes
rrule
andduration
can be nullable. See #665. - [Fixed] Mark
batch_id
in Synthetics Trigger CI response as nullable. See #677. - [Fixed] Remove event title length constraint. See #682.
- [Fixed] Fix monitor
timeout_h
example and limits. See #687. - [Fixed] Be more resilient to plain text errors. See #696.
- [Fixed] Make python fail properly on invalid header. See #711.
- [Fixed] Remove python unused conversion arguments calls. See #714.
- [Changed] [Synthetics] Fix required target in assertions and type in step results. See #666.
- [Changed] Reorganize python params_map. See #710.
1.6.0
- [Added] Add support for Azure
automute
option. See #647. - [Added] Add v2 intake endpoint. See #640.
- [Added] Add support for RRULE fields in SLO corrections. See #600.
- [Added] Add aggregations attribute to v2 metric tag configuration. See #577.
- [Added] Add
apm_stats_query
property toDistributionWidgetRequest
. See #628. - [Fixed] Use plural form for dbm hosts usage properties. See #611.
- [Fixed] Make monitor properties
priority
andrestricted_roles
nullable. See #627. - [Changed] Update Synthetics CI test metadata. See #610.
- [Deprecated] Update property descriptions for Dashboard RBAC release. See #639.
1.5.0
- [Added] Add
type
andis_template
properties to notebooks. See #615. - [Added] Add
renotify_occurrences
andrenotify_statuses
monitor options. See #613. - [Added] Add
servername
property to SSL Synthetics tests request. See #603. - [Added] Document encoding in metrics intake. See #604.
- [Added] Add support for formulas and functions in the Scatterplot Widget for dashboards. See #587.
- [Added] Add support for gzip and deflate encoding. See #593.
- [Added] Add information about creator to Synthetics tests details. See #596.
- [Added] Add support for funnel widget in dashboards. See #590.
- [Added] Add formula and function APM resource stats query definition for dashboards. See #582.
- [Added] ApmDependencyStatsQuery for formulas and functions dashboard widgets. See #581.
- [Fixed] Fix handling of primitive types in oneOfs. See #621.
- [Fixed] Remove event title length constraint. See #598.
- [Fixed] Allow nullable date in notebook cells. See #607.
- [Fixed]
IncidentFieldAttributesMultipleValue
can be nullable. See #602. - [Fixed] Fix incidents schemas. See #601.
- [Fixed] Make sure that OpenAPI definition are valid with real server responses. See #595.
- [Fixed] Fix typo in usage attribution field names for profiled containers. See #597.
- [Fixed] Make the name property required for APM Dependency Stat Query widget. See #586.
- [Fixed] Mark SLO Correction Type as required. See #568.
- [Changed] Enable compression in responses. See #612.
- [Changed] Use AVG aggregation function for DBM queries. See #592.
1.4.0
- [Added] Add restricted roles for Synthetics global variables. See #550.
- [Added] Add events data source to Dashboard widgets. See #545.
- [Added] Adding support for security monitoring rule
type
property. See #544. - [Added] Add
batch_id
to the synthetics trigger endpoint response. See #556. - [Added] Add
audit alert
monitor type. See #559. - [Added] Add DBM usage endpoint. See #546.
- [Added] Add config variables to Synthetics browser test config. See #563.
- [Added] Added
available_values
property to template variables schema. See #564. - [Added] Add
follow_redirects
options to test request in Synthetics. See #571. - [Fixed] Minor fixes of the incident schema. See #552.
- [Fixed] Make SLO history metadata unit nullable. See #555.
- [Fixed] Fix python unparsed serialization. See #569.
- [Fixed] Fix SLO history error response type for overall errors. See #570.
- [Changed] Fix SLO history schema for groups and monitors fields. See #575.
- [Changed] Remove metadata from required list for metric SLO history endpoint. See #579.
1.3.0
- [Added] Add Webhooks integration support. See #549.
- [Added] Add missing synthetics variable parser type
x_path
. See #548. - [Added] Add
audit_stream
toListStreamSource
. See #536. - [Added] Add percentile to dashboard
WidgetAggregator
schema. See #532. - [Added] Add
id_str
property to Event response. See #538. - [Added] Add edge to Synthetics devices. See #542.
- [Added] Add endpoints to manage Service Accounts v2. See #523.
- [Added] Add
new_group_delay
and deprecatenew_host_delay
monitor properties. See #535. - [Added] Add
include_descendants
param to usage attribution API. See #540. - [Added] Update to latest openapi generator image. See #528.
- [Added] Add support for list widget in dashboards. See #504.
- [Added] Extend table widget requests to support formulas and functions. See #526.
- [Added] Add CSPM to usage attribution. See #518.
- [Added] Add support for dashboard bulk delete, restore endpoints. See #501.
- [Added] Add support for audit logs data source in dashboards. See #521.
- [Added] Add
allow_insecure
option for multistep steps in Synthetics. See #515. - [Fixed] Improve resiliency of the Python SDK. See #531.
- [Fixed] Fix serialization of query metrics response containing nullable points. See #516.
- [Fixed] Fix
status
property name for browser error status in Synthetics. See #517. - [Changed] Add separate schema for deleting AWS account. See #513.
- [Removed] Remove deprecated endpoints
/api/v1/usage/traces
and/api/v1/usage/tracing-without-limits
. See #519.
1.2.0
- [Added] Add support for
GET /api/v2/application_keys/{app_key_id}
. See #502. - [Added] Add
meta
property with pagination info to SLOCorrectionList endpoint response. See #499. - [Added] Add support for treemap widget. See #494.
- [Added] Add missing properties
query_index
andtag_set
toMetricsQueryMetadata
. See #468. - [Added] Add missing fields
hasExtendedTitle
,type
,version
andupdateAuthorId
for Security Monitoring Rule endpoints. See #483. - [Added] Dashboard RBAC role support. See #478.
- [Added] Add missing fields in usage billable summary keys. See #477.
- [Fixed] Remove US only constraint for AWS tag filtering. See #490.
- [Fixed] Add BDD tests to synthetics. See #489.
- [Fixed] Fix Python type checking. See #487.
- [Fixed] Handle null in query metrics unit. See #486.
- [Changed] Specify format of
report_id
parameter. See #510. - [Changed] Remove Synthetics tick interval enum. See #488.
1.1.0
- [Added] Add CWS to usage metering endpoint. See #458.
- [Added] Add endpoint to list Synthetics global variables. See #459.
- [Added] Add monitors search endpoint. See #455.
- [Added] Add
tag_config_source
to usage attribution response. See #449. - [Added] Add endpoints to configure Security Filters. See #440.
- [Added] Add
active_child
nested downtime object toDowntime
component for downtime APIs. See #434. - [Added] Add audit logs to usage endpoints. See #466.
- [Added] Add
override_label
andis_hidden
attribute forWidgetCustomLink
. See #438. - [Added] Add monitor
name
andpriority
attributes to synthetics test options. See #473. - [Fixed] Fix type of day/month response attribute in custom metrics usage. See #471.
- [Fixed] Fix handling of log aggregation
oneOf
. See #463. - [Fixed] Make
assertions
field optional for multistep synthetics tests, and addglobal
config variable type. See #457. - [Fixed] Properly mark monitor required fields. See #448.
- [Fixed] Rename
incident_integration_metadata
toincident_integrations
to match API. See #444. - [Fixed] Properly mark several synthetics attributes as read only. See #437.
- [Fixed] Fix paging attributes of usage attribution endpoints. See #435.
- [Changed] Rename
compliance
toCSPM
in usage endpoint. See #466.
1.0.0
- [Added] Notebooks Public API Documentation. See #432.
- [Added] Add
logs_by_retention
usage property andGetUsageLogsByRetention
endpoint. See #425. - [Added] Add anomaly detection method to
SecurityMonitoringRuleDetectionMethod
enum. See #424. - [Added] Add
with_configured_alert_ids
parameter to get a SLO details endpoint. See #421. - [Added] Add
setCookie
,dnsServerPort
,allowFailure
andisCritical
fields for Synthetics tests. See #418. - [Added] Add
metadata
property with pagination info toSLOList
endpoint response. See #414. - [Added] Add new properties to group widget, note widget and image widget. See #412.
- [Added] Add support for a
rate
metric type in manage metric tags v2 endpoint. See #409. - [Added] Add support for ICMP Synthetics tests. See #406.
- [Added] Add vSphere usage information. See #402.
- [Added] Mark metric volumes and ingested tags endpoints as stable. See #396.
- [Added] Add
filter[shared]
query parameter for searching dashboards. See #390. - [Added] Add profiling product fields in usage metering endpoint. See #389.
- [Added] Add
title
andbackground_color
properties to dashboard group widget. See #388. - [Added] Add
marker
,xaxis
andyaxis
properties on distribution widgets. See #400. - [Fixed] Remove default value of
is_column_break
layout property of dashboard. See #431. - [Fixed] Remove nulltype. See #401.
- [Changed] Enumerate accepted values for fields parameter in usage attribution requests. See #428.
- [Changed] Add new enum value for tick interval and remove
request
as required field from synthetics test. See #426. - [Deprecated] Deprecate
legend_size
andshow_legend
properties on distribution widgets. See #400. - [Removed] Remove deprecated Synthetics methods
CreateTest
andUpdateTest
. See #403.
1.0.0b8
- [Added] Add
reflow_type
property to dashboard object. See #372. - [Added] Add security track and formulas and functions support for geomap dashboard widget. See #370.
- [Added] Generate intake endpoints. See #367.
- [Added] Add endpoint for listing all downtimes for the specified monitor. See #361.
- [Added] Add
modified_at
attribute to user response v2 schema. See #352. - [Added] Add default environment loading in clients. See #347.
- [Added] Add
passed
,noSavingResponseBody
,noScreenshot
, anddisableCors
fields to Synthetics. See #346. - [Added] Add compliance usage endpoint and compliance host statistics. See #342.
- [Added] Add tag filter options for
/api/v{1,2}/metrics
. See #340. - [Added] Add usage fields for Heroku and OpenTelemetry. See #337.
- [Added] Add
global_time_target
field to SLO widget. See #335. - [Added] Add method to export an API test in Synthetics. See #334.
- [Added] Add metadata to usage top average metrics response. See #333.
- [Added] Add median as valid aggregator for formulas and functions. See #328.
- [Fixed] Fix Python template for exclusiveMinimum/Maximum. See #377.
- [Fixed] Make python fail properly when invalid key is passed. See #350.
- [Fixed] Fix parsing of
oneOf
attributes. See #344. - [Fixed] Browser Test message required. See #330.
- [Changed] Return correct object in
GetBrowserTest
endpoint. See #359. - [Changed] Change python API model. See #351.
- [Changed] Add agent rules in security monitoring rules queries. See #336.
1.0.0b7
- [Added] Add
legend_layout
andlegend_columns
to timeseries widget definition. See #320. - [Added] Add support for multistep tests in Synthetics. See #313.
- [Added] Add core web vitals to synthetics browser test results. See #308.
- [Added] Add v2 metric tags and metric volumes endpoints. See #307.
- [Added] Add new endpoints for browser and API tests in Synthetics. See #301.
- [Added] Add
groupby_simple_monitor
option to monitors. See #300. - [Added] Allow formula and functions in query value requests. See #299.
- [Added] Allow formula and functions in toplist requests. See #298.
- [Added] Add slack resource. See #292.
- [Added] Add
detectionMethod
andnewValueOptions
fields to security monitoring rules. See #290. - [Added] Expose "event-v2 alert" monitor type. See #289.
- [Added] Add new US3 region. See #288.
- [Added] Add
org_name
field to usage attribution response. See #287. - [Changed] Make query name required in formulas and functions queries. See #311.
- [Changed] Rename objects for formulas and functions to be more generic. See #294.
- [Changed] Update response schema for service level objective operation
GetSLOHistory
. See #319.