Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 2.15 KB

RELEASE-NOTES.md

File metadata and controls

78 lines (44 loc) · 2.15 KB

Release notes

2.6.0 - 2017/05/26

  • compatibility with play 2.6.0

2.6.0-M1 - 2017/03/03

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