Skip to content

Commit

Permalink
update to version 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkrol committed Sep 29, 2023
1 parent 3c98d1f commit 29fe1e7
Show file tree
Hide file tree
Showing 20 changed files with 8,955 additions and 9,449 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.2] - 2023-09-29

### Changed

- Update package.json Author
- Modify some license headers to maintain consistency

### Security

- Upgraded sharp to v0.32.6 for vulnerability CVE-2023-4863
- Upgraded outdated NPM packages

## [6.2.1] - 2023-08-03

### Fixed
Expand Down Expand Up @@ -225,7 +237,7 @@ Version 6.0.0 does not support upgrading from previous versions due to the updat

- Lambda functions runtime to nodejs12.x
- sharp version (from 0.21.3 to 0.23.3)
- Image handler function to use Composite API (https://sharp.pixelplumbing.com/en/stable/api-composite/)
- Image handler function to use Composite API (<https://sharp.pixelplumbing.com/en/stable/api-composite/>)
- License to Apache-2.0

### Removed
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ If you discover a potential security issue in this project we ask that you notif
## Licensing

See the [LICENSE](https://github.com/aws-solutions/serverless-image-handler/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
8 changes: 7 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Serverless Image Handler

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
specific language governing permissions and limitations under the License.

**********************
THIRD PARTY COMPONENTS
Expand All @@ -22,12 +28,12 @@ This software includes third party software subject to the following copyrights:
@types/color-name under the Massachusetts Institute of Technology (MIT) license
@types/jest under the Massachusetts Institute of Technology (MIT) license
@types/node under the Massachusetts Institute of Technology (MIT) license
@types/sharp under the Massachusetts Institute of Technology (MIT) license
@types/uuid under the Massachusetts Institute of Technology (MIT) license
@typescript-eslint/eslint-plugin under the Massachusetts Institute of Technology (MIT) license
@typescript-eslint/parser under the BSD 2-Clause license
adm-zip under the Massachusetts Institute of Technology (MIT) license
aws-cdk under the Apache License 2.0
aws-cdk-lib under the Apache License 2.0
aws-sdk under the Apache License 2.0
axios under the Massachusetts Institute of Technology (MIT) license
bootstrap under the Massachusetts Institute of Technology (MIT) license
Expand Down
Loading

0 comments on commit 29fe1e7

Please sign in to comment.