Releases: DataDog/datadog-api-client-python
Releases · DataDog/datadog-api-client-python
1.11.0
What's Changed
Fixed
- Fix type for
date
field inLogsByRetentionMonthlyUsage
by @api-clients-generation-pipeline in #864 - Fix org name maximum by @api-clients-generation-pipeline in #894
- Fix pagination for top avg metrics endpoint by @api-clients-generation-pipeline in #899
- Rename models and operations with mixed cases by @therve in #904
- Fix generation of oneOf types by @jirikuncar in #921
- Allow bool coercion/conversion by @therve in #922
- Fix type of nullable additionalProperties by @jirikuncar in #926
- Make type optional for synthetics basic auth model by @api-clients-generation-pipeline in #933
- Fix camel case version of
ListSLOs
by @jirikuncar in #955 - Serialize body in async client by @therve in #952
- Set correct type for
tags
property by @api-clients-generation-pipeline in #950
Added
- Add impossible travel detection method by @api-clients-generation-pipeline in #855
- Add CI App usage endpoint and usage summary columns by @api-clients-generation-pipeline in #860
- [RUM] Add search endpoints by @api-clients-generation-pipeline in #859
- Add support for getting online archive usage by @api-clients-generation-pipeline in #868
- Add endpoint for retrieving audit logs by @api-clients-generation-pipeline in #866
- Add support for Error Tracking monitors by @api-clients-generation-pipeline in #896
- Add support for
ci-pipelines
monitor using Formulas and Functions by @api-clients-generation-pipeline in #906 - Add aggregate endpoint for RUM by @api-clients-generation-pipeline in #919
- Add
median
aggregation functions to RUM and logs by @api-clients-generation-pipeline in #931 - Add endpoint for validation of existing monitors by @api-clients-generation-pipeline in #932
- Create new ListStreamSource types in order to deprecate ISSUE_STREAM by @api-clients-generation-pipeline in #939
- [Query Value Widget] Add the timeseries background by @api-clients-generation-pipeline in #930
- Add
restricted_roles
to Synthetics tests and private locations by @api-clients-generation-pipeline in #941 - Add v2 SAML config IdP Metadata upload endpoint by @api-clients-generation-pipeline in #948
- Support pagination in Python by @api-clients-generation-pipeline in #957
- Add Usage API endpoint for observability-pipelines and add properties to v1 GetUsageSummary by @api-clients-generation-pipeline in #928
- Add Historical Chargeback Summary endpoint by @api-clients-generation-pipeline in #967
Changed
- Move shared modules outside of versions by @therve in #870
- Bump minimum python by @therve in #883
- Migrate to a global configuration by @therve in #900
Removed
- Remove
lambda_usage
andlambda_percentage
from usage API by @api-clients-generation-pipeline in #914 - [dashboards] Removed
issue_stream
type fromListStreamSource
by @api-clients-generation-pipeline in #944
Deprecated
- [monitors] Deprecate
locked
property and clarify documentation forrestricted_roles
by @api-clients-generation-pipeline in #888
New Contributors
- @juan-fernandez made their first contribution in #869
Full Changelog: 1.10.0...1.11.0
1.10.0
What's Changed
Fixed
- Add missing type to enum by @api-clients-generation-pipeline in #844
- Add nullable user relationships to incidents and use this relationship schema for
commander_user
by @api-clients-generation-pipeline in #799 - Fix event intake response by @api-clients-generation-pipeline in #849
- Use custom generator by @therve in #853
Added
- [Synthetics] Add missing option for SSL tests by @api-clients-generation-pipeline in #851
Full Changelog: 1.9.0...1.10.0
1.9.0
What's Changed
Fixed
- Add missing type to
CloudWorkloadSecurityAgentRuleAttributes
by @api-clients-generation-pipeline in #841
Added
- Add organization metadata to additional Usage API responses by @api-clients-generation-pipeline in #809
- Add support for formula and function in monitors by @api-clients-generation-pipeline in #815
- Add endpoint for managing SAML AuthN mappings by @api-clients-generation-pipeline in #813
- [Synthetics] Add
isCritical
to browser test steps by @api-clients-generation-pipeline in #826 - Add metrics bulk-config endpoint by @api-clients-generation-pipeline in #818
- Add support for "estimated usage attribution" by @api-clients-generation-pipeline in #839
- Add org metadata for all hourly usage endpoints by @api-clients-generation-pipeline in #843
Changed
- Add CSPM usage fields and change properties to nullable doubles by @api-clients-generation-pipeline in #795
- Add synthetics test result failure field by @api-clients-generation-pipeline in #811
- Fix funnel steps definition by @api-clients-generation-pipeline in #832
- Store unknown model properties in
_data_store
map by @therve in #837 - Extract incident meta object by @api-clients-generation-pipeline in #838
Full Changelog: 1.8.0...1.9.0
1.8.0
- [Added] Add
filter[deleted]
parameter for searching recently deleted dashboards. See #787. - [Added] Add support for authentication and proxy options in Synthetics. See #742.
- [Added] Support formulas and functions in Treemap Widget. See #782.
- [Added] Add Cloud Workload Security Agent Rules API. See #769.
- [Added] Add
offset
andlimit
parameters to usage listing endpoint. See #774. - [Added] Add monthly usage attribution API spec. See #754.
- [Added] Add missing hosts metadata fields. See #747.
- [Added] Add
replay_session_count
and update documentation forrum_session_count
. See #773. - [Added] Add retry options for a step in Synthetics multistep test. See #758.
- [Added] Document
author_name
in dashboard response. See #755. - [Added] Add organization metadata for RUM sessions usage and expose
rum_browser_and_mobile_session_count
. See #748. - [Added] Add endpoint to retrieve hourly usage attribution. See #724.
- [Added] Add support for scoped application keys. See #705.
- [Added] Add endpoint for cloning roles. See #732.
- [Added] Add organization metadata for audit logs, CWS, CSPM, DBM. See #740.
- [Added] Add
ci-pipelines alert
to monitors enum. See #731. - [Added] Add support for sunburst widget in dashboard. See #736.
- [Added] Add async client to Python. See #737.
- [Fixed] Clarify required fields for
SyntheticsAPIStep
,SyntheticsAPITest
, andSyntheticsBrowserTest
. See #667. - [Fixed] Fixes to Cloud Workload Security API. See #785.
- [Fixed] Make downtime weekdays nullable. See #761.
- [Fixed] Do type conversion all the time in Python. See #757.
- [Fixed] Fix a typo in an incident field attribute description. See #713.
- [Fixed] Fix
SecurityMonitoringSignal.attributes.tags
type. See #716. - [Changed] Remove read only fields in
EventCreateRequest
. See #783. - [Changed] Change pagination arguments for querying usage attribution. See #753.
- [Deprecated] Remove session counts from RUM units response. See #728.
- [Removed] Remove deprecated AgentRule field in Security Rules API for CWS. See #746.
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.