Skip to content

Releases: go-iiif/go-iiif

6.0.1

02 Jul 18:47
65e7e1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

6.0.0

13 Mar 18:14
7563cea
Compare
Choose a tag to compare
  • Update to use aaronland/go-flickr-api package to retrieve Flickr photos (specifically to use OAuth1 authentication rather than Flickr Auth which has been deprecated) per issue #105
  • Update lambda-* targets in Makefile to build for newer arm runtimes
  • Update docs
  • Update vendor deps

5.0.6

13 Dec 00:28
Compare
Choose a tag to compare
  • Update vendor deps

5.0.5

07 Jul 20:52
b0328ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v.5.0.5

5.0.4

07 Mar 16:40
c37091c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.3...v5.0.4

5.0.3

14 Feb 21:25
Compare
Choose a tag to compare
  • Update vendor deps, notably x/image/tiff to account for CVE-2022-41727
  • Reformat import statements
  • Strip debugging from binary tools

5.0.2

30 Aug 20:03
Compare
Choose a tag to compare
  • Update native/driver.go to check for (and be forgiving of) EXIF errors when trying to rotate things automatically
  • Improved error reporting
  • Update vendor deps
  • Update to require Go 1.18 or higher

5.0.1

08 Mar 18:30
Compare
Choose a tag to compare
  • Bug fix: @id URIs schemes for 'info.json files were being incorrectly trimmed; update to use strings rather than path/filepath

5.0.0

08 Mar 01:01
dda109c
Compare
Choose a tag to compare
  • The tile/seed.go package and cmd/iiif-tile-seed tool assume IIIF Level 0 profiles rather than Level 2 to account for issue #92.

  • The profile package and types have been removed. The code to generate info.json files has been moved in to the info package.

  • The interface for the level package has been changed. Specifically the Profile method has been changed to return a URI string and there is a new Endpoint method.

4.3.5

02 Sep 23:52
Compare
Choose a tag to compare
  • Update vendor deps