- Compatibility fix for AWS Lambda with Python 3.11 #73
- A bunch of transform features added #74
- Bumped requests lib version from 2.25.1 to >=2.31.0 #75
- Broaden pinned requests version from 2.24.0 to >=2.25.1 #61
- Use Client's storage when uploading external urls #62
- Store upload response in Filelink object #59
- Added Image OCR #52
- Changed how files from external urls are uploaded #54
- Added custom exception for HTTP errors #57
- FS-7797 changed http method used when uploading external urls
- Added upload tags
- Transformations added: auto_image, minify_js, minify_css
- Added configurable CNAME
- Fixed path param in store task
- Added enhance presets
- Set filelink security when uploading from url
- Dropped support for Python 2.7
- client.upload() now handles local files and file-like objects, accepts keyword arguments only
- client.upload_url() handles external url uploads
- Please see API Reference to learn more
- Fixed store params in external url upload
- Simplified FII uploads
- Updated uploads to use JSON-based API
- Refactored and renamed webhook verification method
- Added new transformation tasks: callbak, pdf_info and pdf_convert
- Added webhook signature verification
- Added support for Filestack Workflows
- Added default mimetype for multipart uploads
- Refactored multipart uploads
- FS-1556 Add SDK reference
- FS-1399 added intelligent ingestion
- FS-1364 Add all response data to AudioVisual class
- FS-1365 Fix security formatting for non-transform URLs
- Add generic error handling to make_call utility function
- FS-1134 Add autotagging and SFW detection
- FS-1117 Mulipart upload now sends user parameters
- FS-1116 Upload parameters are now optional
- Fixes to security and mulipart uploads
- FS-1116 Make upload parameters all optional
- FS-1117 Ensure params are being sent during multipart upload
- Modify setup.py for PyPi deployment
- Modify setup.py for PyPi deployment
- Updated to new version, including transformations and multipart uploads