Skip to content

Commit

Permalink
Upgrade to version v1.1.10
Browse files Browse the repository at this point in the history
### Security

- Updated node modules to patch vulnerabilities

### Fixed

- Raw text rendering in the UI. See [GitHub issue](#87) for further details.
  • Loading branch information
tabdunabi authored Jan 28, 2025
2 parents c0b83bd + b3ea589 commit 8985255
Show file tree
Hide file tree
Showing 44 changed files with 94 additions and 79 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.10] - 2025-01-28

### Security

- Updated node modules to patch vulnerabilities

### Fixed

- Raw text rendering in the UI. See [GitHub issue](https://github.com/aws-solutions/enhanced-document-understanding-on-aws/issues/87) for further details.

## [1.1.9] - 2025-01-14

### Security
Expand Down
2 changes: 1 addition & 1 deletion source/infrastructure/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
"solution_id": "SO0281",
"solution_name": "enhanced-document-understanding-on-aws",
"solution_version": "v1.1.9",
"solution_version": "v1.1.10",
"app_namespace": "app.idp",
"app_registry_name": "enhanced-document-understanding",
"application_type": "AWS-Solutions",
Expand Down
5 changes: 3 additions & 2 deletions source/infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enhanced-document-understanding-on-aws-infrastructure",
"version": "1.1.9",
"version": "1.1.10",
"bin": {
"infrastructure": "bin/dus.js"
},
Expand Down Expand Up @@ -80,4 +80,4 @@
"type": "git",
"url": "https://github.com/aws-solutions/enhanced-document-understanding-on-aws"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mock-python-lambda"
version = "1.1.9"
version = "1.1.10"
authors = [ "Amazon Web Services" ]
description = "Mock function for infra testing"
packages = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>example</groupId>
<artifactId>java-lambda</artifactId>
<version>1.1.9</version>
<version>1.1.10</version>

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

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-lambda",
"version": "1.1.9",
"version": "1.1.10",
"description": "A mock lambda implementation for CDK infrastructure unit",
"main": "index.js",
"scripts": {
Expand All @@ -17,4 +17,4 @@
"url": "https://aws.amazon.com/solutions"
},
"license": "Apache-2.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mock-python-lambda"
version = "1.1.9"
version = "1.1.10"
authors = [ "Amazon Web Services" ]
description = "Mock function for infra testing"
packages = [
Expand Down
4 changes: 2 additions & 2 deletions source/infrastructure/test/mock-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/infrastructure/test/mock-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-react-app",
"version": "1.1.9",
"version": "1.1.10",
"description": "Mock Reactjs app used for unit testing constructs",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions source/lambda/create-presigned-url/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/lambda/create-presigned-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-presigned-url",
"version": "1.1.9",
"version": "1.1.10",
"description": "This lambda has minimal permissions required to create downloadable presigned URLs for documents.",
"main": "index.js",
"scripts": {
Expand All @@ -27,4 +27,4 @@
"jest": "^29.7.0",
"prettier": "^3.3.3"
}
}
}
2 changes: 1 addition & 1 deletion source/lambda/custom-resource/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resource"
version = "1.1.9"
version = "1.1.10"
authors = [ "Amazon Web Services" ]
description = "Perform specific operations triggered by AWS CloudFormation events"
packages = [
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/entity-detection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/lambda/entity-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entity-detection",
"version": "1.1.9",
"version": "1.1.10",
"description": "This lambda function detects entities within Text",
"main": "index.js",
"scripts": {
Expand All @@ -27,4 +27,4 @@
"overrides": {
"cross-spawn": "^7.0.5"
}
}
}
4 changes: 2 additions & 2 deletions source/lambda/fetch-records/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/lambda/fetch-records/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-records",
"version": "1.1.9",
"version": "1.1.10",
"description": "This lambda backs the ApiGateway REST endpoint to process record and document fetch requests",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"overrides": {
"cross-spawn": "^7.0.5"
}
}
}
4 changes: 2 additions & 2 deletions source/lambda/get-inferences/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/lambda/get-inferences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-inferences",
"version": "1.1.9",
"version": "1.1.10",
"description": "This lambda function is used to get inference results by backing the rest-endpoints",
"main": "index.js",
"scripts": {
Expand All @@ -24,4 +24,4 @@
"overrides": {
"cross-spawn": "^7.0.5"
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/lambda/layers/aws-node-user-agent-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-nodesdk-custom-config",
"version": "1.1.9",
"version": "1.1.10",
"description": "AWS Nodejs SDK Config intialization layer",
"main": "index.js",
"scripts": {
Expand All @@ -24,4 +24,4 @@
"url": "https://aws.amazon.com/solutions"
},
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions source/lambda/layers/aws-sdk-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/lambda/layers/aws-sdk-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-layer",
"version": "1.1.9",
"version": "1.1.10",
"description": "AWS Nodejs SDK layer",
"dependencies": {
"aws-sdk": "^2.1613.0"
Expand All @@ -10,4 +10,4 @@
"url": "https://aws.amazon.com/solutions"
},
"license": "Apache-2.0"
}
}
2 changes: 1 addition & 1 deletion source/lambda/layers/aws_boto3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "boto3-layer"
version = "1.1.9"
version = "1.1.10"
authors = [ "Amazon Web Services" ]
description = "Layer for AWS Boto3 python SDK"
packages = [
Expand Down
11 changes: 6 additions & 5 deletions source/lambda/layers/common-node-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions source/lambda/layers/common-node-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-node-lib",
"version": "1.1.9",
"version": "1.1.10",
"description": "Common libraries shared by all lambda node modules",
"scripts": {
"test": "jest --coverage --silent --verbose",
Expand Down Expand Up @@ -34,6 +34,7 @@
"overrides": {
"@babel/traverse": "^7.23.2",
"find-my-way": "^8.2.2",
"cross-spawn": "^7.0.5"
"cross-spawn": "^7.0.5",
"undici": "^5.28.5"
}
}
}
Loading

0 comments on commit 8985255

Please sign in to comment.