- Add new Prince API options for pdf_forms, iframes, and page_margin
- Switch API host to more secure api.docraptor.com (dropping old TLS)
- Switch from swagger to openapi-generator v6.0.1 (better maintained)
- Remove support for python <3.4
- Drop Support for Python 2 (We will now only develop and test against Python 3)
- Add support for hosted documents
- Upgrade to latest swagger 2.4.14
- BREAKING CHANGE: DocApi configuration must now be configured per instance
- Added support for the pipeline API parameter
- Added support for prince_options[no_parallel_downloads]
- No significant code changes
- Added support for prince_options[debug]
- Python 3 support
- BREAKING CHANGE: Rename ClientApi to DocApi
- BREAKING CHANGE: create_doc and get_async_doc responses are now binary strings instead of temp files
- Initial release