Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@Kyria Kyria released this 27 May 15:14
· 1 commit to master since this release

What's Changed

  • Disable authenticated views when ESI_SECRET_KEY is not set (by @nmalaguti in #110)
  • Fix sqlalchemy warning for activity_products__eager (by @nmalaguti in #111)
  • Add docker-compose support (by @nmalaguti in #112)
  • Changed version of Python from 3.7 to 3.9 in Dockerfile
  • Update all the python dependencies to use more recent version of everything (mostly Flask 2+ and Celery 5+)
    • Fix Jinja2 contextfilter to use pass_context
    • Update manage.py and celery_cli.py to use Click instead of Flask-Script (these were kept for compatibility purpose, so people can still use them)
    • Update tasks to use the click decorators instead of Flask-Script Command class
    • Remove dependency to Flask-Script
    • Fix celery configs for Celery 5+
    • Fix celery calls in Docker entrypoint due to the version upgrade