- Introduces PixelBin's Prediction APIs that offer a suite of AI-powered image editing tools designed to streamline your media workflow.
- Added a wrapper around the Prediction API allowing developers to easily create, track, and manage prediction jobs.
- Added upload method.
- Removed support for signature generation for APIs.
- Fixed parameters for
getPresetsmethod. - Added support for using a proxy with the Pixelbin SDK by setting the
trust_envoption toTruein thehttpClientOptionsobject ofPixelbinConfig. - When
trust_envis set toTrue, the SDK will trust the environment settings for proxy configuration or the~/.netrcfile if present.
- Breaking Change: Function signature of
sign_urlinsecurity.pyhas been updated. The argumenttoken_idhas been replaced withaccess_key. Access key for a token can be found by going to console.pixelbin.io >Settings>Tokens> Click on any Token >Access Key.
- Added method for generating V2 Signed Multipart Upload Urls
createSignedUrlV2
- Fixed regex for Custom Domain URLs
- Added support for generating signed Custom Domain and PixelBin CDN urls
- Fixed bugs parsing
dpr&f_autoinobj_to_url&url_to_obj - Added support for parsing Custom Domains in
obj_to_urlandurl_to_obj - Improved support for worker urls in
obj_to_urlandurl_to_obj
- Added a method for obtaining the context of a file via url.
- Removed unused model
- Rewritten test suite to improve test reliability
- Fixed
tagsbeing stringified inadvertently. If you are experiencing validation errors aroundtagsin previous versions, you should upgrade your SDKs.
- method for getting org details has changed from
getAppByToken=>getAppOrgDetails