Skip to content

Commit fef9d3d

Browse files
author
github-actions[bot]
committed
chore: update changelog and release notes for version 3.7.0
1 parent dc8e532 commit fef9d3d

10 files changed

+43
-40
lines changed

.changes/3.7.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 3.7.0 - 2025-04-29
2+
3+
### ✨ Added
4+
5+
* [#719](https://github.com/microsoft/terraform-provider-power-platform/issues/719) Operation lifecycle operation continue on HTTP 409 responses
6+
7+
### 💫 Changed
8+
9+
* [#736](https://github.com/microsoft/terraform-provider-power-platform/issues/736) Include debug symbols in goreleaser builds by removing -s -w flags from ldflags
10+
11+
### 🪲 Fixed
12+
13+
* [#720](https://github.com/microsoft/terraform-provider-power-platform/issues/720) Corrected validator logic in OtherFieldRequiredWhenValueOfValidator to properly handle field comparison cases
14+
* [#703](https://github.com/microsoft/terraform-provider-power-platform/issues/703) Updated StringSliceToSet function to return an error instead of panicking when conversion fails
15+
* [#706](https://github.com/microsoft/terraform-provider-power-platform/issues/706) Replace panic calls with proper error handling in tenant_settings dto.go
16+
* [#709](https://github.com/microsoft/terraform-provider-power-platform/issues/709) Fixed misleading error message and debug log typos in the User resource
17+
* [#745](https://github.com/microsoft/terraform-provider-power-platform/issues/745) fix: add http.StatusConflict to API response handling in enterprise and managed environment services
18+
19+
### 📚 Documentation
20+
21+
* [#741](https://github.com/microsoft/terraform-provider-power-platform/issues/741) Add security considerations guide

.changes/unreleased/added-20250424-132557.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/changed-20250428-210552.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/documentation-20250426-224430.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250424-143838.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250424-152806.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250424-182510.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250428-083052.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20250428-093846.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## 3.7.0 - 2025-04-29
11+
12+
### ✨ Added
13+
14+
* [#719](https://github.com/microsoft/terraform-provider-power-platform/issues/719) Operation lifecycle operation continue on HTTP 409 responses
15+
16+
### 💫 Changed
17+
18+
* [#736](https://github.com/microsoft/terraform-provider-power-platform/issues/736) Include debug symbols in goreleaser builds by removing -s -w flags from ldflags
19+
20+
### 🪲 Fixed
21+
22+
* [#720](https://github.com/microsoft/terraform-provider-power-platform/issues/720) Corrected validator logic in OtherFieldRequiredWhenValueOfValidator to properly handle field comparison cases
23+
* [#703](https://github.com/microsoft/terraform-provider-power-platform/issues/703) Updated StringSliceToSet function to return an error instead of panicking when conversion fails
24+
* [#706](https://github.com/microsoft/terraform-provider-power-platform/issues/706) Replace panic calls with proper error handling in tenant_settings dto.go
25+
* [#709](https://github.com/microsoft/terraform-provider-power-platform/issues/709) Fixed misleading error message and debug log typos in the User resource
26+
* [#745](https://github.com/microsoft/terraform-provider-power-platform/issues/745) fix: add http.StatusConflict to API response handling in enterprise and managed environment services
27+
28+
### 📚 Documentation
29+
30+
* [#741](https://github.com/microsoft/terraform-provider-power-platform/issues/741) Add security considerations guide
31+
1032
## 3.6.0 - 2025-04-24
1133

1234
### ✨ Added

0 commit comments

Comments
 (0)