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 11
2+ 1.16.0 / 2019-05-13
3+ ===================
4+
5+ New functionality and features
6+ ------------------------------
7+ * Add ` derived_next_cursor ` parameter to ` resource ` admin API
8+ * Add ` filename ` option to ` upload ` and ` upload_large ` APIs
9+ * Add ` force_version ` option to ` cloudinary_url `
10+
11+ Other Changes
12+ -------------
13+
14+ * Fix ` False ` value handling in ` CloudinaryField `
15+ * Fix acl and url escaping in ` auth_token ` generation
16+ * Fix base64 data validation regex
17+ * Fix transformations API call
18+ * Fix error raising in uploader for invalid server response
19+ * Ignore URL in AuthToken generation if ACL is provided
20+ * Print traceback if error in tearDown methods
21+ * Support per corner values in ` radius ` transformation parameter
22+ * Fix basic sample incoherent response output
23+ * Fix user-agent unit test assertion
24+
2251.15.0 / 2018-12-16
326===================
427
Original file line number Diff line number Diff line change 2929SHARED_CDN = AKAMAI_SHARED_CDN
3030CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
3131
32- VERSION = "1.15 .0"
32+ VERSION = "1.16 .0"
3333
3434USER_AGENT = "CloudinaryPython/{} (Python {})" .format (VERSION , python_version ())
3535""" :const: USER_AGENT """
Original file line number Diff line number Diff line change 11from setuptools import find_packages , setup
22
3- version = "1.15 .0"
3+ version = "1.16 .0"
44
55with open ('README.rst' ) as file :
66 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments