Releases: NaturalHistoryMuseum/iiif-image-server
Releases · NaturalHistoryMuseum/iiif-image-server
v0.16.3
v0.16.2
v0.16.1
v0.16.0
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
v0.14.1
v0.14
v0.13
What's Changed
- Switch to setup.cfg + pyproject.toml by @jrdh in #26
- Weekly release 2022-05-23 by @alycejenni in #27
Full Changelog: v0.12.1...v0.13
v0.12.1
v0.12.0
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