Skip to content

v0.9.4beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@erick-otenyo erick-otenyo released this 10 Oct 15:09
· 7 commits to main since this release
ceb6d90

What's Changed

  • Project restructure by @erick-otenyo in #257
    • Move all src code into climweb directory. Climweb is now a python package that can be used as a base for developing climweb plugins. Climweb will not be able to support plugins, that extend its functionality
    • Rewrite docker configurations
    • Add celery for async tasks. This will eventually replace tasks run with django background task package
    • Use Redis for caching and celery task queueing, instead of memcache that was only a cache
    • Add plugin-boilerplate for use with cookiecutter
    • untrack .vscode
    • climweb version now set in version.py instead of init.py
  • Initial CAP alerts publishing to MQTT implementation by @erick-otenyo in #258
  • update weasyprint to 62.3 by @erick-otenyo in #259
  • Move all background tasks to use celery
  • Update translations by @erick-otenyo in #260
  • Updates and Bug Fixes by @erick-otenyo in #263

Full Changelog: v0.9.3...v0.9.4beta1