Skip to content

fix(deps): update module github.com/puerkitobio/rehttp to v1.4.0

This MR contains the following updates:

Package Change Age Confidence
github.com/PuerkitoBio/rehttp v1.3.0 -> v1.4.0 age confidence

WARNING: this job ran in a Renovate pipeline that doesn't support the configuration required for common-ci-tasks Renovate presets.


Release Notes

PuerkitoBio/rehttp (github.com/PuerkitoBio/rehttp)

v1.4.0

Compare Source

  • Deprecate the package variable PRNG used in ExpJitterDelay as it was not safe for concurrent use by default, ExpJitterDelay will now use the stdlib rand.Int63n function which is concurrency-safe.
  • Introduce the new ExpJitterDelayWithRand that is the same as ExpJitterDelay except that it accepts a function to generate the random number. It is the caller's responsibility to ensure that this function is safe for concurrent use.

Thanks to @​justinrixx for raising the issue and contributing the fix.


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Soos

Merge request reports

Loading