Releases: uploadcare/pyuploadcare
Releases · uploadcare/pyuploadcare
Version 2.4.0
- Change data format in 'User-Agent' request header.
Version 2.3.1
- Update default widget version to
3.x
- Update bundled widget to version
3.2.3
. See widget changelog.
Version 2.3.0
- Add support for Django versions 1.11 and ~2.0
- Miscellaneous updates (version, year in a license file, tox configuration and etc.)
- Drop official support for obsolete Python and Django versions.
Chances are that everything still works. If you have to use those, modifytox.ini
,
run tests and use at your own risk ;) Or, you may use older versions of the library.
Version 2.2.1
2.2.1
- Add file.create_local_copy and file.create_remote_copy methods.
- Add new
make_public
andpattern
parameters to file.create_remote_copy method. - Add new
store
parameter to file.create_local_copy methods. - Update CDN link to the widget.
- Use wildcard
2.x
to always get the latest patch or minor version of widget version2
. See widget changelog. - Update bundled widget to version
2.10.3
. See widget changelog.
Version 2.0.1
- Fixed issue with missing
ucare_cli
package.
Version 2.0
- Added support for version 0.5 of REST API.
- Updated widget to version 2.8.1 (see widget changelog).
- Added the
ucare list_groups
command. - Removed deprecated entities.
NB: There are backward incompatible changes. For detailed information about the upgrade process see update to version 2.0.
Version 1.3.6
- Fixed
ZeroDivision
error when trying to sync files with no size
Version 1.3.5
- Added support of Django 1.9
- Removed indication of Unicode strings from output of
ucare
- Fixed a group representation for
ucare create_group
command - Fixed error with
ucare sync
when trying to processing of not image files
Version 1.3.4
- Added storage operations
- Added request_limit to ucare_cli
Version 1.3.3
- Expanded User-Agent