Skip to content

Commit 676a17c

Browse files
author
Bob Strahan
committed
> Update CHANGELOG.md to consolidate duplicate BDA sync behavior entry and clarify modal text update
1 parent 0ed1ac3 commit 676a17c

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT-0
77

88
### Changed
99

10-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table.
10+
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
1111

1212
- **Removed `Bedrock Data Automation (BDA) Project ARN` CloudFormation parameter** — The deploy-time `Pattern1BDAProjectArn` parameter has been removed as it was redundant with the per-config-version BDA project management already available in the Web UI, CLI, and GraphQL API. BDA projects are now managed entirely post-deployment: enable `use_bda: true` in your configuration, then use "Sync to BDA" to create or link a BDA project, or "Sync from BDA" to import from any existing BDA project. This simplifies the deployment experience (one fewer parameter) and better aligns the CloudFormation interface with the system's actual architecture. Existing deployed stacks are unaffected — runtime BDA project ARN resolution reads from DynamoDB per-version tracking, not from the CloudFormation parameter. Also removed the unused `nested/bda-lending-project/` directory (dead code not referenced by any template) and the legacy `BDA_PROJECT_ARN` environment variable fallback from the sync resolver.
1313

@@ -46,7 +46,6 @@ SPDX-License-Identifier: MIT-0
4646

4747
### Changed
4848

49-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
5049

5150
- **OCR Benchmark Config Optimization** — Optimized `config_library/unified/ocr-benchmark` configuration with targeted field descriptions, explicit model/prompt/OCR settings, and corrected date format (YYYY-MM-DD to match ground truth). Improved overall extraction accuracy from 51.5% to 75.2% on the full 293-document benchmark at equivalent cost (~$2.62). Classification remains 100% across all 9 document classes. ([#220](https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/pull/220))
5251

@@ -88,7 +87,6 @@ SPDX-License-Identifier: MIT-0
8887

8988
### Changed
9089

91-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
9290

9391
- **Switched `idp_sdk` pyproject.toml to auto-discovery** — Replaced explicit subpackage listing with `setuptools.packages.find` using `include = ["idp_sdk*"]` so new subpackages are automatically included without manual pyproject.toml updates.
9492

@@ -226,7 +224,6 @@ SPDX-License-Identifier: MIT-0
226224

227225
### Changed
228226

229-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
230227

231228
- **HITL Decoupled from Step Functions**: HITL review operations now update document status directly in DynamoDB without triggering workflow reprocessing, improving reliability and reducing unintended side effects
232229

@@ -372,7 +369,6 @@ SPDX-License-Identifier: MIT-0
372369

373370
### Changed
374371

375-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
376372

377373
- **Scripts Directory Reorganization**
378374
- Consolidated development environment setup scripts into `scripts/setup/` subdirectory
@@ -471,7 +467,6 @@ SPDX-License-Identifier: MIT-0
471467

472468
### Changed
473469

474-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
475470

476471
- **HITL Configuration**
477472
- HITL is now disabled by default in the configuration
@@ -488,7 +483,6 @@ SPDX-License-Identifier: MIT-0
488483

489484
### Changed
490485

491-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
492486

493487
- **Lambda Layers Architecture for Improved Build Efficiency**
494488
- Replaced bundled `idp_common` package dependencies in individual Lambda functions with three shared Lambda Layers
@@ -647,7 +641,6 @@ SPDX-License-Identifier: MIT-0
647641

648642
### Changed
649643

650-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
651644

652645
- **Test Studio UI Enhancements for Improved Table Layouts and User Experience**
653646
- Added resizable columns and CollectionPreferences with wrap lines for all tables in TestComparison and TestResults
@@ -802,7 +795,6 @@ SPDX-License-Identifier: MIT-0
802795

803796
### Changed
804797

805-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
806798

807799
- **Improved Temperature and Top_P Parameter Logic for Deterministic Output**
808800
- Changed inference parameter selection logic to allow `temperature=0.0` for deterministic output (recommended by Anthropic and other model providers)
@@ -963,7 +955,6 @@ SPDX-License-Identifier: MIT-0
963955

964956
### Changed
965957

966-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
967958

968959
- **Containerized Pattern-1 and Pattern-3 Deployment Pipelines**
969960
- Migrated Pattern-1 and Pattern-3 Lambda functions to Docker image deployments (following Pattern-2 approach from v0.3.20)
@@ -998,7 +989,6 @@ SPDX-License-Identifier: MIT-0
998989

999990
### Changed
1000991

1001-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
1002992

1003993
- **Configuration Library Updates with JSON Schema Support**
1004994
- Updated configuration library with JSON schema format for lending package, bank statement, and RVL-CDIP package samples
@@ -1132,7 +1122,6 @@ SPDX-License-Identifier: MIT-0
11321122

11331123
### Changed
11341124

1135-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
11361125

11371126
- **Migrated Evaluation from EventBridge Trigger to Step Functions Workflow**
11381127
- Moved evaluation processing from external EventBridge-triggered Lambda to integrated Step Functions workflow step
@@ -1189,7 +1178,6 @@ SPDX-License-Identifier: MIT-0
11891178

11901179
### Changed
11911180

1192-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
11931181

11941182
- **Containerized Pattern-2 deployment pipeline** that builds and pushes all Lambda images via CodeBuild using the new Dockerfile, plus automated ECR cleanup and tests.
11951183
- Lambda docker image deployments have a 10 GB image size limit compared to the 250 MB zip limit of regular deployment. This however doesn't allow for viewing the code in the AWS console.
@@ -1287,7 +1275,6 @@ SPDX-License-Identifier: MIT-0
12871275

12881276
### Changed
12891277

1290-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
12911278

12921279
- Add UI code lint/validation to publish.py script
12931280

@@ -1465,7 +1452,6 @@ SPDX-License-Identifier: MIT-0
14651452

14661453
### Changed
14671454

1468-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
14691455

14701456
- **Reverted to python3.12 runtime to resolve build package dependency problems**
14711457

@@ -1542,7 +1528,6 @@ SPDX-License-Identifier: MIT-0
15421528

15431529
### Changed
15441530

1545-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
15461531

15471532
- **Updated Python Lambda Runtime to 3.13**
15481533

@@ -1613,7 +1598,6 @@ SPDX-License-Identifier: MIT-0
16131598

16141599
### Changed
16151600

1616-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
16171601

16181602
- Updated lending_package.pdf sample with more realistic driver's license image
16191603

@@ -1644,7 +1628,6 @@ SPDX-License-Identifier: MIT-0
16441628

16451629
### Changed
16461630

1647-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
16481631

16491632
- **Converted text confidence data format from JSON to markdown table for improved readability and reduced token usage**
16501633
- Removed unnecessary "page_count" field
@@ -1743,7 +1726,6 @@ SPDX-License-Identifier: MIT-0
17431726

17441727
### Changed
17451728

1746-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
17471729

17481730
- **Default behavior for image attachment in Pattern-2 and Pattern3**
17491731
- If the prompt contains a `{DOCUMENT_IMAGE}` placeholder, keep the current behavior (insert image at placeholder)
@@ -1913,7 +1895,6 @@ SPDX-License-Identifier: MIT-0
19131895

19141896
### Changed
19151897

1916-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
19171898

19181899
- Pin packages to tested versions to avoid vulnerability from incompatible new package versions.
19191900
- Updated reporting data to use document's queued_time for consistent timestamps
@@ -2077,7 +2058,6 @@ SPDX-License-Identifier: MIT-0
20772058

20782059
### Changed
20792060

2080-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
20812061

20822062
- **Simplified Model Configuration Architecture**
20832063
- Removed individual model parameters from main template: `Pattern1SummarizationModel`, `Pattern2ClassificationModel`, `Pattern2ExtractionModel`, `Pattern2SummarizationModel`, `Pattern3ExtractionModel`, `Pattern3SummarizationModel`, `EvaluationLLMModelId`
@@ -2124,7 +2104,6 @@ SPDX-License-Identifier: MIT-0
21242104

21252105
### Changed
21262106

2127-
- **Sync to BDA no longer auto-activates the config version** — Previously, performing "Sync to BDA" would automatically set the current config version as active. Since each config version now has its own BDA project, auto-activation is unnecessary. Users can manually choose which version to activate via the Versions table. The "Sync to BDA" confirmation modal text has been updated accordingly.
21282107

21292108
- Refactored code for better maintainability
21302109
- Updated UI components to support markdown table viewing

0 commit comments

Comments
 (0)