Releases: husail/http-iterator
Releases · husail/http-iterator
v1.1.0
📦 Release v1.1.0
What's new
- Added a retry mechanism to handle transient errors during iteration using
retry()andmaxRetries.
This is particularly useful for use cases such as API throttling (HTTP 429) or network instability. - Improved test coverage to validate retry behavior and iteration flow.
- Reorganized class methods for better readability and maintenance.
- Bumped the minimum PHP version requirement to
^8.1incomposer.json.
v1.0.1
📦 Release v1.0.1
What's new
- Fixed a bug in hasNextPage() that prevented the last page from being processed during iteration.
- Improved test coverage to ensure all pages are correctly iterated.
- Added PHP-CS-Fixer for consistent code style (PSR-12).
- Added PHPStan for static analysis and improved code quality.
v1.0.0
Initial release 🎉