Skip to content

Releases: NaturalHistoryMuseum/iiif-image-server

v0.16.2

22 Jul 10:25
Compare
Choose a tag to compare

v0.16.2 (2024-07-22)

Fix

  • make sure the image is loaded before rotating it based on exif
  • rotate images on source acquisition

[main a99721d] bump: version 0.16.1 → 0.16.2
3 files changed, 9 insertions(+), 2 deletions(-)

v0.16.1

01 Jul 23:23
Compare
Choose a tag to compare

v0.16.1 (2024-07-01)

Fix

  • define cause variable before using it in exception
  • add a redirect endpoint for old mam requests to go to

[main 55f04e3] bump: version 0.16.0 → 0.16.1
3 files changed, 8 insertions(+), 2 deletions(-)

v0.16.0

11 Dec 11:18
Compare
Choose a tag to compare

v0.16.0 (2023-12-11)

Feature

  • add store status to profile status
  • convert non-jpeg images to jpeg before serving

Fix

  • make disk store path relative to root
  • replace imghdr with filetype
  • convert images to rgb before saving as jpg

Refactor

  • change 'source' to 'converted' for clarification

Docs

  • fix workflow badge
  • update config option docs

Tests

  • check the disk status is returning the correct info
  • exclude abstract methods from coverage report
  • check that the cause is returned correctly
  • add a test to check size is returned correctly
  • add tests for the disk store specifically
  • add tests to confirm that disk profile always returns jpg paths

Chores/Misc

  • add bump and sync workflows
  • add commitizen config to pyproject.toml

[main a0bc01e] bump: version 0.15.0 → 0.16.0
3 files changed, 81 insertions(+), 2 deletions(-)
create mode 100644 CHANGELOG.md

v0.15.0

16 Nov 00:08
a2a7358
Compare
Choose a tag to compare

What's Changed

  • Remove image magick from jpg conversion code by @jrdh in #43

Full Changelog: v0.14.1...v0.15.0

v0.14.1

04 Jul 17:14
b2ae4f6
Compare
Choose a tag to compare

What's Changed

  • Proactively disable Pillow bomb errors in subprocesses by @jrdh in #34
  • v0.14.1 hot fix release by @jrdh in #35

Full Changelog: v0.14...v0.14.1

v0.14

04 Jul 09:47
40a6454
Compare
Choose a tag to compare

What's Changed

  • Switch to using a Loky process pool by @jrdh in #32
  • Weekly release 2022-07-04 by @jrdh in #33

Full Changelog: v0.13...v0.14

v0.13

23 May 13:02
35ed37a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13

v0.12.1

16 May 12:24
bbd1205
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

16 May 09:15
ffcb50c
Compare
Choose a tag to compare

What's Changed

  • Implement file management on the cache and source dirs by @jrdh in #17
  • Use pillow for rotations instead of jpegtran by @jrdh in #18
  • Allow optional formats and qualities by @jrdh in #19
  • Fix rotation bugs by @jrdh in #20
  • Upgrade dependencies and fix a test that broke due to them by @jrdh in #21
  • Remove jpeg option by @jrdh in #23
  • Add extras to info.json by @jrdh in #24

Full Changelog: v0.11.0...v0.12.0

v0.11.0

11 Jan 00:04
1ba9de4
Compare
Choose a tag to compare
  • Switch MSS names from EMu IRNs to GUIDs - #15