Skip to content

Latest commit

 

History

History
175 lines (101 loc) · 5.68 KB

RELEASE-NOTES.md

File metadata and controls

175 lines (101 loc) · 5.68 KB

Release notes

3.0.5

  • Update Play to 2.8.22/2.9.4/3.0.4
    • ⚠️ This is the latest 2.8.x version of Play (EOL), as a consequence, we'll stop publishing new versions of play-mockws-2-8.
  • Update scalatest to v3.2.19

3.0.4

  • Update Play to 2.9.3/3.0.3

3.0.3

  • Update Play to 2.9.2/3.0.2
  • Update Scala to 2.12.19/2.13.13/3.3.3

3.0.2

Bugfix upgrades of Play.

See v3.0.2 for a full list of changes.

3.0.1

This release brings a new naming and versioning scheme. Starting with 3.0, artifacts are published for a specific Play version: play-mockws-3-0, play-mockws-2-9 and play-mockws-2-8 instead of play-mockws.

This is the first release to support Play 3.0 and Pekko 1.0.

2.9.0

This release targets Play 2.9 and Akka 2.6. Scala 2.12 and Java 8 are no longer supported.

See v2.9.0 for a full list of changes.

2.8.1

  • add support for request filters (#150) @avdv

See v2.8.1 for a full list of changes.

2.8.0

This release targets Play 2.8 and Akka 2.6. Scala 2.11 is no longer supported!

See v2.8.0 for a full list of changes.

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