File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 4.0.4] - 2024-10-01
7+ ### Changed
8+ - chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0
9+ - chore(deps): bump org.apache.maven.plugins: maven-deploy-plugin
10+ - chore(deps): bump org.apache.maven.plugins: maven-site-plugin
11+ - chore(deps): bump org.apache.maven.plugins: maven-surefire-plugin
12+ - chore(deps): bump org.testcontainers: localstack from 1.17.6 to 1.20.2
13+ - refactor(openapi): converts examples to inner types.
14+ - test(awslambda): removed unnecessary test data.
15+ - test(lambda): improves coverage for lambda requests with query strings.
16+
17+ ### Fixed
18+ - fix(awslambda): adds failing test case for IllegalStateException when returning 404.
19+ - fix(awslambda): attributes should persist between exchanges for the same request/response pair.
20+ - fix: ignore invalid expressions when parsing config.
21+
622## [ 4.0.3] - 2024-08-19
723### Changed
824- build: parameterises datafaker version.
Original file line number Diff line number Diff line change 1- projectVersion =0 .0.0-SNAPSHOT
1+ projectVersion =4 .0.4
You can’t perform that action at this time.
0 commit comments