File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.4.3 (unreleased )
3+ ## 0.4.2 (2026-04-20 )
44
55- Fix: ` AuthImagingHandler.finish() ` no longer applies the long-TTL
66 ` Cache-Control ` override to error responses (4xx/5xx). Previously a
2626 (` min(32, cpu+4) ` ) plus headroom.
2727 Fixes [ #6 ] ( https://github.com/bluedynamics/zodb-pgjsonb-thumborblobloader/issues/6 ) .
2828
29- ## 0.4.2 (2026-04-02)
30-
31- - Fix: S3 loader now reads ` PGTHUMBOR_S3_ACCESS_KEY ` and ` PGTHUMBOR_S3_SECRET_KEY `
32- env vars and passes them to boto3. Previously credentials were only picked up
33- via boto3's default chain (` AWS_ACCESS_KEY_ID ` /` AWS_SECRET_ACCESS_KEY ` ).
29+ - Fix: S3 loader now reads ` PGTHUMBOR_S3_ACCESS_KEY ` and
30+ ` PGTHUMBOR_S3_SECRET_KEY ` env vars and passes them to boto3.
31+ Previously credentials were only picked up via boto3's default chain
32+ (` AWS_ACCESS_KEY_ID ` /` AWS_SECRET_ACCESS_KEY ` ).
3433 Fixes [ #2 ] ( https://github.com/bluedynamics/zodb-pgjsonb-thumborblobloader/issues/2 ) .
3534
35+ - Test-infra: test suite now falls back to an ephemeral PostgreSQL
36+ container via ` testcontainers ` when ` ZODB_TEST_DSN ` is not set,
37+ so tests run without any prior local Postgres setup.
38+
3639## 0.4.1 (2026-04-02)
3740
3841- Fix: Docker image missing ` boto3 ` — S3 blob loading failed with
You can’t perform that action at this time.
0 commit comments