New Features
* Added report export helper methods: `download_product_report`, `download_asset_version_report`
* Updated Findings and Software Components queries to return more fields
* Added optional severity and status filters to `get_findings`
* Added optional count parameter to `get_findings`
* Added examples: download_reports, generate_products_csv
* Updated examples: compare_versions, get_findings
* Added ability to upload all supported third party scan types
* Updated `get_findings` to be able to take a single `asset_version_id` or a list
Non-Breaking Changes
* Uses updated upload methods, removes usage of deprecated methods
Bug Fixes
* Fixed minor bug when ordering Findings (order by Title)