Skip to content

Releases: Harvard-ATG/lts-iiif-ingest-service

v1.3.0

21 Jul 15:17
Compare
Choose a tag to compare

Updated dependencies

What's Changed

  • Update cryptography requirement from ~=3.3 to >=3.3,<42.0 by @dependabot in #172
  • Update flake8 requirement from ~=5.0 to >=5,<7 by @dependabot in #165
  • Update pre-commit requirement from ~=2.20 to >=2.20,<4.0 by @dependabot in #168
  • Update python-dotenv requirement from ~=0.21 to >=0.21,<2.0 by @dependabot in #170
  • Update black requirement from ~=22.8 to >=22.8,<24.0 by @dependabot in #169
  • Update pillow requirement from ~=9.3 to >=9.3,<11.0 by @dependabot in #173

Full Changelog: v1.2.1...v1.3.0

v1.2.1

23 Nov 15:31
df39cef
Compare
Choose a tag to compare
  • Support for Python < 3.9 with backports.zoneinfo
  • Parallelized matrix testing for Python unit tests, versions 3.7 to 3.11
  • Unit tests and linting are now two separate Actions workflows
  • Removed requirements.txt and setup.py in favor of specifying dependencies in setup.cfg, which we have confirmed works with Dependabot
  • Use compatible release version specifier (~=) for setup.cfg dependencies

v1.1.2

15 Nov 21:07
52b0cde
Compare
Choose a tag to compare

Bugfix: adding some missed dependencies; updated setup.cfg and pyproject.toml build requirements and build strategy

v1.1.1

14 Nov 17:20
fc79b16
Compare
Choose a tag to compare

UUID configuration for Assets

v1.1.0

06 Sep 18:53
Compare
Choose a tag to compare

New features:

  • Add file object handling during upload. When defining an image to be uploaded, you can specify a fileobj key instead of a filepath key to upload a file from memory, rather than from disk.

Fixes:

  • Image namespaces no longer fail when they include a .

Also updated underlying dependencies.