Skip to content

2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Mar 13:16

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Released on 2026-03-06. All issues associated with this milestone can be found using this filter.

Documentation

  • Update README.md
  • Fix typos in the documentation

Features

  • Implement logging functionality
  • Introduce URLSession extension
  • Add Swift Duration support for retry strategies
  • Introduce chain delay strategy
  • Introduce custom delay strategy
  • Add retryWithResult for detailed retry results
  • Introduce fibonacci delay strategy
  • Introduce linear delay strategy
  • Remove the exponentialWithJitter case

Miscellaneous Tasks

  • Add optional max duration

Refactor

  • Extract delay calculation into strategy implementations