Skip to content

Commit cd551b1

Browse files
committed
build: release v4.2.0.
1 parent 9b0e5d4 commit cd551b1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
This 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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
projectVersion=0.0.0-SNAPSHOT
1+
projectVersion=4.2.0

0 commit comments

Comments
 (0)