Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.13 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.0 - 2020-10-23

Chagned

  • Deprecate scala 2.10 and 2.11 supoort, add 2.13 support

1.4.1 - 2019-09-09

Changed

  • Update build to use sbt 1.13 and Scala 2.12.9

1.4.0 - 2019-02-17

Changed

  • Fixes build by remove jdk7 and scala 2.10

1.3.1 - 2019-02-07

Changed

  • #17 Update slf4j to 1.7.25

1.3.0 - 2018-02-26

Changed

  • #16 Support for Scala 2.12

1.2.1 - 2018-02-18

Changed

  • #11 Update build settings and sbt versions

1.2.0 - 2017-04-26

Added

  • #5 Support scala.util.Try

1.1.0 - 2016-07-17

Added

  • #7 Support retry on Either
  • #9 Support exponential backoff

1.0.0 - 2016-07-07

Changed

  • First public release with fixed and exponential backoff and jitter retry policy