Skip to content

Releases: aws-solutions/distributed-load-testing-on-aws

v4.0.2

10 Dec 17:51
d9882b2

Choose a tag to compare

[4.0.2] - 2025-12-09

Changed

  • jetty-http package has been reverted to a previous version to support HTTP2 JMeter plugin.
  • Improvements to cron-base scheduling with clarification between UTC and local time zones.

Fixed

  • Resolved issues related to zipped files when migrating from v3 for v4. Load tests created in v3 should now correctly reference the existing zip test script and be downloadable from the test scenario page.
  • Fixed a bug where tags would not be saved when creating or updating a scheduled load test.
  • Fixed a bug where non-integer http status code responses would fail to render in the results dashboard.

Security

  • Update to address vulnerability in CVE-2025-66418
  • Update to address vulnerability in CVE-2025-66471
  • Upgrade to the latest Amazon Linux base image SHA256 hash

v4.0.1

21 Nov 23:35
ab63644

Choose a tag to compare

[4.0.1] - 2025-11-21

Security

  • Pin Amazon Linux base image to SHA256 hash in order to improve integrity, prevent tampering, and improve the reproducibility of builds across environments.

Fixed

  • Fix regression where load tests with zipped test scripts will fail to unzip when zipped without a parent directory.

v4.0.0

20 Nov 00:14
ab63644

Choose a tag to compare

[v4.0.0] - 2025-11-19

Added

  • MCP Server Integration - Added the ability for AI agents to programmatically create, run, and analyze load tests through Amazon Bedrock AgentCore
  • Live Data Visualization - Added ability to visualize live test data by region with auto-refresh functionality
  • Test Results Comparison - Added the ability to highlight differences between
    test results and deviations from a reference baseline test
  • Tags for Test Scenarios - Added the ability to tag test scenarios for easier searching and grouping
  • Downloadable Test Results - Added the ability to download test results from the front-end

Changed

  • User Interface - A complete frontend rewrite built on React, the Cloudscape design system, and Redux state management

Fixed

  • Cron Scheduling Issues - Fixed cron expression parsing and validation
  • Infinite Fetching - Fixed infinite fetching of test results

Security

  • CloudFront Security Headers - Added security headers policy with CSP, HSTS, Permissions-Policy, and CORP
  • Resolved Vulnerabilities - Resolved security vulnerabilities in multiple npm and Python dependencies

v3.4.6

13 Nov 18:50
64dd984

Choose a tag to compare

[v3.4.6] - 2025-11-13

Security

v3.4.5

04 Nov 20:57
ca1b901

Choose a tag to compare

[3.4.5] - 2025-11-03

Security

v3.4.4

08 Oct 17:28
74f94cc

Choose a tag to compare

[3.4.4] - 2025-10-08

Security

  • Update container image to resolve libexpat vulnerability

v3.4.3

19 Sep 22:48
b7ddc82

Choose a tag to compare

[3.4.3] - 2025-09-19

Fixed

  • Resolve issue with regional templates failing to deploy

Security

v3.4.2

09 Sep 18:32
192131c

Choose a tag to compare

[3.4.2] - 2025-09-09

Fixed

  • Fixed Dockerfile to remove locust from excluded plugins installation list.

Security

v3.4.1

11 Aug 22:04
6ff5f53

Choose a tag to compare

[3.4.1] - 2025-08-11

Security

Fixed

  • Fixed issue pertaining to #244

Added

  • Add stable tag feature to get patched version of the solution ecr image.

v3.4.0

23 Jul 18:46
814358d

Choose a tag to compare

[3.4.0] - 2025-07-23

Added

  • Added support for K6 framework
  • Added support Locust framework
  • Added MQTT protocol performance testing through Locust framework

Removed

  • ServiceCatalog Application Registry integration

Fixed

  • Fixed issues pertaining to #187
  • Fixed issue pertaining to #191

Security