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
-**Cost Optimization**: When disabled, no LLM API calls or S3 operations are performed
56
56
-**Configuration Example**: Set `assessment.enabled: false` to disable, `enabled: true` to enable (default)
57
57
58
+
-**Add guides and helper scripts for setting up EC2-based development environment**
59
+
-**Add guides and helper scripts for setting up MacOS development environment**
60
+
58
61
### Removed
59
62
-**CloudFormation Parameters**: Removed `IsSummarizationEnabled` and `IsAssessmentEnabled` parameters from all pattern templates
60
63
-**Related Conditions**: Removed parameter conditions and state machine definition substitutions for both features
61
64
-**Conditional Logic**: Eliminated complex conditional logic from state machine definitions for summarization and assessment steps
62
65
63
-
### Changed
64
-
-**Updated Python Lambda Runtime to 3.13**
65
-
66
66
### ⚠️ Breaking Changes
67
67
-**Configuration Migration Required**: When updating a stack that previously had `IsSummarizationEnabled` or `IsAssessmentEnabled` set to `false`, these features will now default to `enabled: true` after the update. To maintain the disabled behavior:
68
68
1. Update your configuration file to set `summarization.enabled: false` and/or `assessment.enabled: false` as needed
69
69
2. Save the configuration changes immediately after the stack update
70
70
3. This ensures continued cost optimization by preventing unexpected LLM API calls
71
71
-**Action Required**: Review your current CloudFormation parameter settings before updating and update your configuration accordingly to preserve existing behavior
72
72
73
+
### Changed
74
+
-**Updated Python Lambda Runtime to 3.13**
75
+
73
76
### Fixed
74
77
-**Fixed B615 "Unsafe Hugging Face Hub download without revision pinning" security finding in Pattern-3 fine-tuning module** - Added revision pinning with to prevent supply chain attacks and ensure reproducible deployments
75
78
-**Fixed CloudWatch Log Group Missing Retention regression**
0 commit comments