Skip to content

Releases: JBZoo/Retry

7.0.1

28 Jan 11:14
820858d
Compare
Choose a tag to compare

What's Changed

  • PHP CS Fixer - ordered_types by @SmetDenis in #7
  • Add PHP 8.3 to test matrix and bump jbzoo/toolbox-dev to ^7.1 by @SmetDenis in #8

Full Changelog: 7.0.0...7.0.1

7.0.0

09 Jul 21:44
2873a33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...7.0.0

3.0.0

06 Jun 15:12
3228eba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...3.0.0

2.2.2

08 Nov 12:21
Compare
Choose a tag to compare
Update deps

2.2.1

28 Apr 20:21
80b7987
Compare
Choose a tag to compare
Update .gitattributes

2.2.0

28 Apr 16:13
7238e6a
Compare
Choose a tag to compare
Update PHP deps (#2)

2.1.2: GitHub Actions (#1)

23 Apr 21:53
f42be27
Compare
Choose a tag to compare
* Small code style fixes
* Init GitHub Actions

2.1.1

22 Apr 14:21
Compare
Choose a tag to compare
badges

2.1.0

19 Mar 15:55
Compare
Choose a tag to compare
  • Static variables with default values are deprecated and disabled. See a dump of thoughts in the readme.
  • New methods setJitterPercent|getJitterPercent, setJitterMinCap|getJitterMinCap to have fine-tuning.
  • Reverted missed original test-cases.

2.0.0

18 Mar 22:36
Compare
Choose a tag to compare
  • This is a fork. You can find the original project here.
  • Now the codebase super strict, and it's covered with tests as much as possible. The original author is great, but the code was smelly :) It's sooo easy, and it took just one my evening... ;)
  • I don't like wording "backoff" in the code. Yeah, it's fun but... I believe "retry" is more obvious. Sorry :)
  • There is nothing wrong to use import instead of global namespace for function.
  • At least my project has aliases for backward compatibility with the original. ;)