Skip to content

Releases: marcosschroh/cookiecutter-faust

v1.1.1

03 Sep 21:10
e56d234
Compare
Choose a tag to compare
  • isort added as dependency

v1.1.0

22 Aug 19:29
Compare
Choose a tag to compare
  • README.md updated
  • CHANGELOG.md added

v1.0.0

10 Apr 20:57
Compare
Choose a tag to compare
  • Faust app is not longer build with docker-compose
  • Settings fixed
  • documentation updated
  • virtualenv support added for local development

v0.15.0

03 Apr 17:43
Compare
Choose a tag to compare
  • settings fixed
  • documentation updated

v0.14.0

03 Apr 13:35
Compare
Choose a tag to compare
  • scripts refactored

v0.13.0

01 Apr 22:16
Compare
Choose a tag to compare
  • PYTHONPATH fixed
  • PageViews tutoorial added by default
  • ssl conf added by default
  • codecs example removed
  • virtualenv added
  • pycharm, include_ssl, codec_example and include_page_views options removed
  • readme updated

v0.12.0

18 Feb 10:24
Compare
Choose a tag to compare
  • Linting has been fixed. Not the project created can run black and flake8
  • Kubernetes resources added.

v0.11.0

23 Dec 16:50
Compare
Choose a tag to compare
  • CI providers option added (travis & none)

v0.10.0

29 Nov 10:43
Compare
Choose a tag to compare
  • Image is running as a non root user
  • SSL settings option added to cookiecutter
  • TOPIC_ALLOW_DECLARE && TOPIC_DISABLE_LEADER env variables added

New faust version and tests

25 Nov 18:11
Compare
Choose a tag to compare
  • Faust version updated to 1.9.0
  • tox remoced from requirements
  • scripts added (lint, tests)
  • pytests refactor: conftest.py added in cookiecutter project