forked from drewblas/aws-ses
-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
59 lines (45 loc) · 1.55 KB
/
CHANGELOG
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
53
54
55
56
57
58
59
0.7.1:
* Bugfix in sig version v4 detection
0.7.0:
* Implement Authorization Header v4 (add config: `signature_version: 4`)
* Wrap message ID in `<>` correctly
0.6.0:
* Various small bug fixes
0.5.0:
* Check for existence of html or text body when attachments are included
* Message ids in mail objects should now reflect what is actually sent.
0.4.4:
* Fixed error in initialized settings if you don't set them manually
0.4.3:
* No more error from Rails 3.1 about incompatible gem versions
* Better error message
* No duplicate dependencies
0.4.2:
* Added support for ReplyToAddresses, Destinations, and Source (pzb)
* Added custom User-Agent header (pzb)
* Widespread doc updates
0.4.1:
* Removed many unneeded monkeypatch extensions
* Tests ( and gem ) run in 1.9.2
0.4.0:
* This version may have some small incompatibilities due to adding support for MessageId. Check that the result still matches what you previously expected.
* Added MessageId support in responses
* Improved resulting data from many responses
* Added tests and documentation for quota and statistics
* Added Rails 2.3.x support ( I HOPE!!! )
0.3.2:
* Removed unused extensions that were conflicting with S3
0.3.1:
* Downgraded mail gem version required to enhance Rails 3.0.0 compatibility
0.3.0:
* Added send_raw_email support
* Added support for Rails3
* Vastly improved error handling and got rid of a bunch of stuff that wasn't used
0.2.0:
* Added info support
* Added send_email
0.1.0:
- Initial creation that supports:
* addresses.list
* addresses.verify(email)
* addresses.delete(email)