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
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,32 @@ 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.3.0] - 2024-09-09
9
+
10
+
### Added
11
+
12
+
- Additional anonymized metrics system to help understand how the solution is being used, identify areas of improvement, and drive future roadmap decisions.
13
+
14
+
### Changed
15
+
16
+
- Cdk update to 2.151.0
17
+
- Default log retention to 180 days
18
+
- Cache-control header on fallback images to use (in order of priority), fallback image metadata, header provided in image request, and default cache control [#563](https://github.com/aws-solutions/serverless-image-handler/issues/563)
19
+
20
+
### Security
21
+
22
+
- Upgraded micromatch to v4.0.8 for vulnerability CVE-2024-4067
23
+
8
24
## [6.2.7] - 2024-08-19
9
25
10
-
### Security
11
-
- Upgraded axios to v1.7.4 for vulnerability CVE-2024-39338
26
+
### Security
12
27
28
+
- Upgraded axios to v1.7.4 for vulnerability CVE-2024-39338
13
29
14
30
## [6.2.6] - 2024-06-27
15
31
16
32
### Added
33
+
17
34
- StackId tag to CloudFrontLoggingBucket and its bucket name as a CfnOutput [#529](https://github.com/aws-solutions/serverless-image-handler/issues/529)
18
35
- Test case to verify UTF-8 support in object key [#320](https://github.com/aws-solutions/serverless-image-handler/pull/320)
19
36
- Test cases to verify crop functionality [#459](https://github.com/aws-solutions/serverless-image-handler/pull/459)
@@ -23,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
40
- Support for 8-bit depth AVIF image type inference [#360](https://github.com/aws-solutions/serverless-image-handler/issues/360)
24
41
25
42
### Changed
43
+
26
44
- Decreased permissions allotted to CustomResource Lambda and ImageHandler Lambda
27
45
- cdk update to 2.124.0
28
46
- aws-solutions-constructs update to 2.51.0
@@ -32,18 +50,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
50
- Modified JPEG SOI marker parsing to only check first 2 bytes [#429]
33
51
34
52
### Security
53
+
35
54
- Upgraded follow-redirects to v1.15.6 for vulnerability CVE-2024-28849
36
55
- Upgraded braces to v3.0.3 for vulnerability CVE-2024-4068
37
56
38
57
### Removed
58
+
39
59
- Unused CopyS3Assets custom resource
40
60
41
61
### Fixed
62
+
42
63
- Some error messages indicating incorrect file types
43
64
- Solution version and id not being passed to Backend Lambda
44
65
- Thumbor-style URL matching being overly permissive
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,10 @@ This solution collects anonymous operational metrics to help AWS improve the qua
105
105
-[@Fjool](https://github.com/Fjool) for [#489](https://github.com/aws-solutions/serverless-image-handler/pull/489)
106
106
-[@fvsnippets](https://github.com/fvsnippets) for [#373](https://github.com/aws-solutions/serverless-image-handler/pull/373), [#380](https://github.com/aws-solutions/serverless-image-handler/pull/380)
107
107
-[@ccchapman](https://github.com/ccchapman) for [#490](https://github.com/aws-solutions/serverless-image-handler/pull/490)
108
-
-[@bennet-esyoil][https://github.com/bennet-esyoil] for [#521](https://github.com/aws-solutions/serverless-image-handler/pull/521)
109
-
-[@vaniyokk][https://github.com/vaniyokk] for [#511](https://github.com/aws-solutions/serverless-image-handler/pull/511)
108
+
-[@bennet-esyoil](https://github.com/bennet-esyoil) for [#521](https://github.com/aws-solutions/serverless-image-handler/pull/521)
109
+
-[@vaniyokk](https://github.com/vaniyokk) for [#511](https://github.com/aws-solutions/serverless-image-handler/pull/511)
110
+
-[@nicolasbuch](https://github.com/nicolasbuch) for [#569](https://github.com/aws-solutions/serverless-image-handler/pull/569)
111
+
-[@mrnonz](https://github.com/mrnonz) for [#567](https://github.com/aws-solutions/serverless-image-handler/pull/567)
0 commit comments