Releases: dlcs/composite-handler
Releases · dlcs/composite-handler
v1.2.2 - Optionally use cropbox
Summary
- Add new envvar,
PDF_RASTERIZER_USE_CROPBOX. WhenTruethe image is rasterized from cropbox, rather than mediabox
What's Changed
- Allow
use_cropboxto be controlled by @donaldgray in #92
Full Changelog: v1.2.1...v1.2.2
v1.2.1 - Fix memory leak if resizing post rasterization
v1.2.0 - SQS Broker
What's Changed
- Allow SQS broker by @donaldgray in #68
- Bump boto3 from 1.34.143 to 1.34.144 by @dependabot in #69
Full Changelog: v1.1.4...v1.2.0
v1.1.4 - Sync scavenge
What's Changed
- Synchronously scavenge diskspace when job completed by @donaldgray in #59
Full Changelog: v1.1.3...v1.1.4
v1.1.3 - Rerasterize images that are too large
What's Changed
- Detect 1x1 pixel output and re-rasterized with fallback DPI by @donaldgray in #46
Full Changelog: v1.1.2...v1.1.3
v1.1.2 - Constrain max image size
What's Changed
- Handle optional param (
PDF_RASTERIZER_MAX_LENGTH) to resize rasterized image if too large by @donaldgray in #42
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - Set higher MAX_IMAGE_PIXELS
What's Changed
- Increase PIL MAX_IMAGE_PIXELS to avoid decompression bomb warnings by @donaldgray in #40
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - handle "compositeId" parameter
Summary
Update dependencies and fix a few smaller bugs for better error reporting.
Allow "compositeId" to be specified for better control over keys used in S3. Add customer and space to s3 key.
What's Changed
- Various updates prior to SLF release by @donaldgray in #35
- Handle "compositeId" parameter by @donaldgray in #36
Full Changelog: v1.0.0...v1.1.0
v1.0.0 - Initial Release
Migrated composite-handler component from https://github.com/dlcs/protagonist/tree/v1.1.1/src/composite_handler and applied the following changes:
What's Changed
- Upgrade packages / dependabot updates by @donaldgray in #9
- Bump docker/build-push-action from 2 to 4 by @dependabot in #1
- Bump docker/metadata-action from 3 to 4 by @dependabot in #2
- Bump django-environ from 0.8.1 to 0.10.0 by @dependabot in #3
- Bump pdf2image from 1.16.0 to 1.16.3 by @dependabot in #5
- Bump asgiref from 3.4.1 to 3.7.2 by @dependabot in #6
- Bump sqlparse from 0.4.2 to 0.4.4 by @dependabot in #7
- Tweak dockerfile + add entrypoints by @donaldgray in #10
New Contributors
- @donaldgray made their first contribution in #9
Full Changelog: https://github.com/dlcs/composite-handler/commits/v1.0.0