You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## Unreleased
6
6
-[Compare to latest release][unreleased]
7
7
8
+
## [1.3.3] - 2017-01-13
9
+
### Fixed
10
+
-[#135](https://github.com/SparkPost/python-sparkpost/pull/135) Issue where exceptions were not returning properly for some underlying API errors
11
+
8
12
## [1.3.2] - 2016-11-14
9
13
### Fixed
10
14
-[#129](https://github.com/SparkPost/python-sparkpost/pull/129) Reverted change for emojis in the body of a message, needs further investigation
11
15
-[#129](https://github.com/SparkPost/python-sparkpost/pull/129)`substitution_data`, `metadata`, and `tags` are now supplied properly for cc/bcc recipients
12
16
13
-
14
17
## [1.3.1] - 2016-11-13
15
18
### Added
16
19
- Instructions for use with Google Cloud
@@ -20,7 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
20
23
-[#118](https://github.com/SparkPost/python-sparkpost/pull/118) Fixed improper setting of header_to value when using cc and primary recipient has substitution data
21
24
-[#119](https://github.com/SparkPost/python-sparkpost/pull/119) Added missing `sources` to suppression list key map
22
25
23
-
24
26
## [1.3.0] - 2016-10-01
25
27
### Added
26
28
-[#121](https://github.com/SparkPost/python-sparkpost/pull/121) Added extended error code to `SparkPostAPIException` class
@@ -114,7 +116,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
114
116
- Metrics class for getting a list of campaigns and domains
0 commit comments