Releases: marcosschroh/cookiecutter-faust
Releases · marcosschroh/cookiecutter-faust
v1.1.1
v1.1.0
README.md
updatedCHANGELOG.md
added
v1.0.0
- Faust app is not longer build with docker-compose
- Settings fixed
- documentation updated
virtualenv
support added for local development
v0.15.0
- settings fixed
- documentation updated
v0.14.0
- scripts refactored
v0.13.0
- 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
- Linting has been fixed. Not the project created can run
black
andflake8
- Kubernetes resources added.
v0.11.0
- CI providers option added (
travis
&none
)
v0.10.0
- 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
- Faust version updated to
1.9.0
- tox remoced from requirements
- scripts added (lint, tests)
- pytests refactor: conftest.py added in cookiecutter project