Releases: alexis-mignon/python-flickr-api
Releases · alexis-mignon/python-flickr-api
v0.8.0
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
Makes three static functions on the flickr.contacts actually static:
getList()getListRecentlyUploaded()getTaggingSuggestions()
Thank you @roggenbrot42 for the fix!
Version 0.7.7
- Adds timeouts to API calls by @smontanaro
- Corrects docstrings on
uploadby @emma-k-alexandra - If no size is specified, prefer
Originalover 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