Releases: Harvard-ATG/lts-iiif-ingest-service
Releases · Harvard-ATG/lts-iiif-ingest-service
v1.3.0
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
- 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
andsetup.py
in favor of specifying dependencies insetup.cfg
, which we have confirmed works with Dependabot - Use compatible release version specifier (~=) for
setup.cfg
dependencies
v1.1.2
Bugfix: adding some missed dependencies; updated setup.cfg
and pyproject.toml
build requirements and build strategy
v1.1.1
UUID configuration for Assets
v1.1.0
New features:
- Add file object handling during upload. When defining an image to be uploaded, you can specify a
fileobj
key instead of afilepath
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.