Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 551 Bytes

File metadata and controls

18 lines (14 loc) · 551 Bytes

##1.0.4 - 2013-07-08

  • Added tested Guava version range from 10.x.x - 14.0.1
  • Added Exception cause propagation to RetryException to fix #3

##1.0.3 - 2013-01-16

  • Added time limit per attempt in a Retryer (dirkraft)
  • Adding license text

##1.0.2 - 2012-11-22

  • Added Gradle wrapper support
  • Updated top-level package to com.github.rholder.retry

##1.0.1 - 2012-08-29

  • Added Javadoc links
  • Added exponential wait strategy and unit tests

##1.0.0 - 2012-08-26

  • Initial stable release, packaging for Maven central, no changes from original source