File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.30.0 / 2022-09-20
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+
7
+ * Add support for ` resources_by_asset_folder ` Admin API
8
+ * Add support for ` unique_display_name ` parameter
9
+ * Add support for ` use_asset_folder_as_public_id_prefix ` parameter
10
+ * Add support for ` metadata ` in ` update ` Admin API
11
+ * Add support for multiple ACLs in ` AuthToken `
12
+
13
+ Other Changes
14
+ -------------
15
+
16
+ * Move Django static files to ` static/cloudinary `
17
+ * Allow passing callable parameters to ` CloudinaryField `
18
+ * Fix incorrect Provisioning API parameter for ` base_account `
19
+ * Add OS info to ` User-Agent `
20
+ * Add source URL for PyPi
21
+ * Improve tests of API response headers
22
+ * Extend search resources by asset_id tests
23
+
1
24
1.29.0 / 2022-02-03
2
25
==================
3
26
Original file line number Diff line number Diff line change 38
38
URI_SCHEME = "cloudinary"
39
39
API_VERSION = "v1_1"
40
40
41
- VERSION = "1.29 .0"
41
+ VERSION = "1.30 .0"
42
42
43
43
_USER_PLATFORM_DETAILS = "; " .join ((platform (), "Python {}" .format (python_version ())))
44
44
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import find_packages , setup
4
4
5
- version = "1.29 .0"
5
+ version = "1.30 .0"
6
6
7
7
with open ('README.md' ) as file :
8
8
long_description = file .read ()
You can’t perform that action at this time.
0 commit comments