v1.1.0
- It fixes an issue caused by
_preload_contentflag that prevents the auto-generated client code from converting the json response to a string and restoring the original values. - The encryption decorator layer now applies to
api_client.call_apiinstead ofapi_client.requestin order to accommodate the_preload_content = Falseflag setting.