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.
1 parent 52fb24d commit 9847a81Copy full SHA for 9847a81
CHANGELOG.md
@@ -1,6 +1,24 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 2.1.7 - 2016-07-27
5
+
6
+### Added
7
+- Nothing
8
9
+### Deprecated
10
11
12
+### Removed
13
14
15
+### Fixed
16
+- Set `Backoff.MaxElapsedTime` to 0 as default [@matope]
17
+- Use a lock when modifying `nextBackoff`
18
+- Fix goroutine leak when using timeouts [@isaldana]
19
+- Fix window buckets that should be empty [@isaldana]
20
+- Update backoff package, which has been renamed
21
22
## 2.1.6 - 2016-02-02
23
24
### Added
0 commit comments