Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@josephbirkner josephbirkner released this 25 Nov 18:04
· 108 commits to master since this release
4d71bbc

Minor feature release with various improvements:

  • Catch is now at v3.1, zserio is at v2.8.0
  • HttpConfig supports pickle protocol, so it may be passed to Python subprocesses. 🥒
  • Provide API to access OpenAPI JSON/YAML content 📜 [#88]
  • Ignore request MIME types other than application/x-zserio-object and set Accept-Encoding header [#89]
  • Output full request URIs, including query params, in debug log mode.