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: addOns/openapi/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@ All notable changes to this add-on will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
## Unreleased
7
+
### Added
8
+
- Support for generating XML request bodies for OpenAPI definitions and associated unit/integration tests (BodyGeneratorXmlUnitTest, OpenApiIntegrationXmlTest).
9
+
- Test resource for XML integration: `v3/openapi_xml_integration.yaml`.
10
+
7
11
### Changed
12
+
- Wire XML body generation into the request model conversion and body generator.
13
+
- Update help content to indicate XML generation is available (may fail for complex or invalid schemas).
0 commit comments