|
| 1 | +## 3.15.0 (September 7, 2022) |
| 2 | + |
| 3 | +### BUGFIXES |
| 4 | +* [datadog_security_monitoring_rule] Check for nil `metrics` values. by @juliendoutre in https://github.com/DataDog/terraform-provider-datadog/pull/1506 |
| 5 | +* [datadog_synthetics_private_location] Improve restricted_roles handling by @therve in https://github.com/DataDog/terraform-provider-datadog/pull/1519 |
| 6 | +* [datadog_synthetics_test] Fix target for packet loss assertions by @romainberger in https://github.com/DataDog/terraform-provider-datadog/pull/1527 |
| 7 | +* [provider] Handle redirects by retaining the original request/redirect body by @skarimo in https://github.com/DataDog/terraform-provider-datadog/pull/1534 |
| 8 | +* [datadog_synthetics_test] suppress whitespace diff when comparing files by @AlaricCalmette in https://github.com/DataDog/terraform-provider-datadog/pull/1518 |
| 9 | +* [datadog_dashboard] Handle empty requests definition in hostmap widget by @therve in https://github.com/DataDog/terraform-provider-datadog/pull/1546 |
| 10 | +### IMPROVEMENTS |
| 11 | +* [datadog_synthetics_test] Add DiffSupressFunc for rum settings by @bhaoui in https://github.com/DataDog/terraform-provider-datadog/pull/1532 |
| 12 | +* [datadog_monitor] Suppress diff when using `ok` and `unknown` thresholds in non `service check` monitors. by @skarimo in https://github.com/DataDog/terraform-provider-datadog/pull/1529 |
| 13 | +* [datadog_dashboard] add support for priority parameters in ManageStatus widget by @nkzou in https://github.com/DataDog/terraform-provider-datadog/pull/1525 |
| 14 | +* [datadog_monitor] add group_retention_duration and on_missing_data monitor options by @chrismdd in https://github.com/DataDog/terraform-provider-datadog/pull/1535 |
| 15 | +* [datadog_monitor] Add formula & functions by @phillip-dd in https://github.com/DataDog/terraform-provider-datadog/pull/1357 |
| 16 | +* [datadog_role] Upgrade provider from old single-permission APIs to newer UpdateRole API by @retsguj in https://github.com/DataDog/terraform-provider-datadog/pull/1542 |
| 17 | +### FEATURES |
| 18 | +* [datadog_rum_application] Add RUM Application resource support by @nkzou in https://github.com/DataDog/terraform-provider-datadog/pull/1537 |
| 19 | +### NOTES |
| 20 | +* [provider] Bump datadog-api-client to V2 by @skarimo in https://github.com/DataDog/terraform-provider-datadog/pull/1515 |
| 21 | +* Bump datadog-api-client to v2.2.0 by @skarimo in https://github.com/DataDog/terraform-provider-datadog/pull/1547 |
| 22 | + |
| 23 | +## New Contributors |
| 24 | +* @bhaoui made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/1532 |
| 25 | +* @nkzou made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/1525 |
| 26 | +* @buranmert made their first contribution in https://github.com/DataDog/terraform-provider-datadog/pull/1538 |
| 27 | + |
| 28 | +**Full Changelog**: https://github.com/DataDog/terraform-provider-datadog/compare/v3.14.0...v3.15.0 |
| 29 | + |
1 | 30 | ## 3.14.0 (July 25, 2022)
|
2 | 31 |
|
3 | 32 | ### BUGFIXES
|
|
0 commit comments