- 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
- Update Play to 2.9.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
Bugfix upgrades of Play.
See v3.0.2 for a full list of changes.
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.
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.
- add support for request filters (#150) @avdv
See v2.8.1 for a full list of changes.
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.
- 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
- can define behaviour when no route are found 35
Fix issue #25
contribution from @SahilLone
- Remove colon after 'Basic' in basic auth 37
contribution from @mattrussell-sky
- Fix withHttpHeaders behavior for FakeWSRequestHolder 33
- Fix withQueryStringParameters behavior for FakeWSRequestHolder 34
contributions from @a-shkarupin
- Do not use a shutdown hook with helpers trait 31
- Stop using deprecated actions 27
contribution from @1gnition - Add helpers for users to avoid using deprecated
Action
29
contribution from @raphaelbauer
- compatibility with play 2.6.0
- update dependencies: https://github.com/leanovate/play-mockws/compare/v2.5.1...v2.5.2
- release compatible with play 2.5.0
-
Fix truncated response in FakeWSRequestHolder #15
contribution from @avdv -
release compatible with play 2.5.0-RC2
- release compatible with play 2.5.0-RC1
- first version compatible with play 2.4.y
- same release as 0.15 - use the same version number as play (2.3.x compatible with play 2.3.y)
- fix #6
-
support for
allHeaders
+getResponseBodyAsBytes
#2
contribution from @kwark -
support for
withMethod
inexecute
andstream
#3
contribution from @sebdotv -
Allow WS varargs to be passed as immutable Seqs #5
fix from @jdanbrown
- handle URL query parameters
- remove dependency to specs2 - retain only mockito
- add Route