Skip to content

0.17.1

Compare
Choose a tag to compare
@agourlay agourlay released this 07 May 09:45
· 1651 commits to master since this release

breaking changes

  • header assertions are now case-insensitive on the field name

The following assertions are now equivalent

headers.name("X-Served-Config").isPresent
headers.name("x-served-config").isPresent
  • ResourceStep renamed to ScenarioResourceStep to clarify that resources are released at the end of a scenario

improvements

  • andThen on Step to offer a simpler chain API
def chain(others: Session  List[Step]): Step
def andThen(others: List[Step]): Step
def andThen(other: Step): Step

bug fixes

  • http4s error with debug level #228

dependency updates

  • http4s 0.20.0
  • scalatest 3.0.7
  • akka-http 10.1.8
  • caffeine 2.7.0
  • parboiled 2.1.6