Skip to content

1.3.4

Compare
Choose a tag to compare
@pmayer pmayer released this 12 Dec 14:33
· 6 commits to main since this release

Added

  • configurable error handling for push_to_showroom
  • add HealthCheckMiddleware
  • make RQ result TTL configurable
  • make Redis port configurable
  • add documentation for REDIS_PORT and RQ_RESULT_TTL
  • add documentation for Showroom sync

Changed

  • BREAKING: change default value of CAS_SERVER_URL to f'{SITE_URL}auth/'
  • use general config from https://github.com/base-angewandte/config
  • improve docker configuration with healthchecks and depends_on
  • update documentation style and environment
  • upgrade middleware to new django style
  • upgrade python to 3.8
  • upgrade django to 3.2
  • update requirements

Fixed

  • fix pip-sync in docker dev setup
  • change styling of … in invalid json highlighting
  • add migrations for jsonfield changes
  • fix cors settings
  • fix python version for readthedocs
  • only push entry if still published at worker runtime