Skip to content

Releases: Kinto/kinto-emailer

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)

0.2.0

27 Jan 09:44
Compare
Choose a tag to compare

New features

  • List of recipients can now contain groups URIs. The principals from the specified
    group that look like email addresses will be used as recipients (fixes #6)
  • Support new variables like server root url or client IP address in email template (fixes #22)
  • Add some validation when defining kinto-emailer settings in collections metadata (fixes #21)

0.1.0

25 Jan 11:54
Compare
Choose a tag to compare

Initial version

  • Use a list of hooks to configure emails bound to notifications (fixes #11)
  • Support kinto-signer events (fixes #14)