Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Releases: zalando-stups/play-zhewbacca

[2.7.0] - 2019-03-28

29 Mar 10:35
9780aa6
Compare
Choose a tag to compare

[2.7.0] - 2019-03-28

Changed

  • Rename PlugableMetrics trait to PluggableMetrics. Rename all occurrences of Plugable* to Pluggable*. Thank you, @vadeg
  • Add Duration support in configuration properties.
  • Add support of Play! 2.7.0
  • @MikhailLitvin promoted to maintainers

[0.3.4] - 2018-06-06

Changed

[0.3.3] - 2018-03-27

Changed

  • Upgrade Play Framework to 2.6.12
  • Cross-compilation into Scala 2.11 and 2.12

[0.3.2] - 2017-10-26

Changed

  • Use sbt 1.0 to build
  • Upgrade Play Framework to 2.6.6

0.3.1

21 Sep 08:57
Compare
Choose a tag to compare

[0.3.1] - 2017-10-21

Changed

  • Scala and Playframework versions have been upgraded by @matterche. Now the library requires Scala v2.12.3 and Playframework v2.6.3. Note that there might be an issue with circuit breaker.

0.2.3

21 Sep 05:58
Compare
Choose a tag to compare

[0.2.3] - 2017-09-18

Added

  • Class name added to request logs by @rgritti

0.2.2

22 Feb 14:09
Compare
Choose a tag to compare

Failed requests are retried in case of network / remote server failures.
New config keys were added :

# Maximum number of retries
authorisation.iam.maxRetries = 3

# Duration in milliseconds of the exponential backoff
authorisation.iam.retry.backoff.duration = 100

0.2.1

18 Nov 13:32
Compare
Choose a tag to compare

Compatible with Play Framework 2.5.9
Update scala version 2.11.8