File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-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.2.0] - 2024-10-26
7+ ### Added
8+ - feat(soap): adds additional script method and configuration property to return a fault.
9+ - feat(soap): adds support for returning SOAP faults when status code is 500.
10+
11+ ### Changed
12+ - chore(deps): bump actions/setup-python from 5.2.0 to 5.3.0
13+ - chore(deps): bump org.apache.maven.plugins: maven-project-info-reports-plugin
14+ - chore(deps): bump org.apache.maven.plugins: maven-site-plugin
15+ - chore(deps): bump version_jackson from 2.15.2 to 2.18.0
16+ - chore(deps): bumps version_jackson_databind to 2.18.0.
17+ - docs: adds SOAP fault example.
18+ - docs: describes how to trigger SOAP fault response.
19+ - test(soap): improves WSDL parser coverage for faults and HTTP bindings.
20+
621## [ 4.1.2] - 2024-10-15
722### Changed
823- test: sets up store provider properly for JSON test.
Original file line number Diff line number Diff line change 1- projectVersion =0.0.0-SNAPSHOT
1+ projectVersion =4.2.0
You can’t perform that action at this time.
0 commit comments