Skip to content

Latest commit

 

History

History
131 lines (77 loc) · 4.4 KB

RELEASE-NOTES.md

File metadata and controls

131 lines (77 loc) · 4.4 KB

Release notes

2.7.2-SNAPSHOT

2.7.1

  • scala 2.13 support 64 (from @avdv)
  • update dependencies 54
  • sbt 1.2.8 55
  • sbt-sonatype 2.5 56
  • play 2.7.3 60

2.7.0 - 2019/02/11

  • Compatibility with Play 2.7 52
    contribution from @avdv

2.6.6 - 2018/06/25

2.6.5 - 2018/03/09

2.6.4 - 2018/02/07

  • Fix regression in withBodyAndContentType where old headers are discarded 36
    contribution from @avdv

2.6.3 - 2017/12/22

  • Fix withHttpHeaders behavior for FakeWSRequestHolder 33
  • Fix withQueryStringParameters behavior for FakeWSRequestHolder 34
    contributions from @a-shkarupin

2.6.2 - 2017/09/21

  • Do not use a shutdown hook with helpers trait 31

2.6.1 - 2017/09/21

2.6.0 - 2017/05/26

  • compatibility with play 2.6.0

2.6.0-M1 - 2017/03/03

2.5.2 - 2019/05/17

2.5.1 - 2016/11/03

  • add support for HTTP Authentication: Basic #17
    contribution from @agebhar1

2.5.0 - 2016/03/07

  • release compatible with play 2.5.0

2.5.0-RC2

  • Fix truncated response in FakeWSRequestHolder #15
    contribution from @avdv

  • release compatible with play 2.5.0-RC2

2.5-RC1

  • release compatible with play 2.5.0-RC1

2.4.2/2.3.2

  • Replace mockito with a concrete implementation #11
    contribution from @htmldoug

2.4.1/2.3.1

  • mock sign() method #7
    contribution from @bomgar

2.4.0

  • first version compatible with play 2.4.y

2.3.0

  • same release as 0.15 - use the same version number as play (2.3.x compatible with play 2.3.y)

0.15

0.14

  • support for allHeaders + getResponseBodyAsBytes #2
    contribution from @kwark

  • support for withMethod in execute and stream #3
    contribution from @sebdotv

  • support for PATCH method #4
    contribution from @knshiro

  • Allow WS varargs to be passed as immutable Seqs #5
    fix from @jdanbrown

0.13

  • handle URL query parameters

0.12

  • remove dependency to specs2 - retain only mockito

0.11