File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.26.0 / 2021-06-20
2+ ==================
3+
4+ New functionality and features
5+ ------------------------------
6+
7+ * Add support for OAuth authorization
8+ * Add support for large file upload in ` CloudinaryField `
9+ * Add support for ` context ` and ` metadata ` parameters in ` rename ` API
10+ * Add support for overriding Django settings with env variables
11+ * Add support for ` filename_override ` upload parameter
12+ * Add support for ` metadata ` parameter in ` resources ` APIs
13+
14+ Other Changes
15+ -------------
16+
17+ * Add validation to ` generate_auth_token ` to enforce url or acl
18+ * Fix ` normalize_expression ` in advanced cases
19+
20+
1211.25.0 / 2021-03-26
222==================
323
Original file line number Diff line number Diff line change 3838URI_SCHEME = "cloudinary"
3939API_VERSION = "v1_1"
4040
41- VERSION = "1.25 .0"
41+ VERSION = "1.26 .0"
4242
4343USER_AGENT = "CloudinaryPython/{} (Python {})" .format (VERSION , python_version ())
4444""" :const: USER_AGENT """
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = "1.25 .0"
5+ version = "1.26 .0"
66
77with open ('README.rst' ) as file :
88 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments