This release introduces the folllowing new features and bugfixes:
- [x] Support for OpenAPI authentication schemes (http basic/bearer, apiKey in cookie/header/query). Credentials can be passed either programatically or through the HTTP_SETTINGS_FILE. 🔐
- [x] We added an API for HTTP settings, also covering headers and query parameters to pass credentials. 🗝️
- [x] Fixed `application/x-zserio-object` MIME type usage. 🐛 [52]
- [x] Much more verbose error messages in the OpenAPI parser. 📝
- [x] Removed support for HTTP patch. 🚫
- [x] Support for the OpenAPI `in=header` parameter location. 🤯