Releases: Kinto/kinto-emailer
Releases · Kinto/kinto-emailer
3.0.1
- Enable setuptools-scm and remove useless MANIFEST.in
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
Breaking Changes
Other Changes
Full Changelog: 2.1.0...3.0.0
2.1.0
New features
- Add ability to use settings values in placeholders (#294).
For example: "subject": "Email from {settings[project_name]}"
2.0.0
Breaking Changes
- Remove template variable validation
1.1.0
New features
- Allow regexp in filters values when selecting events (#88)
1.0.1
Bug fixes
- Don't block on Pyramid 1.8 anymore. (#46)
1.0.0
Bug fixes
- Fix crash when creating bucket with
POST /buckets
(fixes #43)
0.4.0
New features
- Add a
validate_setup.py
script to check that server can actually send emails
- Add a
kinto-send-email
command to test the configuration (fixes #35)
Bug fixes
- Fix sending notifications by decoupling it from transactions (fixes #38)
0.3.0
New features
- Support configuration from bucket metadata (fixes #27)
- Send mail to local Maildir queue if
mail.queue_path
setting is defined (ref #3)
Bug fixes
- Fix support of batch requests (fixes #24)