- Add new Prince API options for pdf_forms, iframes, and page_margin
- Switch API host to more secure api.docraptor.com (dropping old TLS)
- Remove support for rubies <2.5
- Switch from swagger v2.4.19 to openapi-generator v6.0.1 (better maintained)
- Add support for ruby 3.x (remove
URI.encode
) - Remove support for rubies <2.3
- add support for hosted documents
- upgrade to latest swagger 2.4.14
- Added support for
prince_options[pdf_title]
andignore_console_messages
options
- No changes from beta1
- Re-runnning against newer swagger version (v.2.2.3), bumping many gem dependencies to much newer versions. Applications using client should not be affected.
- Added support for pipeline API parameter
- No significant code changes
- Added support for prince_options[no_parallel_downloads]
- Added support for prince_options[debug]
- BREAKING CHANGE: Rename ClientApi to DocApi
- BREAKING CHANGE: create_doc and get_async_doc responses are now binary strings instead of Tempfiles
- Use better API command names: create_doc, create_async_doc, get_async_doc_status, get_async_doc
- Fix file encoding issues when used in Rails
- Regenerate using swagger-codegen v2.1.5
- Initial release