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
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,44 @@ 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.5] - 2024-01-12
8
+
## [6.2.6] - 2024-06-27
9
+
10
+
### Added
11
+
- StackId tag to CloudFrontLoggingBucket and its bucket name as a CfnOutput [#529](https://github.com/aws-solutions/serverless-image-handler/issues/529)
12
+
- Test case to verify UTF-8 support in object key [#320](https://github.com/aws-solutions/serverless-image-handler/pull/320)
13
+
- Test cases to verify crop functionality [#459](https://github.com/aws-solutions/serverless-image-handler/pull/459)
14
+
- VERSION.txt and build script change to auto-update local package versions
15
+
- S3:bucket-name tag for defining which source bucket to use in thumbor style requests [#521](https://github.com/aws-solutions/serverless-image-handler/pull/521)
16
+
- Ability to override whether an image should be animated [#456](https://github.com/aws-solutions/serverless-image-handler/issues/456)
17
+
- Support for 8-bit depth AVIF image type inference [#360](https://github.com/aws-solutions/serverless-image-handler/issues/360)
18
+
19
+
### Changed
20
+
- Decreased permissions allotted to CustomResource Lambda and ImageHandler Lambda
21
+
- cdk update to 2.124.0
22
+
- aws-solutions-constructs update to 2.51.0
23
+
- SourceBucketsParameter to require explicit bucket names
24
+
- Demo-ui dependency update
25
+
- Demo-ui to be a package and manage script/stylesheet dependencies through NPM
26
+
- Modified JPEG SOI marker parsing to only check first 2 bytes [#429]
27
+
28
+
### Security
29
+
- Upgraded follow-redirects to v1.15.6 for vulnerability CVE-2024-28849
30
+
- Upgraded braces to v3.0.3 for vulnerability CVE-2024-4068
31
+
32
+
### Removed
33
+
- Unused CopyS3Assets custom resource
34
+
35
+
### Fixed
36
+
- Some error messages indicating incorrect file types
37
+
- Solution version and id not being passed to Backend Lambda
38
+
- Thumbor-style URL matching being overly permissive
39
+
40
+
41
+
## [6.2.5] - 2024-01-03
9
42
10
43
### Fixed
11
44
12
45
- Ensure accurate image metadata when generating Amazon Rekognition compatible images [#374](https://github.com/aws-solutions/serverless-image-handler/issues/374)
13
-
- Upgraded axios to v1.6.5 for vulnerability CVE-2023-26159
14
46
- Exclude demo-ui-config from being deleted upon BucketDeployment update sync when updating to a new version
15
47
16
48
### Changed
@@ -20,6 +52,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
52
- typescript update to 5.3.3
21
53
- GIF files without multiple pages are now treated as non-animated, allowing all filters to be used on them [#460](https://github.com/aws-solutions/serverless-image-handler/issues/460)
22
54
55
+
### Security
56
+
57
+
- Upgraded axios to v1.6.5 for vulnerability CVE-2023-26159
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ 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)
0 commit comments