bump to 0.3.1+v5.1.0 #17

Merged
notplants merged 1 commits from upgrade-0.3.1+v5.1.0 into main 2026-05-18 18:29:59 +00:00
Owner

Add env vars introduced upstream across v4.6 → v5.0:

  • CONVERSION_UPLOAD_ENABLED (v4.8.5) — recipe override true (upstream default false)
  • CONVERSION_FILE_MAX_SIZE / _EXTENSIONS_ALLOWED / API* (v4.5.0 source)
  • DB_PSYCOPG_POOL_ENABLED (v4.8.1)
  • DJANGO_EMAIL_URL_APP (v4.6.0) — recipe sets to https://${DOMAIN}
  • MEDIA_AUTH_ORIGINAL_URL_HEADER (v5.0.0)

All except CONVERSION_UPLOAD_ENABLED and DJANGO_EMAIL_URL_APP default to upstream values unless operator explicitly sets them in .env.

CONVERSION_UPLOAD_ENABLED defaults to true, which seems like a better option

Add env vars introduced upstream across v4.6 → v5.0: - CONVERSION_UPLOAD_ENABLED (v4.8.5) — recipe override true (upstream default false) - CONVERSION_FILE_MAX_SIZE / _EXTENSIONS_ALLOWED / _API_* (v4.5.0 source) - DB_PSYCOPG_POOL_ENABLED (v4.8.1) - DJANGO_EMAIL_URL_APP (v4.6.0) — recipe sets to https://${DOMAIN} - MEDIA_AUTH_ORIGINAL_URL_HEADER (v5.0.0) All except CONVERSION_UPLOAD_ENABLED and DJANGO_EMAIL_URL_APP default to upstream values unless operator explicitly sets them in .env. CONVERSION_UPLOAD_ENABLED defaults to true, which seems like a better option
notplants added 1 commit 2026-05-18 18:29:47 +00:00
Add env vars introduced upstream across v4.6 → v5.0:
- CONVERSION_UPLOAD_ENABLED (v4.8.5) — recipe override true (upstream default false)
- CONVERSION_FILE_MAX_SIZE / _EXTENSIONS_ALLOWED / _API_* (v4.5.0 source)
- DB_PSYCOPG_POOL_ENABLED (v4.8.1)
- DJANGO_EMAIL_URL_APP (v4.6.0) — recipe sets to https://${DOMAIN}
- MEDIA_AUTH_ORIGINAL_URL_HEADER (v5.0.0)

All except CONVERSION_UPLOAD_ENABLED and DJANGO_EMAIL_URL_APP use the
bare-key defer-to-upstream pattern (like existing LOGGING_LEVEL_*), so
upstream defaults apply unless the operator sets them in .env.

Document all 10 vars (commented) in .env.sample.
notplants merged commit f31df0e83c into main 2026-05-18 18:29:59 +00:00
notplants deleted branch upgrade-0.3.1+v5.1.0 2026-05-18 18:29:59 +00:00
Sign in to join this conversation.
No description provided.