Skip to content

Commit

Permalink
Update to Version v6.2.3
Browse files Browse the repository at this point in the history
Update to Version v6.2.3
  • Loading branch information
ihmaws authored Oct 20, 2023
2 parents 29fe1e7 + c856368 commit 44368a7
Show file tree
Hide file tree
Showing 21 changed files with 559 additions and 465 deletions.
23 changes: 15 additions & 8 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).

## [6.2.3] - 2023-10-20

### Fixed

- Fixing Security Vulnerabilities

### Changed

- Updated the versions of multiple dependencies

## [6.2.2] - 2023-09-29

### Changed
Expand Down Expand Up @@ -79,9 +89,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [6.0.0] - 2021-12-21

### ⚠ BREAKING CHANGES
### Changed

Version 6.0.0 does not support upgrading from previous versions due to the update that uses the AWS CDK to generate the AWS CloudFormation template.
- **Note that** Version 6.0.0 does not support upgrading from previous versions due to the update that uses the AWS CDK to generate the AWS CloudFormation template.

### Added

Expand Down Expand Up @@ -130,10 +140,6 @@ Version 6.0.0 does not support upgrading from previous versions due to the updat

## [5.1.0] - 2020-11-19

### ⚠ BREAKING CHANGES

- **Image URL Signature**: When image URL signature is enabled, all URLs including existing URLs should have `signature` query parameter.

### Added

- Image URL signature: [#111](https://github.com/aws-solutions/serverless-image-handler/issues/111), [#203](https://github.com/aws-solutions/serverless-image-handler/issues/203), [#221](https://github.com/aws-solutions/serverless-image-handler/issues/221), [#227](https://github.com/aws-solutions/serverless-image-handler/pull/227)
Expand All @@ -159,6 +165,7 @@ Version 6.0.0 does not support upgrading from previous versions due to the updat
- Migrate unit tests to use `jest`
- Move all `aws-sdk` in `ImageHandler` Lambda function to `index.js` for the best practice
- Enhance the default error message not to show empty JSON: [#206](https://github.com/aws-solutions/serverless-image-handler/issues/206)
- **Image URL Signature**: When image URL signature is enabled, all URLs including existing URLs should have `signature` query parameter.

### Removed

Expand Down Expand Up @@ -194,7 +201,7 @@ Version 6.0.0 does not support upgrading from previous versions due to the updat
- `thumbor-mapping.js`: `99.29%` to `100%`
- `overall`: `91.55%` to `100%`

## [4.2] - 2020-02-06
## [4.2.0] - 2020-02-06

### Added

Expand Down Expand Up @@ -226,7 +233,7 @@ Version 6.0.0 does not support upgrading from previous versions due to the updat
- Fix regular expression issue: [#114](https://github.com/aws-solutions/serverless-image-handler/issues/114), [#121](https://github.com/aws-solutions/serverless-image-handler/issues/121), [#125](https://github.com/aws-solutions/serverless-image-handler/issues/125)
- Fix not working quality parameter: [#129](https://github.com/aws-solutions/serverless-image-handler/issues/129)

## [4.1] - 2019-12-31
## [4.1.0] - 2019-12-31

### Added

Expand Down
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +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
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.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ rm ./*.template.json

headline "[Package] Generate public assets for lambda and ui"
cd "$deployment_dir"/cdk-solution-helper/asset-packager && npm ci
npx ts-node ./index "$staging_dist_dir" "$build_dist_dir"
npx ts-node ./index "$staging_dist_dir" "$build_dist_dir"
rm -rf $staging_dist_dir
102 changes: 67 additions & 35 deletions deployment/cdk-solution-helper/package-lock.json

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

6 changes: 3 additions & 3 deletions deployment/cdk-solution-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/adm-zip": "^0.5.2",
"@types/jest": "^29.5.5",
"@types/node": "^20.7.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"adm-zip": "^0.5.10",
"aws-cdk-lib": "^2.99.0"
"aws-cdk-lib": "^2.102.0"
},
"overrides": {
"semver": "7.5.4"
Expand Down
2 changes: 1 addition & 1 deletion source/constructs/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"app": "npx ts-node --prefer-ts-exts bin/constructs.ts",
"context": {
"solutionId": "SO0023",
"solutionVersion": "custom-v6.2.2",
"solutionVersion": "custom-v6.2.3",
"solutionName": "serverless-image-handler"
}
}
Loading

0 comments on commit 44368a7

Please sign in to comment.