Skip to content

Releases: slok/goresilience

v0.2.0

02 Mar 08:35
6b473ee
Compare
Choose a tag to compare
  • Add Adaptive LIFO with CoDel executor to concurrencylimit.
  • Add LIFO executor to concurrencylimit.
  • Add AIMD limiter to concurrencylimit.
  • Add concurrencylimit Runner for adaptive runners.

v0.1.0

17 Dec 17:24
215837d
Compare
Choose a tag to compare
  • Added custom error type to know where the error comes from (library or outside).
  • Added chain of Runner middlewares.
  • Measure retry, bulkhead, timeout, failure injector, circuit breaker and command exection.
  • Added metrics recorder through the execution context.
  • Added failure injector.
  • Added circuit breaker.
  • Added bulkhead.
  • Added retry.
  • Added timeout.
  • Added execution API.