Skip to content

Releases: husail/http-iterator

v1.1.0

04 May 23:14

Choose a tag to compare

📦 Release v1.1.0

What's new

  • Added a retry mechanism to handle transient errors during iteration using retry() and maxRetries.
    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.1 in composer.json.

v1.0.1

17 Mar 04:54

Choose a tag to compare

📦 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

16 May 22:55

Choose a tag to compare

Initial release 🎉