You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [6.2.0] - 2023-04-24
8
+
## [6.2.1] - 2023-08-03
9
+
10
+
### Fixed
11
+
12
+
- Template fails to deploy unless demo UI is enabled [#499](https://github.com/aws-solutions/serverless-image-handler/issues/499)
13
+
- Thumbor requests of images without a file extension would fail
14
+
- CloudFormation template description was not being generated
15
+
16
+
### Changed
17
+
18
+
- Upgraded build requirement to Node 16
19
+
20
+
## [6.2.0] - 2023-08-01
9
21
10
22
### Added
11
23
12
-
+ Add `cdk-helper` module to help with packaging cdk generated assets in solutions internal pipelines
13
-
+ Use [DefaultStackSynthesizer](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.DefaultStackSynthesizer.html) with different configurations to generate template for `cdk deploy` and on internal solutions pipeline
14
-
+ Add esbuild bundler for lambda functions using `NodejsFunction`, reference [aws_lambda_nodejs](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_nodejs-readme.html)
15
-
+ Refactor pipeline scripts
16
-
+ Changes semver dependency version to 7.5.2 for github reported vulnerability CVE-2022-25883
17
-
+ Changes word-wrap dependency version to aashutoshrathi/word-wrap for github reported vulnerability CVE-2023-26115
24
+
- Add `cdk-helper` module to help with packaging cdk generated assets in solutions internal pipelines
25
+
- Use [DefaultStackSynthesizer](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.DefaultStackSynthesizer.html) with different configurations to generate template for `cdk deploy` and on internal solutions pipeline
26
+
- Add esbuild bundler for lambda functions using `NodejsFunction`, reference [aws_lambda_nodejs](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_nodejs-readme.html)
27
+
- Refactor pipeline scripts
28
+
- Changes semver dependency version to 7.5.2 for github reported vulnerability CVE-2022-25883
29
+
- Changes word-wrap dependency version to aashutoshrathi/word-wrap for github reported vulnerability CVE-2023-26115
0 commit comments