Skip to content

Commit 47a6af8

Browse files
authored
Release 8.0.3 (#635)
* release 8.0.3 * chore: bump dependencies
1 parent 63a41d8 commit 47a6af8

97 files changed

Lines changed: 11436 additions & 17269 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ dist
3939

4040
# amazon q
4141
.q
42+
.amazonq
43+
.kiro
4244

4345
# Cypress artifacts
4446
source/admin-ui/src/e2e-tests/artifacts/

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [8.0.3] - 2026-03-02
9+
10+
### Added
11+
12+
- `CorsOriginParameter` to restrict image processing endpoint to specific origin, default to `*` [#624](https://github.com/aws-solutions/dynamic-image-transformation-for-amazon-cloudfront/issues/624)
13+
- added `no-store`, `no-cache` cache control headers on management api
14+
15+
### Changed
16+
17+
- restrict management api to admin-ui cloudfront origin, preventing arbitrary origins being trusted on api
18+
- fix `stripExif`, `stripIcc` transforms and `autoOrient` logic [#623](https://github.com/aws-solutions/dynamic-image-transformation-for-amazon-cloudfront/issues/623)
19+
- remove default Sharp image size limit and support the limit as environment variable on container [#632](https://github.com/aws-solutions/dynamic-image-transformation-for-amazon-cloudfront/issues/632)
20+
- move to built-in `node:crypto`
21+
- added `verboseDescription` to log image processing errors at a different verbosity than the HTTP response
22+
- narrowed resource for logs actions to specific container log group
23+
- fix e2e test setup in `management-lambda` package to clear ddb table instead of delete/recreate
24+
25+
### Security
26+
27+
- Bump `systeminformation` to mitigate [CVE-2026-26318](https://avd.aquasec.com/nvd/cve-2026-26318) and [CVE-2026-26280](https://avd.aquasec.com/nvd/cve-2026-26280)
28+
- Bump `aws-cdk-lib` to mitigate several CVE's related to `minimatch` and `ajv`: [CVE-2026-26996](https://avd.aquasec.com/nvd/2026/cve-2026-26996/), [CVE-2026-27903](https://avd.aquasec.com/nvd/2026/cve-2026-27903/), [CVE-2026-27904](https://avd.aquasec.com/nvd/2026/cve-2026-27904/), [CVE-2025-69873](https://avd.aquasec.com/nvd/cve-2025-69873)
29+
- Bump several `aws-sdk/*` packages to mitigate CVE's related to `fast-xml-parser`: [CVE-2026-25896](https://nvd.nist.gov/vuln/detail/CVE-2026-25896) and [CVE-2026-26278](https://nvd.nist.gov/vuln/detail/CVE-2026-26278)
30+
831
## [8.0.2] - 2026-01-07
932

1033
### Security

NOTICE

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@ AwsJavaSdk-Core-Regions/AwsJavaSdk-Core-Regions under the Apache-2.0 license.
980980
AwsJavaSdk-Core-Retries/AwsJavaSdk-Core-Retries under the Apache-2.0 license.
981981
AwsJavaSdk-Core-RetriesSpi/AwsJavaSdk-Core-RetriesSpi under the Apache-2.0 license.
982982
AwsJavaSdk-Core-Utils/AwsJavaSdk-Core-Utils under the Apache-2.0 license.
983+
AwsJavaSdk-Core-UtilsLite/AwsJavaSdk-Core-UtilsLite under the Apache-2.0 license.
983984
AwsJavaSdk-DynamoDb/AwsJavaSdk-DynamoDb under the Apache-2.0 license.
984985
AwsJavaSdk-DynamoDb-Enhanced/AwsJavaSdk-DynamoDb-Enhanced under the Apache-2.0 license.
985986
AwsJavaSdk-HttpClient/AwsJavaSdk-HttpClient under the Apache-2.0 license.
@@ -1415,7 +1416,14 @@ com.amazon.ion.java/IonJava under the Apache-2.0 license.
14151416
@aws-sdk/credential-provider-login under the Apache-2.0 license.
14161417
@aws-sdk/dynamodb-codec under the Apache-2.0 license.
14171418
@aws-sdk/crc64-nvme under the Apache-2.0 license.
1418-
1419+
@aws-cdk/cloud-assembly-api under the Apache-2.0 license.
1420+
fast-check under the MIT license.
1421+
@rollup/rollup-linux-loong64-gnu under the MIT license.
1422+
@rollup/rollup-linux-loong64-musl under the MIT license.
1423+
@rollup/rollup-linux-ppc64-musl under the MIT license.
1424+
@rollup/rollup-openbsd-x64 under the MIT license.
1425+
@rollup/rollup-openharmony-arm64 under the MIT license.
1426+
@rollup/rollup-win32-x64-gnu under the MIT license.
14191427

14201428
********************
14211429
OPEN SOURCE LICENSES

VERSION.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)