email-verifier v1.4.1 Release Notes

Release Date: 2024-09-12 // over 1 year ago
  • What's Changed

    • โž• Add support for configurable timeouts in SMTP verification by @eos175 in #110
    • โœ‚ Remove gmail api verifier by @OisCircle in #113
    • feat: update free_email_domain sources, and rebuild metadata by @lryong in #127
    • Chore(deps): Bump golang.org/x/net from 0.19.0 to 0.29.0 by @dependabot in #128
    • โœ… Chore(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #114

    ๐Ÿ†• New Contributors

    Full Changelog : v1.4.0...v1.4.1


Previous changes from v1.4.0

  • ๐Ÿ”„ Change log

    • ๐Ÿ”‹ Feature: Support Gmail&Yahoo SMTP check by API #88
    • Optimization: Return HasMXRecord as true when at least one valid mx records exist #94
    • โšก๏ธ Update Dependencies