Skip to content

Releases: Kinto/kinto-emailer

3.0.1

19 Jan 10:47
b623c12
Compare
Choose a tag to compare
  • Enable setuptools-scm and remove useless MANIFEST.in

Full Changelog: 3.0.0...3.0.1

3.0.0

19 Jan 10:01
9343870
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Other Changes

Full Changelog: 2.1.0...3.0.0

2.1.0

29 Nov 17:14
2.1.0
7002357
Compare
Choose a tag to compare

New features

  • Add ability to use settings values in placeholders (#294).
    For example: "subject": "Email from {settings[project_name]}"

2.0.0

01 Dec 11:29
2.0.0
f7ca27b
Compare
Choose a tag to compare

Breaking Changes

  • Remove template variable validation

1.1.0

20 Feb 16:01
acc4fe0
Compare
Choose a tag to compare

New features

  • Allow regexp in filters values when selecting events (#88)

1.0.2

17 Apr 11:56
09e4bdb
Compare
Choose a tag to compare

Internal changes

  • Get rid of six

1.0.1

21 Nov 15:50
Compare
Choose a tag to compare

Bug fixes

  • Don't block on Pyramid 1.8 anymore. (#46)

1.0.0

28 Jun 19:20
Compare
Choose a tag to compare

Bug fixes

  • Fix crash when creating bucket with POST /buckets (fixes #43)

0.4.0

14 Apr 12:24
Compare
Choose a tag to compare

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

30 Jan 10:41
727cce8
Compare
Choose a tag to compare

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)