Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit cf2b689

Browse files
committed
update for release v1.0.6
1 parent f41bbce commit cf2b689

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+732
-139
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
=======
9+
10+
## [1.0.6] - 2024-03-27
11+
12+
### Security
13+
14+
- Updated node modules to patch vulnerabilities
15+
16+
### Fixed
17+
18+
- Fixed a bug in the entity detection code which caused failures on an edge case with repeating words ([issue 34](https://github.com/aws-solutions/enhanced-document-understanding-on-aws/issues/34))
19+
20+
### Updated
21+
22+
- Failure on a single entity now does not cause the whole workflow to fail, instead logging an error message and continuing
23+
824
## [1.0.5] - 2024-03-05
925

1026
### Updated

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
6363
"solution_id": "SO0281",
6464
"solution_name": "enhanced-document-understanding-on-aws",
65-
"solution_version": "v1.0.4",
65+
"solution_version": "v1.0.6",
6666
"app_namespace": "app.idp",
6767
"app_registry_name": "enhanced-document-understanding",
6868
"application_type": "AWS-Solutions",

source/infrastructure/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enhanced-document-understanding-on-aws-infrastructure",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"bin": {
55
"infrastructure": "bin/dus.js"
66
},

source/infrastructure/test/mock-lambda-func/java-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>example</groupId>
88
<artifactId>java-lambda</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.6</version>
1010

1111
<name>mock-java-lambda</name>
1212

source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/infrastructure/test/mock-lambda-func/node-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.js",
66
"scripts": {

source/infrastructure/test/mock-ui/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/infrastructure/test/mock-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mock-react-app",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"description": "Mock Reactjs app used for unit testing constructs",
55
"main": "index.js",
66
"scripts": {

source/lambda/create-presigned-url/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)