Releases 0.17
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 patharguments 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.