Skip to content

Commit d6dfa0e

Browse files
author
Bob Strahan
committed
docs: reorganize changelog and add development environment setup guides
1 parent 0824055 commit d6dfa0e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,24 @@ SPDX-License-Identifier: MIT-0
5555
- **Cost Optimization**: When disabled, no LLM API calls or S3 operations are performed
5656
- **Configuration Example**: Set `assessment.enabled: false` to disable, `enabled: true` to enable (default)
5757

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+
5861
### Removed
5962
- **CloudFormation Parameters**: Removed `IsSummarizationEnabled` and `IsAssessmentEnabled` parameters from all pattern templates
6063
- **Related Conditions**: Removed parameter conditions and state machine definition substitutions for both features
6164
- **Conditional Logic**: Eliminated complex conditional logic from state machine definitions for summarization and assessment steps
6265

63-
### Changed
64-
- **Updated Python Lambda Runtime to 3.13**
65-
6666
### ⚠️ Breaking Changes
6767
- **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:
6868
1. Update your configuration file to set `summarization.enabled: false` and/or `assessment.enabled: false` as needed
6969
2. Save the configuration changes immediately after the stack update
7070
3. This ensures continued cost optimization by preventing unexpected LLM API calls
7171
- **Action Required**: Review your current CloudFormation parameter settings before updating and update your configuration accordingly to preserve existing behavior
7272

73+
### Changed
74+
- **Updated Python Lambda Runtime to 3.13**
75+
7376
### Fixed
7477
- **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
7578
- **Fixed CloudWatch Log Group Missing Retention regression**

0 commit comments

Comments
 (0)