Skip to content

Commit

Permalink
Updates for release v1.1.7
Browse files Browse the repository at this point in the history
### Security
- Updated node and python packages to patch vulnerabilities

### Fixed
- Search failure when deployed with exclusively with Amazon OpenSearch option
  • Loading branch information
tabdunabi authored Nov 18, 2024
2 parents cf6fa0a + aa8ddbb commit 93feb65
Showing 81 changed files with 11,225 additions and 8,522 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -51,4 +51,7 @@ source/infrastructure/test/mock-lambda-func/java-lambda/checkstyle-result.xml
*.log
.venv/**
source/ui/public/pdf.worker.min.mjs
.viperlightrc
.viperlightrc

.temp_redpencil
bom.json
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

=======

## [1.1.7] - 2024-11-18

### Security

- Updated node and python packages to patch vulnerabilities

### Fixed

- Search failure when deployed with exclusively with Amazon OpenSearch option

## [1.1.6] - 2024-10-31

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

## [1.1.0] - 2024-07-03

### Updated
### Changed

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

## [1.0.9] - 2024-05-16

### Update
### Changed

- Updated java runtime libraries to patch vulnerabilities

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

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

### Updated
### Changed

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

## [1.0.5] - 2024-03-05

### Updated
### Changed

- Library upgrades to address security vulnerability related to `node-ip` [CVE-2023-42282](https://github.com/advisories/GHSA-78xj-cgh5-2h22)
- 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

## [1.0.4] - 2024-01-11

### Updated
### Changed

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

## [1.0.3] - 2023-12-07

### Updated
### Changed

- Library upgrades to address security vulnerabilities.
- 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

## [1.0.2] - 2023-11-09

### Updated
### Changed

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

## [1.0.1] - 2023-10-18

### Updated
### Changed

- Library upgrades to address security vulnerabilities

3 changes: 1 addition & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
opensource-codeofconduct@amazon.com with any additional questions or comments.

opensource-codeofconduct@amazon.com with any additional questions or comments.
Loading

0 comments on commit 93feb65

Please sign in to comment.