v1.1.0
- It fixes an issue caused by
_preload_content
flag 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_api
instead ofapi_client.request
in order to accommodate the_preload_content = False
flag setting.