Releases: boncey/Flickr4Java
Releases · boncey/Flickr4Java
flickr4java-3.0.9
flickr4java-3.0.8
- Upgraded libraries to resolve various vulnerability warnings
- Upgraded scribe-java to 8.3.3
- Added a dependency-checker to the pom.xml
flickr4java-3.0.7
- Allow User-Agent to be provided (fixes #695)
flickr4java-3.0.6
Update test payloads (note that most of the places API no longer works properly).
Add Size.getLabelName()
to improve accessing Photo Sizes (fixes #441).
flickr4java-3.0.4
- Upgrade to latest scribe (6.9.0).
flickr4java-3.0.2
flickr4java-3.0.1
flickr4java-3.0.0
Big release
- Move to much newer version of scribe (6.2.0) which is a breaking change #64
- F4J is now thread safe as far as I can tell (please tell me if you find otherwise) #127
- Clarify license issues #1
- Move to semantic versioning
- Remove references to log4j #297
flickr4java-2.19
- Replace log4j (it had vulnerabilities and was no longer being updated) with slf4j
- Made tests much less flaky
- Flatten directory structure
- Fix issue #283
flickr4java-2.18
- Moved to Java 1.8 as a minimum version
- Various minor bug fixes