We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eac363 + 8f0c98b commit 061ca88Copy full SHA for 061ca88
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog for v0.1.x
2
+
3
+## v0.1.3 (2019-03-12)
4
5
+### Bug fixes
6
7
+ * Total count is not getting incremented incase of exception is raised
8
+ * total_count reset to 0 when state is in half_open
9
+ * reached_failure_threshold? returns only true once it is set to true
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- circuit_breaker-ruby (0.1.2)
+ circuit_breaker-ruby (0.1.3)
rake (>= 10)
rspec (>= 3)
@@ -35,4 +35,4 @@ DEPENDENCIES
35
timecop (~> 0.8.1)
36
37
BUNDLED WITH
38
- 1.14.6
+ 1.16.1
lib/circuit_breaker-ruby/version.rb
@@ -1,3 +1,3 @@
module CircuitBreaker
- VERSION = '0.1.2'
+ VERSION = '0.1.3'
end
0 commit comments