Releases: DataDog/datadog-api-client-typescript
Releases · DataDog/datadog-api-client-typescript
v1.0.0-beta.8
What's Changed
Fixed
- Handle lack of process variable by @therve in #494
- Add missing type to
CloudWorkloadSecurityAgentRuleAttributes
by @api-clients-generation-pipeline in #529 - Add missing type to enum by @api-clients-generation-pipeline in #531
- Add nullable user relationships to incidents and use this relationship schema for
commander_user
by @api-clients-generation-pipeline in #495
Added
- Add organization metadata to additional Usage API responses by @api-clients-generation-pipeline in #504
- Add support for formula and function in monitors by @api-clients-generation-pipeline in #508
- Add endpoint for managing SAML AuthN mappings by @api-clients-generation-pipeline in #506
- [Synthetics] Add
isCritical
to browser test steps by @api-clients-generation-pipeline in #513 - Add metrics bulk-config endpoint by @api-clients-generation-pipeline in #510
- Add support for "estimated usage attribution" by @api-clients-generation-pipeline in #526
- Add org metadata for all hourly usage endpoints by @api-clients-generation-pipeline in #530
Changed
- Add CSPM usage fields and change properties to nullable doubles by @api-clients-generation-pipeline in #488
- Use cross-fetch instead of node-fetch by @therve in #498
- Add synthetics test result failure field by @api-clients-generation-pipeline in #505
- Refactor internal APIs by @therve in #515
- Fix funnel steps definition by @api-clients-generation-pipeline in #521
- Extract incident meta object by @api-clients-generation-pipeline in #525
Security
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #500
New Contributors
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8
v1.0.0-beta.7
- [Added] Add
filter[deleted]
parameter for searching recently deleted dashboards. See #479. - [Added] Expose new signal configuration for timeout. See #484.
- [Added] Add support for authentication and proxy options in Synthetics. See #443.
- [Added] Support formulas and functions in Treemap Widget. See #473.
- [Added] Add Cloud Workload Security Agent Rules API. See #460.
- [Added] Add
offset
andlimit
parameters to usage listing endpoint. See #466. - [Added] Add monthly usage attribution API spec. See #452.
- [Added] Add missing hosts metadata fields. See #447.
- [Added] Add
replay_session_count
and update documentation forrum_session_count
. See #465. - [Added] Add retry options for a step in Synthetics multistep test. See #455.
- [Added] Document
author_name
in dashboard response. See #453. - [Added] Add organization metadata for RUM sessions usage and expose
rum_browser_and_mobile_session_count
. See #448. - [Added] Add endpoint to retrieve hourly usage attribution. See #426.
- [Added] Add support for scoped application keys. See #408.
- [Added] Add endpoint for cloning roles. See #434.
- [Added] Add organization metadata for audit logs, CWS, CSPM, DBM. See #440.
- [Added] Add
ci-pipelines alert
to monitors enum. See #433. - [Added] Add support for sunburst widget in dashboard. See #438.
- [Added] Add Limit Note for Hourly Requests. See #403.
- [Added] Add support for unstable operations. See #402.
- [Added] Expose estimated logs usage in Usage Attribution API. See #404.
- [Added] Add endpoint to get corrections applied to an SLO. See #386.
- [Added] Expose
public_id
andorg_name
in Usage API response. See #390. - [Added] Document query in
MonitorSearchResult
. See #387. - [Added] Add 429 error responses. See #371.
- [Added] Add support for profiled Fargate tasks in Usage API. See #368.
- [Added] Add support for
websocket
synthetics tests. See #369. - [Added] Add support for Synthetics UDP API tests. See #363.
- [Added] Add trigger synthetics tests endpoint. See #337.
- [Added] Add RUM Units to usage metering API. See #357.
- [Added] Add formulas and functions support to change widget. See #263.
- [Added] Add support for Azure
automute
option. See #343. - [Added] Add v2 intake endpoint. See #336.
- [Fixed] Clarify required fields for
SyntheticsAPIStep
,SyntheticsAPITest
, andSyntheticsBrowserTest
. See #367. - [Fixed] Fixes to Cloud Workload Security API. See #477.
- [Fixed] Make downtime weekdays nullable. See #457.
- [Fixed] Fix a typo in an incident field attribute description. See #415.
- [Fixed] Fix
SecurityMonitoringSignal.attributes.tags
type. See #417. - [Fixed] Allow null in required field. See #421.
- [Fixed] Be more resilient to plain text errors. See #399.
- [Fixed] Fix monitor
timeout_h
example and limits. See #382. - [Fixed] Remove event title length constraint. See #379.
- [Fixed] Mark
batch_id
in Synthetics Trigger CI response as nullable. See #373. - [Fixed] SLO Correction attributes
rrule
andduration
can be nullable. See #365. - [Fixed] Change
UsageNetworkFlowsHour.indexed_event_count
to match actual API. See #362. - [Fixed] Fix type for
ratio_in_month
in usage metering. See #352. - [Changed] Use pako for compressing payloads. See #487.
- [Changed] Remove read only fields in
EventCreateRequest
. See #475. - [Changed] Change pagination arguments for querying usage attribution. See #451.
- [Changed] Fix required target in Synthetics assertions and type in step results. See #366.
- [Deprecated] Remove session counts from RUM units response. See #429.
- [Removed] Remove deprecated AgentRule field in Security Rules API for CWS. See #446.
v1.0.0-beta.6
- [Added] Added
available_values
property to template variables schema. See #258. - [Added] Add
follow_redirects
options to test request in Synthetics. See #267. - [Added] ApmDependencyStatsQuery for formulas and functions dashboard widgets. See #278.
- [Added] Add formula and function APM resource stats query definition for dashboards. See #279.
- [Added] Add support for funnel widget in dashboards. See #286.
- [Added] Add information about creator to Synthetics tests details. See #295.
- [Added] Add support for gzip and deflate encoding. See #291.
- [Added] Add support for formulas and functions in the Scatterplot Widget for dashboards. See #284.
- [Added] Document encoding in metrics intake. See #306.
- [Added] Add
servername
property to SSL Synthetics tests request. See #305. - [Added] Add
renotify_occurrences
andrenotify_statuses
monitor options. See #315. - [Added] Add
type
andis_template
properties to notebooks. See #317. - [Added] Add endpoint to get details of a Synthetics batch. See #262.
- [Added] Add SDS to usage metering endpoint. See #321.
- [Added] Add
metrics_collection_enabled
,cspm_resource_collection_enabled
andresource_collection_enabled
to AWS integration request. See #319. - [Added] Add
apm_stats_query
property toDistributionWidgetRequest
. See #328. - [Added] Add aggregations attribute to v2 metric tag configuration. See #273.
- [Added] Add support for RRULE fields in SLO corrections. See #302.
- [Added] Improve typescript server management. See #322.
- [Fixed] Fix SLO history error response type for overall errors. See #265.
- [Fixed] Bump url-parse from 1.5.1 to 1.5.2. See #270.
- [Fixed] Mark SLO Correction Type as required. See #264.
- [Fixed] Make the name property required for APM Dependency Stat Query Dashboard Widget. See #283.
- [Fixed] Show body content for unknown responses. See #287.
- [Fixed] Fix typo in usage attribution field names for profiled containers. See #296.
- [Fixed] Make sure that OpenAPI definition are valid with real server responses. See #294.
- [Fixed] Fix incidents schemas. See #303.
- [Fixed]
IncidentFieldAttributesMultipleValue
can be nullable. See #304. - [Fixed] Remove event title length constraint. See #300.
- [Fixed] Use plural form for dbm hosts usage properties. See #312.
- [Security] Bump tmpl from 1.0.4 to 1.0.5. See #289.
- [Changed] Fix SLO history schema for groups and monitors fields. See #272.
- [Changed] Remove metadata from required list for metric SLO history endpoint. See #277.
- [Changed] Use AVG aggregation function for DBM queries. See #290.
- [Changed] Enable compression in responses. See #314.
- [Changed] Update Synthetics CI test metadata. See #311.
- [Deprecated] Update property descriptions for Dashboard RBAC release. See #335.
v1.0.0-beta.5
- [Added] Add config variables to Synthetics browser test config. See #257.
- [Added] Add DBM usage endpoint. See #244.
- [Added] Add
audit alert
monitor type. See #254. - [Added] Add
batch_id
to the synthetics trigger endpoint response. See #252. - [Added] Adding support for security monitoring rule
type
property. See #242. - [Added] Add events data source to Dashboard widgets. See #243.
- [Added] Add restricted roles for Synthetics global variables. See #248.
- [Added] Add webhooks integration. See #247.
- [Added] Add missing synthetics variable parser type
x_path
. See #246. - [Added] Improve resiliency of typescript SDK when deserialising enums/oneOfs. See #217.
- [Added] Add
audit_stream
toListStreamSource
. See #236. - [Added] Add percentile to dashboard
WidgetAggregator
schema. See #232. - [Added] Add
id_str
property to Event response. See #238. - [Added] Add edge to Synthetics devices. See #241.
- [Added] Add endpoints to manage Service Accounts v2. See #224.
- [Added] Add
new_group_delay
and deprecatenew_host_delay
monitor properties. See #235. - [Added] Add
include_descendants
param to usage attribution API. See #240. - [Added] Add support for list widget in dashboards. See #206.
- [Added] Extend dashbords table widget requests to support formulas and functions. See #223.
- [Added] Add CSPM to usage attribution. See #214.
- [Added] Add support for dashboard bulk delete, restore endpoints. See #204.
- [Added] Add support for audit logs data source in dashboards. See #218.
- [Fixed] Fix DD_SITE management. See #259.
- [Fixed] Minor fixes of the incident schema. See #249.
v1.0.0-beta.4
- [Added] Add
allow_insecure
option for multistep steps in Synthetics. See #212. - [Added] Add support for
GET /api/v2/application_keys/{app_key_id}
. See #205. - [Added] Add
meta
property with pagination info toSLOCorrectionList
endpoint response. See #202. - [Added] Add support for
treemap
widget. See #195. - [Added] Add missing properties
query_index
andtag_set
toMetricsQueryMetadata
. See #186. - [Added] Add missing fields
hasExtendedTitle
,type
,version
andupdateAuthorId
for Security Monitoring Rule endpoints. See #182. - [Added] Dashboard RBAC role support. See #179.
- [Added] Add missing fields in usage billable summary keys. See #176.
- [Fixed] Fix
status
property name for browser error status in Synthetics. See #213. - [Fixed] Remove US only constraint for AWS tag filtering. See #189.
- [Fixed] Handle null in query metrics unit. See #184.
- [Security] Bump color-string from 1.5.4 to 1.5.5. See #200.
- [Changed] Add separate schema for deleting AWS account. See #211.
- [Changed] Specify format of
report_id
parameter. See #209. - [Changed] Remove Synthetics tick interval enum. See #187.
- [Removed] Remove deprecated endpoints
/api/v1/usage/traces
and/api/v1/usage/tracing-without-limits
. See #215.
v1.0.0-beta.3
v1.0.0-beta.2
Test automated release.
v1.0.0-beta.1
Fix published package.
v1.0.0-beta.0
- [Added] Initial beta release of the Datadog API Client