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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ SPDX-License-Identifier: MIT-0
33
33
-**Related Conditions**: Removed parameter conditions and state machine definition substitutions for both features
34
34
-**Conditional Logic**: Eliminated complex conditional logic from state machine definitions for summarization and assessment steps
35
35
36
+
### Changed
37
+
-**Updated Python Lambda Runtime to 3.13**
38
+
36
39
### ⚠️ Breaking Changes
37
40
-**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:
38
41
1. Update your configuration file to set `summarization.enabled: false` and/or `assessment.enabled: false` as needed
0 commit comments