Releases: hmrc/http-verbs
9.7.0-play-25, 9.7.0-play-26
Release : http-verbs 9.7.0-play-25, 9.7.0-play-26
Last commit sha : afe2af2
Last commit author : thomas-vogel444
Last commit time : 2019-04-09T13:29:18Z
Trigger a release to test the build when cross-compiling to multiple versions of play
9.6.0-play-25, 9.6.0-play-26
Release : http-verbs 9.6.0-play-25, 9.6.0-play-26
Last commit sha : afe2af2
Last commit author : thomas-vogel444
Last commit time : 2019-04-09T13:29:18Z
Trigger a release to test the build when cross-compiling to multiple versions of play
9.4.0-play-25, 9.4.0-play-26
9.3.0-play-25, 9.3.0-play-26
9.2.0-play-25, 9.2.0-play-26
9.1.0-play-25, 9.1.0-play-26
9.0.0-play-25, 9.0.0-play-26
Release : http-verbs 9.0.0-play-25, 9.0.0-play-26
Last commit sha : 50d639b
Last commit author : dabd
Last commit time : 2018-12-14T15:20:42Z
Merge pull request #66 from hmrc/removed-retries-trait
Add automatic retrying for "SSLEngine closed already" errors.
This is a breaking change and if you don't use dependency injection you will need to implement a method with signature protected def actorSystem: ActorSystem
which can be done as follows:
override protected def actorSystem: ActorSystem = Play.current.actorSystem
If you use dependency injection via bootstrap-play-25/26 everything should just work.
8.10.0-play-25, 8.10.0-play-26
Release : http-verbs 8.10.0-play-25, 8.10.0-play-26
Last commit sha : 9b1b08d
Last commit author : arminio
Last commit time : 2018-11-30T14:39:42Z
PLATOPS-1619: upgrade to Play 2.5.19
8.9.0-play-25, 8.9.0-play-26
Release : http-verbs 8.9.0-play-25, 8.9.0-play-26
Last commit sha : 3582f34
Last commit author : konradwudkowski
Last commit time : 2018-11-19T09:24:07Z
PLATOPS-1449: Deprecate MdcLoggingExecutionContext
8.8.0-play-25, 8.8.0-play-26
Release : http-verbs 8.8.0-play-25, 8.8.0-play-26
Last commit sha : a4bdb79
Last commit author : konradwudkowski
Last commit time : 2018-11-14T22:40:01Z
Upgrade play 2.6 to latest version