Skip to content

Releases 0.17

Compare
Choose a tag to compare
@yepher yepher released this 08 Mar 13:02
· 51 commits to master since this release

Release Notes

  • Client.SendMessage to automatically set the sandbox option of the from address is @sparkpostbox.com
  • Fixes incompatibility with httpclient >= 4.5.3
  • deprecates String path arguments in RestConnection
  • Extracts and interface for RestConnection and adds more unit tests

Backwards compatibility

There should not be any backwards compatibility issues with this versions. If client code i using RestConnection that code should start using the Endpoint GET, PUT, POST,DELETE instead of the String argument version as they have been marked for deprecation and will be removed in next release.