Skip to content

Releases: alexis-mignon/python-flickr-api

v0.8.0

Choose a tag to compare

@beaufour beaufour released this 25 Jan 13:40
7724cf8

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

Choose a tag to compare

@beaufour beaufour released this 09 Jan 12:09
142eead

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

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

Thank you @roggenbrot42 for the fix!

Version 0.7.7

Choose a tag to compare

@beaufour beaufour released this 18 Feb 11:44
3d685a1
  • 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

Choose a tag to compare

@beaufour beaufour released this 08 Dec 23:03
b5e1ab8

Security upgrades for underlying libraries

Version 0.7.5

Choose a tag to compare

@beaufour beaufour released this 08 Nov 16:00
9ef53ed

Fixes exception on parsing sizes for video entries

Version 0.7.4

Choose a tag to compare

@beaufour beaufour released this 21 Sep 13:24
9bd6ff3

A bunch of bug fixes

Version 0.6.1

Choose a tag to compare

@alexis-mignon alexis-mignon released this 25 Mar 16:19

Corrected missing requirement.

Version 0.6

Choose a tag to compare

@alexis-mignon alexis-mignon released this 25 Mar 15:21
70dea61

Lots of changes:

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

HTTPS ready

Choose a tag to compare

@alexis-mignon alexis-mignon released this 21 May 15:07

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

Choose a tag to compare

@alexis-mignon alexis-mignon released this 28 Aug 11:51
  • Updated method list and added corresponding methods/objects in flickr_api/objects.py
  • Moved API keys to a seperate module to avoid circular dependencies