Skip to content

Releases: Kinto/kinto-emailer

3.0.4

11 Feb 12:08
8b99f6d
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 3.0.3...3.0.4

3.0.3

06 Feb 16:41
c11e9bf
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix crash of ValueError expected txn status 'Active' or 'Doomed', but it's 'Committed' by @leplatrem in #477

Full Changelog: 3.0.2...3.0.3

3.0.2

31 Jan 09:45
6e1740e
Compare
Choose a tag to compare

What's Changed

Internal Changes

Full Changelog: 3.0.1...3.0.2

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)