v1.5.1
reacherhq/check-if-email-existsv1.5.1Jun 8, 2026by umputun
AI Summary
This release addresses a bug in HTTP error handling by adding automatic retry logic for specific transient HTTP errors without requiring manual intervention.
Key Highlights
- Automatic retry for transient HTTP errors (529, 502, 503, 504)
- No longer requires the --wait flag to handle these errors
New Features
- Automatic retry logic for transient HTTP errors
Full Release Notes
**Bug Fixes** - retry transient HTTP errors (529/502/503/504) without --wait #377 @umputun