Releases: imagekit-developer/imagekit-python
Releases · imagekit-developer/imagekit-python
Version 4.1.0
What's Changed
- updated advance search for files in readme by @ankur-dwivedi in #66
- IK-1499 added checks parameter by @ankur-dwivedi in #69
Full Changelog: 4.0.1...4.1.0
Version 4.0.1
Fixed a issue related to signed url generation. When the URL contains a diacritic (“é”), invalid signature were being generated resulting in 401. Issue was generated in PHP SDK but is relevant for all backend SDKs.
Version 4.0.0
- Fixes #59. Now, you can use the
transformation
parameter when uploading files to apply both pre and post-transformation. - We've also introduced two new parameters:
effect_sharpen
andeffect_contrast
.
Breaking changes
In version 4.0.0, we've removed the old overlay syntax parameters for transformations, such as oi
, ot
, obg
, and more.
Version 3.2.0
Bumps urllib3 from 1.26.15
Version 3.1.0
SDK will not break if new properties are added in the API response. To avoid issues such as #40
Version 3.0.2
Version 3.0.1
Fixes - #32
Version 3.0.0
v2.2.8
- Bug Fixes
v2.2.7
- Bug Fixes