Flickr4Java Versions Save

Java API For Flickr. Fork of FlickrJ

flickr4java-3.0.8

1 year ago
  • 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

1 year ago
  • Allow User-Agent to be provided (fixes #695)

flickr4java-3.0.6

3 years ago

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

4 years ago
  • Upgrade to latest scribe (6.9.0).

flickr4java-3.0.2

4 years ago

Fixes for the following issues.

  • flickr switched urls for downloading photos #333
  • SLF4J throws error due to missing .jar on classpath #304

flickr4java-3.0.1

5 years ago

Fix to handle bad responses from Flickr. Fixes issues #64 and #302.

flickr4java-3.0.0

5 years ago

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

5 years ago
  • 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

5 years ago
  • Moved to Java 1.8 as a minimum version
  • Various minor bug fixes