Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.83 KB

File metadata and controls

54 lines (31 loc) · 1.83 KB

4.3.0

  • 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.

4.2.0

  • Added upload method.
  • Removed support for signature generation for APIs.

4.1.0

  • Fixed parameters for getPresets method.
  • Added support for using a proxy with the Pixelbin SDK by setting the trust_env option to True in the httpClientOptions object of PixelbinConfig.
  • When trust_env is set to True, the SDK will trust the environment settings for proxy configuration or the ~/.netrc file if present.

4.0.0

  • Breaking Change: Function signature of sign_url in security.py has been updated. The argument token_id has been replaced with access_key. Access key for a token can be found by going to console.pixelbin.io > Settings > Tokens > Click on any Token > Access Key.

3.2.0

  • Added method for generating V2 Signed Multipart Upload Urls createSignedUrlV2

3.1.1

  • Fixed regex for Custom Domain URLs

3.1.0

  • Added support for generating signed Custom Domain and PixelBin CDN urls

3.0.0

  • Fixed bugs parsing dpr & f_auto in obj_to_url & url_to_obj
  • Added support for parsing Custom Domains in obj_to_url and url_to_obj
  • Improved support for worker urls in obj_to_url and url_to_obj

2.2.0

  • Added a method for obtaining the context of a file via url.

2.1.1

  • Removed unused model
  • Rewritten test suite to improve test reliability

2.1.0

  • Fixed tags being stringified inadvertently. If you are experiencing validation errors around tags in previous versions, you should upgrade your SDKs.

2.0.0

  • method for getting org details has changed from getAppByToken => getAppOrgDetails