fission-codes / fission-server

Apache License 2.0
9 stars 0 forks source link

chore(deps): bump retry-policies from 0.1.2 to 0.2.1 #189

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps retry-policies from 0.1.2 to 0.2.1.

Changelog

Sourced from retry-policies's changelog.

[0.2.1] - 2023-10-09

Added

  • Total duration algorithm can now be configured to also consider max retries, calculated applying no jitter (1.0)
    • We enforce whatever comes first, total duration or max retries
  • Exponential base is now configurable

[0.2.0] - 2023-07-21

Changed

  • [Breaking] Change backoff and jitter algorithms
    • Change the backoff algorithm to a more conventional exponential backoff.
    • Replace the decorrelated jitter algorithm with an option of either none, full, or bounded. Defaults to full jitter.
  • [Breaking] Remove ExponentialBackoffBuilder::backoff_exponent()
    • The number of attempts is now used as the exponent.
  • [Breaking] Require a task start time when using a total retry duration
    • ExponentialBackoffBuilder::build_with_total_retry_duration() now returns ExponentialBackoffTimed which does not implement RetryPolicy.
  • [Breaking] Mark ExponentialBackoff as non_exhaustive
    • Can no longer be constructed directly.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
matheus23 commented 9 months ago

@dependabot rebase

matheus23 commented 9 months ago

@dependabot close

Same reason as https://github.com/fission-codes/fission-server/pull/214