- Update to openapi-gnerator v6.6.0
- Add new API options (including prince_options[pdf_forms] to enable PDF forms)
- Switch API host to more secure api.docraptor.com (dropping old TLS)
- Switch from swagger v2.4.14 to openapi-generator v6.0.1 (better maintained)
- add support for hosted documents
- upgrade to latest swagger 2.4.14
- BREAKING CHANGE: renamed AsyncDocStatus to DocStatus
- BREAKING CHANGE: constructor argument casing
- Update RestSharp Dependency to 105.2.3
- Added support for the pipeline API parameter
- No significant code changes
- Added support for prince_options[no_parallel_downloads]
- Include DLL in package
- BREAKING CHANGE: Update interface for Doc initialization, see https://github.com/DocRaptor/docraptor-csharp/commit/a0d93186835efd8367d74bc8cc3b09d593a6d21f#diff-95b6812eec86fb339a01b84602935296 for how to update calls.
- Added support for prince_options[debug]
- BREAKING CHANGE: Rename ClientApi to DocApi
- BREAKING CHANGE: CreateDoc and GetAsyncDoc responses are now byte[] instead of temp files
- Initial release