Releases: ndsev/zswag
Releases · ndsev/zswag
v1.7.2
v1.7.1
What's Changed
- Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows by @dependabot in #125
- Fix httplib API calls for empty body #126 by @fklebert in #127
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- #113: We now support specifying multiple OpenAPI servers, and give the user the choice to select one in the OAClient constructor in Python and C++.
- #114: We now allow parameters which do not contain
x-zserio-request-part
. A warning is issued if such parameters are not optional. - #116: The http-settings YAML format is improved: It can now also read a top-level
http-settings
key, so other applications can use the same file. Theurl
field is simplified. Instead ofurl
, a user may now definescope
which uses simple wildcards instead of regular expressions. - #92: zswag clients now support gzip HTTP compression.
v1.6.7
v1.6.6
Full Changelog: v1.6.5...v1.6.6
v1.6.5
Version 1.6.4
This release is dedicated to upgrading the openssl dependency to version 3.2.0 and httplib to 0.15.0.
Version 1.6.3
Version 1.6.2
Small maintenance release:
- Move to Catch2 v3.4