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

Commit 93feb65

Browse files
authored
Updates for release v1.1.7
### Security - Updated node and python packages to patch vulnerabilities ### Fixed - Search failure when deployed with exclusively with Amazon OpenSearch option
2 parents cf6fa0a + aa8ddbb commit 93feb65

File tree

81 files changed

+11225
-8522
lines changed

Some content is hidden

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

81 files changed

+11225
-8522
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ source/infrastructure/test/mock-lambda-func/java-lambda/checkstyle-result.xml
5151
*.log
5252
.venv/**
5353
source/ui/public/pdf.worker.min.mjs
54-
.viperlightrc
54+
.viperlightrc
55+
56+
.temp_redpencil
57+
bom.json

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
=======
99

10+
## [1.1.7] - 2024-11-18
11+
12+
### Security
13+
14+
- Updated node and python packages to patch vulnerabilities
15+
16+
### Fixed
17+
18+
- Search failure when deployed with exclusively with Amazon OpenSearch option
19+
1020
## [1.1.6] - 2024-10-31
1121

1222
### Security
@@ -45,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4555

4656
## [1.1.0] - 2024-07-03
4757

48-
### Updated
58+
### Changed
4959

5060
- Added OpenSearch support
5161
- Backend bulk documents upload
@@ -75,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7585

7686
## [1.0.9] - 2024-05-16
7787

78-
### Update
88+
### Changed
7989

8090
- Updated java runtime libraries to patch vulnerabilities
8191

@@ -101,27 +111,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101111

102112
- 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))
103113

104-
### Updated
114+
### Changed
105115

106116
- Failure on a single entity now does not cause the whole workflow to fail, instead logging an error message and continuing
107117

108118
## [1.0.5] - 2024-03-05
109119

110-
### Updated
120+
### Changed
111121

112122
- Library upgrades to address security vulnerability related to `node-ip` [CVE-2023-42282](https://github.com/advisories/GHSA-78xj-cgh5-2h22)
113123
- Add dependency between Amazon S3 bucket creation and S3 bucket policy to reduce failures with `Fn::GetAtt` when retrieving bucket arn to create bucket policy
114124

115125
## [1.0.4] - 2024-01-11
116126

117-
### Updated
127+
### Changed
118128

119129
- AWS CDK and SDK upgrades
120130
- Fix an intermittent issue in AWS CloudFormation by setting explicit dependencies between resources
121131

122132
## [1.0.3] - 2023-12-07
123133

124-
### Updated
134+
### Changed
125135

126136
- Library upgrades to address security vulnerabilities.
127137
- Fix an issue with sample workflow configurations where `textract` workflow was missing before any `entity` based detection workflow.
@@ -130,14 +140,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130140

131141
## [1.0.2] - 2023-11-09
132142

133-
### Updated
143+
### Changed
134144

135145
- AWS CDK and SDK version updates
136146
- Library upgrades to address security vulnerabilities.
137147

138148
## [1.0.1] - 2023-10-18
139149

140-
### Updated
150+
### Changed
141151

142152
- Library upgrades to address security vulnerabilities
143153

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## Code of Conduct
22
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
33
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
4-
[email protected] with any additional questions or comments.
5-
4+
[email protected] with any additional questions or comments.

0 commit comments

Comments
 (0)