Skip to content

Commit 27d1346

Browse files
author
Bob Strahan
committed
Add version specific template links for each release
1 parent a09d887 commit 27d1346

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ SPDX-License-Identifier: MIT-0
4747
- Removed dead code from previous refactors in batch_processor.py (51 lines)
4848
- Replaced hardcoded absolute paths with dynamic path resolution in rerun_processor.py for cross-platform compatibility
4949

50+
### Templates
51+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.21.yaml`
52+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.21.yaml`
53+
- eu-central-1: `https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main_0.3.21.yaml`
54+
5055
## [0.3.20]
5156

5257
### Added
@@ -98,6 +103,9 @@ SPDX-License-Identifier: MIT-0
98103
### Known Issues
99104
- **GovCloud Deployments fail, due to lack of ARM support for CodeBuild. Fix targeted for next release.**
100105

106+
### Templates
107+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.20.yaml`
108+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.20.yaml`
101109

102110
## [0.3.19]
103111

@@ -125,6 +133,10 @@ SPDX-License-Identifier: MIT-0
125133
- **Solution**: Refactored `reprocess_document_resolver` to directly create fresh Document objects and queue to SQS, completely bypassing S3 event notifications
126134
- **Benefits**: Eliminates unnecessary S3 copy operations (cost savings)
127135

136+
### Templates
137+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.19.yaml`
138+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.19.yaml`
139+
128140
## [0.3.18]
129141

130142
### Added
@@ -140,6 +152,10 @@ SPDX-License-Identifier: MIT-0
140152

141153
- Defect in v0.3.17 causing workflow tracker failure to (1) update status of failed workflows, and (2) update reporting database for all workflows #72
142154

155+
### Templates
156+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.18.yaml`
157+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.18.yaml`
158+
143159
## [0.3.17]
144160

145161
### Added
@@ -168,6 +184,10 @@ SPDX-License-Identifier: MIT-0
168184
- Added optional Bedrock Guardrails support to (a) Agent Analytics and (b) Chat with Document
169185
- Fixed regressions on Permission Boundary support for all roles, and added autimated tests to prevent recurrance - fixes #70
170186

187+
### Templates
188+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.17.yaml`
189+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.17.yaml`
190+
171191
## [0.3.16]
172192

173193
### Added
@@ -198,6 +218,10 @@ SPDX-License-Identifier: MIT-0
198218
- Added security recommendation to set LogLevel parameter to WARN or ERROR (not INFO) for production deployments to prevent logging of sensitive information including PII data, document contents, and S3 presigned URLs
199219
- Hardened several aspects of the new Discovery feature
200220

221+
### Templates
222+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.16.yaml`
223+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.16.yaml`
224+
201225
## [0.3.15]
202226

203227
### Added
@@ -253,6 +277,10 @@ SPDX-License-Identifier: MIT-0
253277
- Fixed bug in list of models supporting cache points - previously claude 4 sonnet and opus had been excluded.
254278
- Validations added at the assessment step for checking valid json response. The validation fails after extraction/assessment is complete if json parsing issues are encountered.
255279

280+
### Templates
281+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.15.yaml`
282+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.15.yaml`
283+
256284
## [0.3.14]
257285

258286
### Added
@@ -277,6 +305,10 @@ SPDX-License-Identifier: MIT-0
277305
- Simplify UDOP model path construction and avoid invalid default for regions other than us-east-1 and us-west-2
278306
- Permission regression from previous release affecting "Chat with Document"
279307

308+
### Templates
309+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.14.yaml`
310+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.14.yaml`
311+
280312
## [0.3.13]
281313

282314
### Added
@@ -326,6 +358,10 @@ SPDX-License-Identifier: MIT-0
326358

327359
- **Improved Visual Edit bounding box position when using image zoom or pan**
328360

361+
### Templates
362+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.13.yaml`
363+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.13.yaml`
364+
329365
## [0.3.12]
330366

331367
### Added
@@ -403,6 +439,10 @@ SPDX-License-Identifier: MIT-0
403439
- **Root Cause**: Processing large PDFs with high-resolution images (7469×9623 pixels) caused memory spikes when 20 concurrent workers each held ~101MB images simultaneously, exceeding the 4GB Lambda memory limit
404440
- **Optimal Solution**: Refactored image extraction to render directly at target dimensions using PyMuPDF matrix transformations, completely eliminating oversized image creation
405441

442+
### Templates
443+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.12.yaml`
444+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.12.yaml`
445+
406446
## [0.3.11]
407447

408448
### Added
@@ -412,6 +452,10 @@ SPDX-License-Identifier: MIT-0
412452
- **Browser tab icon** now features a blue background with a white "IDP"
413453
- **Experimental new classification method** - multimodalPageBoundaryClassification - for detecting section boundaries during page level classification.
414454

455+
### Templates
456+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.11.yaml`
457+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.11.yaml`
458+
415459
## [0.3.10]
416460

417461
### Added
@@ -433,6 +477,10 @@ SPDX-License-Identifier: MIT-0
433477
- Tables are configured with partition projection for efficient date-based queries without manual partition management
434478
- Automatic schema evolution - tables update when new fields are detected in extraction results
435479

480+
### Templates
481+
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.3.10.yaml`
482+
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.3.10.yaml`
483+
436484
## [0.3.9]
437485

438486
### Added

0 commit comments

Comments
 (0)