This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Releases: zalando-stups/play-zhewbacca
Releases · zalando-stups/play-zhewbacca
[2.7.0] - 2019-03-28
[2.7.0] - 2019-03-28
Changed
- Rename
PlugableMetrics
trait toPluggableMetrics
. Rename all occurrences ofPlugable*
toPluggable*
. 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
- Adjusted response codes by @MikhailLitvin. Details.
[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
[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
0.2.2
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