-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCHANGES
52 lines (40 loc) · 1.36 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Sea Cucumber Change Log
1.5.2
=====
* Correct an old import that relied on an outdated reference
in boto.__init__ (lijoantony)
1.5.1
=====
* BIC: We now require boto 2.8.0 or later. Earlier versions *may* work,
but we will make no attempt to support them. (gtaylor)
* Don't auto retry for clearly mal-formed addresses. (gtaylor)
* Use validate_email instead of deprecated email_re. (joshuakarjala)
* Add dkim signing support. (benburry)
* Add a custom SES AWS credential setting. (dmitry-mukhin)
1.5
===
* Correctly decode email bodies as UTF-8 before handing message off to
the SendEmailTask that sends via boto. Fixes issues with UTF characters in
email bodies resulting in errors.
* Minimum supported boto version is now 2.3 so we can make use of the more
fine-grained SES exceptions.
1.4
===
* Take advantage of new SES exceptions in boto to prevent the re-trying of
bounced or invalid email addresses.
1.3
===
* Assume default of 0 for current/prev day stats when no mails have been sent.
* Remove some code that didn't work for boto 2.1.
1.2
===
* Added support for rate limiting outbound emails per second, to make sure we're
following SES's max email rate enforcement.
* Added the ses_usage management command. Shows usage and quota details.
1.1
===
* Fixed minor packaging issue.
* Small code re-org for the sake of organization.
1.0
===
* Initial release.