Changelog for smtp-mail-0.3.0.0
CHANGELOG
This package follows the Package Versioning Policy. Roughly speaking, this means that we have four digits standing for:
- Major: A significant rewrite of the library.
- Major: A breaking change
- Minor: A non-breaking addition
- Patch: A non-breaking bugfix
Upcoming
If you are doing a pull-request, please update this list. A template is provided:
- [# PR number](URL to pr) @your_github_username
- Describe change #1
- Describe change #2
- Indicate if changes are major, minor, or patch changes.
0.3.0.0
-
#32 @typetetris
- add some functions to use SMTPS, which should be preferred to STARTTLS for mail submissions of endusers according to RFC 8314
- add STARTTLS
- add integration test using nixos tests
-
#30 @typetetris
- Replace
cryptohash
dependency withcryptonite
.cryptohash
is deprecated andcryptonite
offers HMAC MD5 directly.
- Replace