Skip to content

Releases: cinar/resile

v1.0.5

11 Apr 15:59
ab1ea75

Choose a tag to compare

What's Changed

  • docs: update GEMINI.md with workflow mandates by @cinar in #40
  • implement native multi-error aggregation (#34) by @cinar in #41
  • Native Chaos Engineering (Fault & Latency Injection) by @cinar in #52
  • Implement Distributed Deadline Propagation (Context-Aware Headers) by @cinar in #53
  • Mandate GPG signatures for all commits by @cinar in #54

Full Changelog: v1.0.4...v1.0.5

v1.0.4

02 Apr 21:08
405c429

Choose a tag to compare

What's Changed

  • Implement TCP-Vegas Style Adaptive Concurrency Limits (#32) by @cinar in #37
  • Configure Strategic Delegation and Agent Governance by @cinar in #38
  • Implement sliding window circuit breakers by @cinar in #39

Full Changelog: v1.0.3...v1.0.4

v1.0.3

22 Mar 17:53
3cae080

Choose a tag to compare

What's Changed

  • Introduce a modular middleware-based execution pipeline by @cinar in #31

Full Changelog: v1.0.2...v1.0.3

v1.0.2

16 Mar 04:03
c7d201f

Choose a tag to compare

What's Changed

  • Feature: resile.StateMachine behavior for self-healing state transitions by @cinar in #26

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Mar 22:37
b7d4d80

Choose a tag to compare

What's Changed

  • Implement panic recovery for resilience (issue-17) by @cinar in #19
  • Feature/panic recovery by @cinar in #20
  • Documentation update. by @cinar in #21
  • Stop writing manual loops. by @cinar in #22
  • Python's Stamina for Go: Bringing Ergonomic Resilience to Gophers article published. by @cinar in #23
  • Beating Tail Latency: A Guide to Request Hedging in Go Microservices by @cinar in #24
  • Preventing Microservice Meltdowns: Adaptive Retries and Circuit Breakers in Go by @cinar in #25

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Mar 04:22
075df51

Choose a tag to compare

What's Changed

  • GitHub workflow CI added. by @cinar in #1
  • Adding GitHub repo information. by @cinar in #2
  • More examples are added. by @cinar in #3
  • Increasing the code coverage. by @cinar in #4
  • Update the project documentation. by @cinar in #9
  • Workflow does not contain permissions. by @cinar in #10
  • Implement policy composition and fallbacks (#8) by @cinar in #11
  • Repo rules and the codecov to exclude examples. by @cinar in #12
  • Request Hedging Speculative Retries by @cinar in #13
  • Add pushback and quota signal support via RetryAfterError by @cinar in #14
  • Implement adaptive retries with token bucket rate limiting by @cinar in #15

New Contributors

  • @cinar made their first contribution in #1

Full Changelog: https://github.com/cinar/resile/commits/v1.0.0