Releases: NLog/NLog.MailKit
Releases · NLog/NLog.MailKit
Version 5.3
Misc
- Update version to 5.3 @304NotModified (#223)
- Added support for RequireTLS @snakefoot (#222)
- Fixed Sonar Code smell @snakefoot (#220)
- Updated README.md of how to register from code @snakefoot (#188)
↜ Other dependencies
- Updated dependency MailKit to 4.7.1.1 to fix security issues (#222)
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 @dependabot (#195)
Version 5.2
🚀 Features
- Added support for PickupDirectoryLocation @snakefoot (#178)
Version 5.1
🚀 Features
- Added support for MailHeaders (align with NLog MailTarget) @snakefoot (#154)
🔧 Maintenance
- Improve code-coverage with test of message body header and footer @snakefoot (#175)
- Improve code-coverage by testing batch of LogEvents @snakefoot (#174)
- Reduce InternalLogger.Debug logging to one line @snakefoot (#173)
- Added support for MailHeaders (unit test) @snakefoot (#172)
↜ Dependencies
- Updated dependency NLog to v5.2.2 @snakefoot (#170)
Version 5.0
- NLog 5 compatible
- All configuration properties for the MailKit-Target have been converted to typed NLog Layout.
- Updated to MailKit ver. 3.2.0
Version 4.1
- Updated to MailKit 3 @LadislavBohm (#135)
Version 4.0
- .NET Standard 2.0 only @304NotModified
- Updated MailKit dependency @304NotModified
- CLSCompliant (expect SecureSocketOption) @304NotModified
See #131
Version 3.4
🍩 Package improvements
- Enable deterministic build @304NotModified (#124)
- Enabled SourceLink @304NotModified (#127)
- Create and publish snupkg @304NotModified (#123)
↜ Dependencies
- Bump MailKit to 2.9.0 @304NotModified (#128)
- Bump NLog from 4.7.4 to 4.7.12 @304NotModified @dependabot-preview (#96, #112, #125)
Version 3.3
Updated dependencies
Version 3.2
- Updated dependencies
- Support for the System.Net.Mail.MailPriority values: High and Low
Version 3.1
- Updated dependencies
- Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)