Skip to content

v2.4.4

Latest
Compare
Choose a tag to compare
@jangidms jangidms released this 25 Sep 15:56
d06912f

[2.4.4] - 2025-09-24

Security

  • Updated axios from 1.7.7 to 1.12.1 to mitigate CVE-2025-58754, a DoS vulnerability.
  • Updated Python Lambda base image from public.ecr.aws/lambda/python:3.12.2025.09.02.19 to public.ecr.aws/lambda/python:3.12.2025.09.22.12 to address CVE-2025-24528, CVE-2025-3576, CVE-2025-7425, and CVE-2025-8058.
  • Removed deprecated NPM package "fs" has been identified as potentially vulnerable to package takeover.

Fixed

  • Fixed solution CloudFormation template deployment failures in AWS China partition by implementing partition-aware S3 URL generation Issue #338
  • Fixed timeout issue with Get Agent status API by optimizing retry logic to work within AppSync's 30 second timeout limit