Skip to content

Releases: SparkPost/php-sparkpost

2.3.0: PHP 8.0 support, fixed code examples

17 Mar 21:59
2c7f60d
Compare
Choose a tag to compare

2.2.1: Merge pull request #198 from SparkPost/formfeed

08 Mar 19:40
dd4964a
Compare
Choose a tag to compare

2.2.0

04 Jun 20:01
9e977d8
Compare
Choose a tag to compare
Merge pull request #190 from SparkPost/2.1.1

2.2.0

2.1.0

10 Jan 14:31
Compare
Choose a tag to compare

Added

  • #161 added example for sending email with attachment and simplified the examples setup
  • #159 added debug option for seeing the full request sent to SparkPost
  • #151 added packagist badges
  • #139 added examples for message events and templates

Changed

  • #150 renamed the Resource class to ResourceBase since resource soft reserved in php 7
  • #137 cleaned up tests and post install scripts
  • #138 added PHP 7.1 as a test environment

Fixed

  • #156 fixed typo in README.md
  • #152 fixed propagation of coverage tests to coveralls.io
  • #147 fixed examples in README.md
  • #139 fixed the ability to send using recipient lists
  • Issue#141 removed form feeds from the JSON body sent to the API

2.0.3

29 Jul 05:13
Compare
Choose a tag to compare

Issue #135 reported Http\Discovery\NotFoundException caused by 2.0.2 update.

2.0.2

28 Jul 16:09
Compare
Choose a tag to compare

#131 removed any dependency on Guzzle by replacing it with MessageFactoryDiscovery

2.0.1

29 Jun 22:08
Compare
Choose a tag to compare

Fixed

  • #129 issue with content.from being expected even when using a stored template

2.0.0

24 Jun 20:03
Compare
Choose a tag to compare

This major release included a complete refactor of the library to be a thin HTTP client layer with some sugar methods on the Transmission class. There is now a base resource that can be used to call any SparkPost API with a one to one mapping of payload parameters to what is listed in our API documentation.

Changed

  • #123 Rewrote docs and updated composer name
  • #122 Add transmission class and examples
  • #121 Update base resource and tests

1.2.1

27 May 16:33
Compare
Choose a tag to compare

Fixed

  • #111 allow pass through of timeout setting in http config

1.2.0

04 May 13:41
Compare
Choose a tag to compare

Added

  • EditorConfig file to maintain consistent coding style
  • composer run-script fix-style can now be run to enforce PSR-2 style

Changed

  • Responses from the SparkPost API with HTTP status code 403 now properly raise with message, code, and description

Fixed

  • Removed reliance on composer for version of library