Releases: imagekit-developer/imagekit-python
Releases · imagekit-developer/imagekit-python
v5.0.0
5.0.0 (2025-12-13)
Full Changelog: v0.0.1...v5.0.0
Features
- add bulk delete options (c1c4d32)
- add file related functionalities (681677b)
- add sdk version to url (9c3e67d)
- add url class for url genration (5e615ed)
- api: python publish true (8072dfd)
- implement client with all func. (67dd4b2)
- implement get_remote_url_metadata (1272740)
- webhooks: allow key parameter to accept bytes in unwrap method (09ae375)
Bug Fixes
- binary file upload (23c9c46)
- change ubuntu latest to ubuntu-20.04 in test.yml (1e4b551)
- Changes for CI/CD (0bd2ac3)
- fix issue #35,#37,#41,#44 (1f913c8)
- fix query params implementation (2b7e6d4)
- make ik-attachment option handle True boolean value (6eb9cd0)
- move the workflow to correct folder (d9f933a)
- request toolbelt to 0.10.1 in requirements/test/txt (c22ed89)
- serialization: adjust custom_metadata type check for serialization (6e3f209)
Chores
- add func alias (d7ce593)
- add init file (0cbbd27)
- add publish github workflow script (a275172)
- add required constants (48de1c0)
- add requirements files (e8d3d9d)
- add sample file for devs (65d1a3f)
- add sample of get file metadata (6d11584)
- change pacakge name & fix import (2c1734a)
- fix package name (c0c939d)
- fix package name (4bc8041)
- fix sample (2188038)
- init (febccef)
- remove unecessary workflow file (97f19eb)
- remove unused dummy methods from API documentation (4727908)
- sync repo (c6afd44)
- unused import removed (22774ff)
- update SDK settings (81f0de9)
Build System
Version 4.2.0
What's Changed
Full Changelog: 4.1.0...4.2.0
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
transformationparameter when uploading files to apply both pre and post-transformation. - We've also introduced two new parameters:
effect_sharpenandeffect_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