Releases: onebeyond/onebeyond-studio-email-providers
Releases · onebeyond/onebeyond-studio-email-providers
v7.0.0.4
What's Changed
- Bumped versions of several libraries by https://github.com/dependabot
- Microsoft.Graph upgraded to 5.15.0 by @andriikaplanovskyi in #27
Full Changelog: v7.0.0.3...v7.0.0.4
v7.0.0.3
What's Changed
- Azure communication services EmailSender by @andriikaplanovskyi in #10
- Correlation Id Support added by @andriikaplanovskyi in #13
- SendGrid EmailSender fixes by @andriikaplanovskyi in #14
Full Changelog: v7.0.0.2...v7.0.0.3
Description
Azure communication services EmailSender
Added Azure Communication Email Sender.
Correlation Id Support
Correlation Id Support added to SendGrid and AzureCommService email senders.
IEmailSender interface: SendEmailAsync now returns the correlation id, which can be used to track an e-mail in external systems (like in SendGrid on in Azure Communication service)
AzureCommService Emails provider: an extra configuration option DoNotWaitTillOperationCompleted is added:
- When DoNotWaitTillOperationCompleted is true, we just pass the e-mail to communication services and do not wait till the e-mail is acutally sent.
- When DoNotWaitTillOperationCompleted is false, we do wait till the e-mail is acutally sent (takes longer).
Third-party libraries updated
Third-party libraries updated
v7.0.0.1
What's Changed
- First release
v7.0.0.1-alpha.1
What's Changed
- Upgrade projects to .NET7 by @stefanopeli in #2
Full Changelog: v6.0.0.1-alpha.1...v7.0.0.1-alpha.1
v6.0.0.1-alpha.1
Initial source code