Skip to content

Releases: alexis-mignon/python-flickr-api

Version 0.7.7

18 Feb 11:44
3d685a1
Compare
Choose a tag to compare
  • 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

08 Dec 23:03
b5e1ab8
Compare
Choose a tag to compare

Security upgrades for underlying libraries

Version 0.7.5

08 Nov 16:00
9ef53ed
Compare
Choose a tag to compare

Fixes exception on parsing sizes for video entries

Version 0.7.4

21 Sep 13:24
9bd6ff3
Compare
Choose a tag to compare

A bunch of bug fixes

Version 0.6.1

25 Mar 16:19
Compare
Choose a tag to compare

Corrected missing requirement.

Version 0.6

25 Mar 15:21
70dea61
Compare
Choose a tag to compare

Lots of changes:

  • Bug corrections
  • Python3 compatibility
  • uses requests for HTTP queries

HTTPS ready

21 May 15:07
Compare
Choose a tag to compare

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

28 Aug 11:51
Compare
Choose a tag to compare
  • Updated method list and added corresponding methods/objects in flickr_api/objects.py
  • Moved API keys to a seperate module to avoid circular dependencies