cornichon v0.17.1 Release Notes

Release Date: 2019-05-07 // almost 5 years ago
  • 💥 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]): Stepdef andThen(others: List[Step]): Stepdef 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