Skip to content

Commit 3e331f1

Browse files
committed
Release 0.4.2
1 parent 75c954f commit 3e331f1

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -26,13 +26,16 @@
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

0 commit comments

Comments
 (0)