Skip to content

Releases: tbarnekov/RetryPP

v1.0.1

13 Mar 10:43

Choose a tag to compare

Changelog for RetryPP

1.0.1 (March 13, 2026)

New

  • Add unit tests
  • Add RetryPP.h that includes everything for convenience

Bugfixes

General

  • Fix missing includes (primarily Exceptions.h)
  • Fix linker errors due to missing inline keywords

Range class

  • Range was not copy assignable/movable due to const member variables

Exponential class

  • Renamed scaling() member to multiplier() to match the parameter name in constructor
  • Fix that multiplier was accidentally cast to integer when performing next delay calculation

Immediate class

  • Add missing Immediate constructor

Jitter algorithm classes

  • Change random implementations to return better randomized results

Classifier class

  • The valid() member function returned wrong results

v1.0.0

10 Mar 08:01

Choose a tag to compare

Initial release

The first release of RetryPP, a C++20 header-only generic library for retry logic.