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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## Unreleased
6
6
-[Compare to latest release][unreleased]
7
7
8
+
## [1.3.0] - 2016-10-01
9
+
### Added
10
+
-[#121](https://github.com/SparkPost/python-sparkpost/pull/121) Added extended error code to `SparkPostAPIException` class
11
+
-[#124](https://github.com/SparkPost/python-sparkpost/pull/124) Added `delete` method to `Transmission` class
12
+
- CI tests now also run against Python 3.5
13
+
14
+
### Changed
15
+
-[#123](https://github.com/SparkPost/python-sparkpost/pull/123) Updated RequestsTransport to use a requests session so HTTP Keep Alive is honored
16
+
17
+
### Fixed
18
+
-[#115](https://github.com/SparkPost/python-sparkpost/pull/115) Guess attachment mimetype in Django email backend if not provided
19
+
8
20
## [1.2.0] - 2016-04-19
9
21
### Added
10
22
-[#109](https://github.com/SparkPost/python-sparkpost/pull/109) Support for specifying `template`, `substitution_data` when using the Django email backend
@@ -86,7 +98,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
86
98
- Metrics class for getting a list of campaigns and domains
0 commit comments