You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Performance optimizations** - Intelligent serialization, wait logic for eventual consistency, and significantly reduced execution time
19
+
-**Resource creation flow** - Better context handling to prevent timeout and deadline exceeded errors
20
+
-**Performance recommendations** - Default parallelism for ≤8 resources; use `parallelism=1` for >8 mixed resources, >5 service accounts, or >50 total resources
- Resolved plan modifier inconsistencies introduced with FGAM field additions in v0.4.0
12
-
- Fixed "Provider produced inconsistent result after apply" errors by correctly configuring UseStateForUnknown() plan modifiers for immutable vs mutable computed fields
13
-
- Immutable fields (id, created_at, creator) now use UseStateForUnknown() to prevent "(known after apply)" noise
14
-
- Mutable FGAM fields (updated_at, updater) correctly omit UseStateForUnknown() to display actual API values
25
+
-**FGAM field drift** - Resolved `updated_at`/`updater` drift with proper UseStateForUnknown plan modifiers
26
+
-**Context deadline errors** - Fixed timeout issues in policy/role creation
27
+
-**Resource deletion conflicts** - Enhanced conflict handling with DeleteLanes
28
+
-**Service account state consistency** - Resolved disappearing resources due to eventual consistency
29
+
-**FGAM conflicts** - PSLanes prevent 409 errors within same Permission System
30
+
-**Plan modifier inconsistencies** - Fixed "Provider produced inconsistent result after apply" errors
31
+
-**ETag header extraction** - Fixed issues with compressed responses
32
+
-**Test suite stability** - Removed merge conflict markers breaking CI
33
+
34
+
### Removed
35
+
-**Obsolete FGAM serialization configuration** - Removed deprecated `fgam_serialization` provider option and related documentation (replaced by more sophisticated PSLanes system)
36
+
-**Legacy API implementation** - Cleaned up unused internal/api code after client optimizations and refactoring
15
37
16
38
## [0.4.1] - 2025-01-08 [YANKED]
17
39
@@ -53,4 +75,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments