- Remove dependency on ImageService. URLs are now constructed from bucket name, with no RPC calls.
- Resolved inconsistencies with returning bucket name as part of path. This is now hidden.
- Deprecated ImageService-specific options. IMAGESERVICE_DEFAULT_SIZE and IMAGESERVICE_SECURE_URLS.
- Deprecated drf_extensions module.
- Break out options IMAGESERVICE_DEFAULT_SIZE, IMAGESERVICE_SECURE_URLS and IMAGESERVICE_UPLOAD_HEADERS
- Duff release
- Add FeedListKeyConstructor for drf_extensions
- Add fallback for cloud storage urls
- Add exception logging if URL generation fails
- Remove utils (lock, memoizer)
- Monkeypatch ReadBuffer to add open() stub (fixes issue with easy_thumbnails)
- Fix for distributed lock
- First release on PyPI.