# Filestack-Ruby Changelog ## 3.0.0 (Sept 07, 2023) - Upgrade to Ruby 3.0 ## 2.9.7 (Sept 07, 2023) - Replace URI encode to ERB ## 2.9.6 (Oct 29, 2021) - Return response body on upload complete to get workflows jobid ## 2.9.5 (Oct 19, 2021) - Add url encoding - fix the issue with transformation crop dim ## 2.9.4 (July 26, 2021) - Change the version of mini_mime ## 2.9.3 (June 7, 2021) - Handle nil mimetype of file ## 2.9.2 (May 5, 2021) - Replace mimemagic with mini_magic ## 2.9.1 (March 26, 2021) - Update version of mimemagic gem to 0.3.9 ## 2.9.0 (March 25, 2021) - Update version of mimemagic gem to 0.3.8 ## 2.8.1 (October 1, 2020) - Add rescue and raises body message on upload ## 2.8.0 (September 29, 2020) - Add IO object upload ## 2.7.0 (September 28, 2020) - Add workflows ## 2.6.7 (August 4, 2020) - Add content disposition task ## 2.6.6 (June 19, 2020) - Add compress task to transformations ## 2.6.5 (January 9, 2020) - Updated version of the parallel gem ## 2.6.4 (November 4, 2019) - Fix issue with file upload ## 2.6.3 (August 12, 2019) - Add animate to transformations ## 2.6.2 (August 8, 2019) - Add minify_js, minify_css and auto_image to transformations ## 2.6.1 (May 6, 2019) - Add cache transformation and remove monochrome duplicates ## 2.6.0 (March 25, 2019) - Add fallback and docs processing to transformations ## 2.5.4 (February 12, 2019) - Fixed issue with multipart upload ## 2.5.3 (January 18, 2019) - Fixed issue with upload with passed params (mimetype, path, etc.) for external url ## 2.5.2 (January 7, 2019) - Fix rounded_corners typo in transformations ## 2.5.1 (December 4, 2018) - Add no_metadata transformation and update docs ## 2.5.0 (October 10, 2018) - Update logo in README - FS-4256 Fix issue with uploading file ## 2.4.0 (August 27, 2018) - FS-3813 Convert security options hash with string keys to symbols - FS-3903 Add parsing the response body before reading it ## 2.3.0 (July 26, 2018) - FS-3437 Change Unirest library to Typhoeus, and fix warning in rspecs ## 2.2.0 (August 23, 2017) - FS-1304 Filestack Intelligent Ingestion ## 2.1.0 (August 4, 2017) - FS-1452 Rename Client to FilestackClient, Filelink to FilestackFilelink ## 2.0.1 (July 11, 2017) - FS-1389 Fix import error when calling './lib' in client class ## 2.0.0 - First release, includes uploads, transformations, conversions and tagging