|
| 1 | +## 4.3.0 |
| 2 | + |
| 3 | +- Introduces PixelBin's Prediction APIs that offer a suite of AI-powered image editing tools designed to streamline your media workflow. |
| 4 | +- Added a wrapper around the Prediction API allowing developers to easily create, track, and manage prediction jobs. |
| 5 | + |
1 | 6 | ## 4.2.0 |
2 | 7 |
|
3 | | -- Added [upload](./README.md#upload) method. |
4 | | -- Removed support for signature generation for APIs. |
| 8 | +- Added [upload](./README.md#upload) method. |
| 9 | +- Removed support for signature generation for APIs. |
5 | 10 |
|
6 | 11 | # 4.1.0 |
7 | 12 |
|
8 | | -- Fixed parameters for `getPresets` method. |
9 | | -- Added support for using a proxy with the Pixelbin SDK by setting the `trust_env` option to `True` in the `httpClientOptions` object of `PixelbinConfig`. |
10 | | -- When `trust_env` is set to `True`, the SDK will trust the environment settings for proxy configuration or the `~/.netrc` file if present. |
| 13 | +- Fixed parameters for `getPresets` method. |
| 14 | +- Added support for using a proxy with the Pixelbin SDK by setting the `trust_env` option to `True` in the `httpClientOptions` object of `PixelbinConfig`. |
| 15 | +- When `trust_env` is set to `True`, the SDK will trust the environment settings for proxy configuration or the `~/.netrc` file if present. |
11 | 16 |
|
12 | 17 | # 4.0.0 |
13 | 18 |
|
14 | | -- **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`. |
| 19 | +- **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`. |
15 | 20 |
|
16 | 21 | # 3.2.0 |
17 | 22 |
|
18 | | -- Added method for generating V2 Signed Multipart Upload Urls `createSignedUrlV2` |
| 23 | +- Added method for generating V2 Signed Multipart Upload Urls `createSignedUrlV2` |
19 | 24 |
|
20 | 25 | # 3.1.1 |
21 | 26 |
|
22 | | -- Fixed regex for Custom Domain URLs |
| 27 | +- Fixed regex for Custom Domain URLs |
23 | 28 |
|
24 | 29 | # 3.1.0 |
25 | 30 |
|
26 | | -- Added support for generating signed Custom Domain and PixelBin CDN urls |
| 31 | +- Added support for generating signed Custom Domain and PixelBin CDN urls |
27 | 32 |
|
28 | 33 | # 3.0.0 |
29 | 34 |
|
30 | | -- Fixed bugs parsing `dpr` & `f_auto` in `obj_to_url` & `url_to_obj` |
31 | | -- Added support for parsing Custom Domains in `obj_to_url` and `url_to_obj` |
32 | | -- Improved support for worker urls in `obj_to_url` and `url_to_obj` |
| 35 | +- Fixed bugs parsing `dpr` & `f_auto` in `obj_to_url` & `url_to_obj` |
| 36 | +- Added support for parsing Custom Domains in `obj_to_url` and `url_to_obj` |
| 37 | +- Improved support for worker urls in `obj_to_url` and `url_to_obj` |
33 | 38 |
|
34 | 39 | # 2.2.0 |
35 | 40 |
|
36 | | -- Added a method for obtaining the context of a file via url. |
| 41 | +- Added a method for obtaining the context of a file via url. |
37 | 42 |
|
38 | 43 | # 2.1.1 |
39 | 44 |
|
40 | | -- Removed unused model |
41 | | -- Rewritten test suite to improve test reliability |
| 45 | +- Removed unused model |
| 46 | +- Rewritten test suite to improve test reliability |
42 | 47 |
|
43 | 48 | # 2.1.0 |
44 | 49 |
|
45 | | -- Fixed `tags` being stringified inadvertently. If you are experiencing validation errors around `tags` in previous versions, you should upgrade your SDKs. |
| 50 | +- Fixed `tags` being stringified inadvertently. If you are experiencing validation errors around `tags` in previous versions, you should upgrade your SDKs. |
46 | 51 |
|
47 | 52 | # 2.0.0 |
48 | 53 |
|
49 | | -- method for getting org details has changed from `getAppByToken` => `getAppOrgDetails` |
| 54 | +- method for getting org details has changed from `getAppByToken` => `getAppOrgDetails` |
0 commit comments