Releases: alexis-mignon/python-flickr-api
Releases · alexis-mignon/python-flickr-api
Version 0.7.7
- Adds timeouts to API calls by @smontanaro
- Corrects docstrings on
upload
by @emma-k-alexandra - If no size is specified, prefer
Original
over other equal largest sizes as suggested by @zanna-37
Version 0.7.6
Security upgrades for underlying libraries
Version 0.7.5
Fixes exception on parsing sizes for video entries
Version 0.7.4
A bunch of bug fixes
Version 0.6.1
Corrected missing requirement.
Version 0.6
Lots of changes:
- Bug corrections
- Python3 compatibility
- uses requests for HTTP queries
HTTPS ready
Added supprt for HTTPS to integrate the migration of Flickr servers to HTTPS.
Thanks to all the contributors to have made it possible.
Stable version 0.4
- Updated method list and added corresponding methods/objects in
flickr_api/objects.py
- Moved API keys to a seperate module to avoid circular dependencies