Skip to content

Releases: boncey/Flickr4Java

flickr4java-3.0.9

28 Apr 14:04
Compare
Choose a tag to compare

flickr4java-3.0.8

01 May 14:22
Compare
Choose a tag to compare
  • 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

30 Apr 16:08
Compare
Choose a tag to compare
  • Allow User-Agent to be provided (fixes #695)

flickr4java-3.0.6

03 May 17:06
Compare
Choose a tag to compare

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

03 May 08:41
Compare
Choose a tag to compare
  • Upgrade to latest scribe (6.9.0).

flickr4java-3.0.2

23 Aug 18:01
Compare
Choose a tag to compare

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

23 Feb 11:22
Compare
Choose a tag to compare

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

flickr4java-3.0.0

06 Feb 19:35
Compare
Choose a tag to compare

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

03 Sep 21:43
Compare
Choose a tag to compare
  • 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

30 Jun 10:02
Compare
Choose a tag to compare
  • Moved to Java 1.8 as a minimum version
  • Various minor bug fixes