Skip to content

Commit d89bf04

Browse files
mawasilegithub-actions[bot]
andauthored
Merge changelog entries for v3.7.1 release (#769)
Co-authored-by: github-actions[bot] <tfmod442916@users.noreply.github.com>
1 parent f4bdfde commit d89bf04

13 files changed

+37
-55
lines changed

.changes/3.7.1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 3.7.1 - 2025-05-13
2+
3+
### 🪲 Fixed
4+
5+
* [#702](https://github.com/microsoft/terraform-provider-power-platform/issues/702) Fix retryAfter function to properly handle all formats of Retry-After HTTP header as defined in RFC 7231
6+
* [#705](https://github.com/microsoft/terraform-provider-power-platform/issues/705) Replace panic with error handling in environment_settings models.go
7+
* [#707](https://github.com/microsoft/terraform-provider-power-platform/issues/707) Added nil check for HTTP response in doRequest method to prevent potential nil pointer dereference
8+
* [#708](https://github.com/microsoft/terraform-provider-power-platform/issues/708) Improve DeleteEnvironment function behavior: Handle 404 responses gracefully and adjust state management in Delete method
9+
* [#710](https://github.com/microsoft/terraform-provider-power-platform/issues/710) Fixed improper error handling by replacing err.Error() calls with properly wrapped errors using fmt.Errorf() with %w verb or directly passing the error object. This preserves error context and enables better debugging.
10+
* [#687](https://github.com/microsoft/terraform-provider-power-platform/issues/687) Fixed an issue where required field validation could fail incorrectly if the referenced field was missing or not unique in the configuration.
11+
* [#749](https://github.com/microsoft/terraform-provider-power-platform/issues/749) Nil pointer dereference in regex validation.
12+
* [#704](https://github.com/microsoft/terraform-provider-power-platform/issues/704) Replaced panic with proper error handling in ExecuteApiRequest function
13+
* [#756](https://github.com/microsoft/terraform-provider-power-platform/issues/756) fix: refine current value check in MakeFieldRequiredWhenOtherFieldDoesNotHaveValueValidator
14+
* [#767](https://github.com/microsoft/terraform-provider-power-platform/issues/767) feat: implement conflict handling and retry logic for environment operations
15+
16+
### 📚 Documentation
17+
18+
* [#768](https://github.com/microsoft/terraform-provider-power-platform/issues/768) documentation for governance

.changes/unreleased/documentation-20250513-045753.yaml

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

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

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

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

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

.changes/unreleased/fixed-20250425-075151.yaml

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

.changes/unreleased/fixed-20250425-110134.yaml

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

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

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

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

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

.changes/unreleased/fixed-20250429-153504.yaml

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

.changes/unreleased/fixed-20250430-064642.yaml

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

0 commit comments

Comments
 (0)