v1.5.1

hexojs/hexov1.5.1Jun 8, 2026by umputun

AI Summary

Added retry logic for transient HTTP errors to improve resilience against temporary network failures.

Key Highlights

  • Added retry logic for transient HTTP errors (529, 502, 503, 504) without the need for --wait.

Full Release Notes

**Bug Fixes**
- retry transient HTTP errors (529/502/503/504) without --wait #377 @umputun