Releases: AfterShip/email-verifier
Releases · AfterShip/email-verifier
v1.4.1
12 Sep 02:54
Compare
Sorry, something went wrong.
No results found
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
v1.4.0
12 Jan 03:59
Compare
Sorry, something went wrong.
No results found
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
v1.3.3
23 Mar 01:40
Compare
Sorry, something went wrong.
No results found
Change log
Making catchAll detection optional #76
When the user enables EnableAutoUpdateDisposable(), the disposable domains configuration is updated once by default.
Update test cases
Update Dependencies
v1.3.2
28 Nov 03:27
Compare
Sorry, something went wrong.
No results found
Change log
Uses x/net/proxy to fix issue when using SOCKS5
v1.3.1
14 Nov 07:48
Compare
Sorry, something went wrong.
No results found
Change log
Fix a bug: IsDisposable() matches the complete email domain
Update dependent metadata
Update Dependencies
v1.3.0
26 Sep 08:29
Compare
Sorry, something went wrong.
No results found
Change log
Support setting SOCKS5 proxy to perform CheckSMTP()
Make pkg compatible with earlier versions of Go
v1.2.0
11 Aug 09:38
Compare
Sorry, something went wrong.
No results found
Change log
Support adding custom disposable email domains #31
Fix a wrong reference in README #36
Update dependent metadata #38 #35
Update Dependencies
v1.1.0
03 Jun 07:46
Compare
Sorry, something went wrong.
No results found
Change log
Performance optimization:
reduce Result struct size from 96 to 80
ParseAddress() return Syntax instead of reference, for reducing GC pressure and improve memory locality.
Provide a simple API server
Bugfix: gravatar images may not exist
v1.0.3
13 Apr 07:23
Compare
Sorry, something went wrong.
No results found
Change log
Add a New feature: domain suggestion (typo check)
V1.0.2
01 Apr 11:48
Compare
Sorry, something went wrong.
No results found
Change log
Add build metadata tools to generate metadata_*.go files
Update load meta data logic