Releases: darrencauthon/csharp-sparkpost
Releases · darrencauthon/csharp-sparkpost
2.0.2 Forgot yet another new addition to the interface: RecipientValidations
Forgot yet another new addition to the interface: RecipientValidations
Full Changelog: 2.0.1...2.0.2
2.0.1 - Events interface bugfix
What's Changed
- Forgot an addition to the interface by @adamhathcock in #198
Full Changelog: 2.0.0...2.0.1
2.0.0 - the pulling code forward to .NET Core+
What's Changed
- Do not alter metadata keys by @darrencauthon in #154
- Zythra issue 152 add target link url by @darrencauthon in #162
- Issue #152 - Added the TargetLinkUrl to MessageEvents by @zythra in #153
- Adding docs for a custom hostname by @avigoldman in #156
- Initial update for 2.0 by @adamhathcock in #196
- Update tests and examples by @adamhathcock in #197
New Contributors
- @zythra made their first contribution in #153
- @avigoldman made their first contribution in #156
- @adamhathcock made their first contribution in #196
Full Changelog: 1.14.0...2.0.0
User-agent
- Added a user-agent to identify the client. Defaults to csharp-sparkpost/version, like "csharp-sparkpost/1.14.0"
Better CC/BCC handling
- Fixed issue where CC/BCC emails were not setting set correctly in the header. Thanks @asherber !
Fix misspelled word
Message Event Samples
- Added support for message event samples.
Suppressions Retrieve fix
- Resolved an issue retrieving emails from suppression lists. Resolved #117
MailMessage helpers
- Added helpers to convert
MailMessage
s toTransmission
s.
Thanks again @asherber !
Added support for Metrics
- Added support for metrics.
- Added file helpers for easier attachments.
Thanks @asherber !