PackageTrack
Sign in Get early access

failsafe

A circuit breaker implementation

1.3.0 16M downloads/mo #2382 most downloaded on crates.io dmexe/failsafe-rs

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships fairly regularly

a new release about every 12 months

Nearly every release is documented

notes for 8 of 8 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

8 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

8 releases · Sep 2018 to Jul 2024
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 8
  1. 1.3.0 05 Jul 2024
    Release notes

    Added:

    Breaking changes:

    • minimum rust version is 1.59
    Open source →
    Release notes

    Added:

    • Implements circuit breaker for futures::Stream (thanks to https://github.com/leshow)

    Breaking changes:

    • minimum rust version is 1.59
    Open source →
  2. 1.2.0 22 Aug 2022
    Release notes

    Added:

    • the reset method to the StateMachine, (thanks to @eg-fxia)

    Breaking changes:

    • minimum rust version is 1.49

    Updates:

    • pin_project has been updated to 0.12
    • criterion has been updated to 0.3.6
    Open source →
    Release notes

    Added:

    • the reset method to the StateMachine, (thanks to https://github.com/eg-fxia)

    Breaking changes:

    • minimum rust version is 1.49

    Updates:

    • pin_project has been updated to 0.12
    • criterion has been updated to 0.3.6
    Open source →
  3. 1.1.0 17 Jul 2021
    Release notes

    Fixes:

    • fix FullJittered implementation: the exponential behavior was not being applied

    Updates:

    • pin_project and rand has been updated to the latest versions

    Breaking changes:

    • minimum rust version is 1.45.0
    Open source →
  4. 1.0.0 17 Aug 2020
    Release notes

    update version in Cargo.toml

    Open source →
    Release notes

    Breaking changes:

    • use rust 2018 edition
    • use std::future::Future and futures==0.3, supporting async/await
    • minimum rust version is 1.39.0

    Improvements:

    • drop spin dependency, use parking_lot
    • add futures-support feature, to allow opt-out for futures support
    Open source →
  5. 0.3.1 10 Jun 2019
    Release notes

    Fixes:

    • add explicitly dyn definition to trait objects
    Open source →
  6. 0.3.0 26 Oct 2018
    Release notes

    Breaking changes:

    • remove instrument::NoopInstrument, use () instead.
    • added optional feature parking_lot_mutex when it exists the crate parking_lot would be using for Mutex instead of the default spin.
    Open source →
  7. 0.2.0 10 Sep 2018
    Release notes

    Breaking changes:

    • success_rate policy now accepts min_request_threshold.
    • the CircuitBreaker turned into a trait which implements call and call_with methods.
    • the trait Callable was removed

    Improvements:

    • remove tokio-timer dependency.
    • use spin lock instead std::sync::Mutex
    Open source →
  8. 0.1.0 03 Sep 2018
    Release notes

    add benchmarks to circleci

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive