Skip to content

Releases: alexis-mignon/python-flickr-api

v0.8.0

25 Jan 13:40
7724cf8

Choose a tag to compare

Major upgrade! Removed < python 3.10 support, modernized the setup, switched to a supported oauth lib, add a bunch of tests and fixes a lot of bugs.

I can't rule out that something broke along the way, but overall it should be better :)

What's Changed

  • Add tests for Tag API methods by @beaufour in #146
  • Modernize Python setup: require Python 3.10+, replace oauth2 with requests-oauthlib by @beaufour in #148
  • Add comprehensive unit tests for Flickr API methods by @beaufour in #150
  • Add comprehensive integration test against live Flickr API by @beaufour in #149
  • Fix Walker crash on empty pages from Flickr API by @beaufour in #151
  • Fix float timestamps breaking search filters by @beaufour in #152
  • Add inline type hints for public API by @beaufour in #153
  • Add documentation ported from wiki by @beaufour in #154

Full Changelog: v0.7.8...v0.8.0

Version 0.7.8

09 Jan 12:09
142eead

Choose a tag to compare

Makes three static functions on the flickr.contacts actually static:

  • getList()
  • getListRecentlyUploaded()
  • getTaggingSuggestions()

Thank you @roggenbrot42 for the fix!

Version 0.7.7

18 Feb 11:44
3d685a1

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

Choose a tag to compare

Security upgrades for underlying libraries

Version 0.7.5

08 Nov 16:00
9ef53ed

Choose a tag to compare

Fixes exception on parsing sizes for video entries

Version 0.7.4

21 Sep 13:24
9bd6ff3

Choose a tag to compare

A bunch of bug fixes

Version 0.6.1

25 Mar 16:19

Choose a tag to compare

Corrected missing requirement.

Version 0.6

25 Mar 15:21
70dea61

Choose a tag to compare

Lots of changes:

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

HTTPS ready

21 May 15:07

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

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