Skip to content

Tags: sony/gobreaker

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RedisStore (#86)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V2 (#61)

* [Go 1.21] Replace 'any' / 'interface{}' implementation with Generics (#54)

* gobreaker/v2: added generics implementation in v2 module

* gobreaker/v2/example: added v2 example

* gobreaker/README: updated README.md

* fixup! gobreaker/v2: added generics implementation in v2 module

---------

Co-authored-by: Yoshiyuki Mineo <Yoshiyuki.Mineo@jp.sony.com>

* Do refactoring

* Update README.md for v2

* Update README.md for v2

* Update README.md for v2

---------

Co-authored-by: Mario Salgado <mariozalgo@gmail.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update go versions (#60)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update readme (#35)

* Modify the comment for IsSuccessful

* Update README

v0.4.1

Toggle v0.4.1's commit message
Add go.mod and go.sum

0.4.0

Toggle 0.4.0's commit message
Add tests for Go 1.11.x

0.3.0

Toggle 0.3.0's commit message
two step circuit breaker (#6)

* add multi step breaker control

* added documentation

* test breaker initialization with preserving coverage

* change the 2-step breaker interface to a single Allow function with a callback

* provide a separate structure for the different use case of Allow()

* update documentation

* review fixes:
- renamed twostep breaker constructor
- fixed failure test call to return an error

0.2.0

Toggle 0.2.0's commit message
Merge pull request #2 from kalbasit/state_str

Implement `String()` for the state so it can be easily printed.

0.1.0

Toggle 0.1.0's commit message
Initial commit