Skip to content

Releases: hmrc/http-verbs

9.7.0-play-25, 9.7.0-play-26

15 Apr 15:40
Compare
Choose a tag to compare

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

09 Apr 14:55
Compare
Choose a tag to compare

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

20 Mar 11:12
e73e643
Compare
Choose a tag to compare

Release : http-verbs 9.4.0-play-25, 9.4.0-play-26

Last commit sha : e73e643
Last commit author : dabd
Last commit time : 2019-03-20T11:08:10Z

Merge pull request #69 from lancewalton/master

Added HttpPut.PUTString. Equivalent to HttpPost.POSTString.

9.3.0-play-25, 9.3.0-play-26

28 Feb 11:55
1486780
Compare
Choose a tag to compare

Release : http-verbs 9.3.0-play-25, 9.3.0-play-26

Last commit sha : 1486780
Last commit author : konradwudkowski
Last commit time : 2019-02-27T20:25:35Z

Merge pull request #70 from bambuchaAdm/scala-cross-build

Scala cross build

9.2.0-play-25, 9.2.0-play-26

15 Feb 09:29
70ec34f
Compare
Choose a tag to compare

Release : http-verbs 9.2.0-play-25, 9.2.0-play-26

Last commit sha : 70ec34f
Last commit author : dabd
Last commit time : 2019-02-15T09:24:47Z

Merge pull request #68 from hmrc/platops-1930-dep-upgrade

PLATOPS-1930 deps upgrade.

9.1.0-play-25, 9.1.0-play-26

05 Feb 16:04
5cc3f50
Compare
Choose a tag to compare

Release : http-verbs 9.1.0-play-25, 9.1.0-play-26

Last commit sha : 5cc3f50
Last commit author : tomasz-rosiek
Last commit time : 2019-02-05T16:00:34Z

Merge pull request #67 from hmrc/PLATOPS-1850

PLATOPS-1850: Force dependency security upgrades for jackson and xerces

9.0.0-play-25, 9.0.0-play-26

14 Dec 15:25
50d639b
Compare
Choose a tag to compare

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

30 Nov 14:45
Compare
Choose a tag to compare

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

19 Nov 09:28
Compare
Choose a tag to compare

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

14 Nov 22:47
Compare
Choose a tag to compare

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