mail
mail copied to clipboard
Semver break in 2.8.0.rc1 - CheckDeliveryParams
Mail 2.8.0.rc1 removes the class Mail::CheckDeliveryParams. This is a public interface change which means that according to Semver either:
- Do a major version bump (3.0.0); or
- Re-add the class interface to ensure compatibility (can be marked
@deprecated)
Otherwise, this may break some gems; I found that it broke the mail-ses gem which I maintain.
https://github.com/tablecheck/mail-ses/pull/4