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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ SPDX-License-Identifier: MIT-0
5
5
6
6
## [Unreleased]
7
7
8
+
### Added
9
+
8
10
## [0.3.16]
9
11
10
12
### Added
@@ -14,6 +16,13 @@ SPDX-License-Identifier: MIT-0
14
16
- Custom resource Lambda implementation for S3 vector bucket and index management (using boto3 s3vectors client) with proper IAM permissions and resource cleanup
15
17
- Unified Knowledge Base interface supporting both vector store types with automatic resource provisioning based on user selection
16
18
19
+
-**Page Limit Configuration for Classification Control**
20
+
- Added `maxPagesForClassification` configuration option to control how many pages are used during document classification
21
+
-**Default Behavior**: `"ALL"` - uses all pages for classification (existing behavior)
22
+
-**Limited Page Classification**: Set to numeric value (e.g., `"1"`, `"2"`, `"3"`) to classify only the first N pages
23
+
-**Important**: When using numeric limit, the classification result from the first N pages is applied to ALL pages in the document, effectively forcing the entire document to be assigned a single class with one section
24
+
-**Use Cases**: Performance optimization for large documents, cost reduction for documents with consistent classification patterns, simplified processing for homogeneous document types
25
+
17
26
-**CloudFormation Service Role for Delegated Deployment Access**
18
27
- Added example CloudFormation service role template that enables non-administrator users to deploy and maintain IDP stacks without requiring ongoing administrator permissions
19
28
- Administrators can provision the service role once with elevated privileges, then delegate deployment capabilities to developer/DevOps teams
@@ -26,6 +35,7 @@ SPDX-License-Identifier: MIT-0
26
35
- Fix occasional UI error 'Failed to get document details - please try again later' - resolves #58
27
36
- Fixed UI zipfile creation to exclude .aws-sam directories and .env files from deployment package
28
37
- 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
38
+
- Hardened several aspects of the new Discovery feature
0 commit comments