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
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,29 @@ 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
-
## [3.2.3] - 2023-10-5
8
+
## [3.2.4] - 2023-11-10
9
+
10
+
### Changed
11
+
12
+
- Updating Lambda Runtimes to Use Node-18
13
+
- Updated Version of Taurus image to 1.16.26
14
+
- Updated Jmeter dependencies and taurus dependencis within the docker image to enhance the security of the docker image
15
+
16
+
### Fixed
17
+
18
+
- Bug fix to resolve issues with our recurring schedulers [#141](https://github.com/aws-solutions/distributed-load-testing-on-aws/issues/141)
19
+
- Bug fix to resolve issues with deploying to distant regions as additional regions to the main region [#138](https://github.com/aws-solutions/distributed-load-testing-on-aws/issues/138)
20
+
21
+
## [3.2.3] - 2023-10-05
9
22
10
23
### Fixed
11
-
24
+
12
25
- Bug fix to resolve Multipart upload for files bigger than 5MB
13
26
- Bug fix to show success codes other than 200
14
-
- Bug fix to reoslve [#131]https://github.com/aws-solutions/distributed-load-testing-on-aws/issues/131
27
+
- Bug fix to reoslve [#131](https://github.com/aws-solutions/distributed-load-testing-on-aws/issues/131)
15
28
- Updating CDK libraries to latest version to allow deployment in some form in Israel Region
16
29
- Fixing Security Hotspots and resolving codesmells
[" Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.", " SPDX-License-Identifier: Apache-2.0"],
61
-
2
62
-
],
54
+
"header/header": ["error", "line", [" Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.", " SPDX-License-Identifier: Apache-2.0"], 2],
63
55
64
56
"jsdoc/require-param-type": ["off"],
65
57
"jsdoc/require-returns-type": ["off"],
66
58
"jsdoc/newline-after-description": ["off"],
67
59
68
60
"import/no-unresolved": 1 // warn only on Unable to resolve path import/no-unresolved
0 commit comments