Skip to content

Commit 4f5a917

Browse files
committed
build: release v3.38.0.
1 parent 9653f8f commit 4f5a917

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## [3.38.0] - 2024-04-21
7+
### Added
8+
- feat(soap): improves support for element parts in composite messages.
9+
- feat(soap): supports more combinations of binding style and messages.
10+
- feat: support XML attributes in SOAP request body XPath
11+
12+
### Changed
13+
- refactor(soap): matches type message parts on operation name.
14+
- refactor(soap): optimises document type lookup.
15+
- refactor(soap): reuses parser schema type system instead of recompiling all schemas.
16+
- refactor(soap): reuses schema type system and entity resolver for same WSDL.
17+
- refactor(soap): simplifies synthetic schema generation.
18+
19+
### Fixed
20+
- fix(soap): improves example generation logging.
21+
- fix(soap): matches message element types by qualified name.
22+
- fix(soap): sets namespace of RPC root response element from WSDL target namespace.
23+
624
## [3.37.0] - 2024-04-18
725
### Added
826
- feat(soap): SOAP response body uses typed message part names.

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=3.38.0

0 commit comments

Comments
 (0)