cornichon v0.16.2 Release Notes

Release Date: 2018-08-21 // over 5 years ago
  • ๐Ÿ’ฅ breaking changes

    • ๐Ÿ‘Œ support for scala 2.11 is discontinued as it caused more issues than I am willing to handle
    • the custom extractor SimpleMapper lost its factory method fromFct. (use the case class constructor instead)
    • โœ‚ remove unecessary type parameter on ResourceStep

    ๐Ÿ‘Œ improvements

    • ๐Ÿ”Š eventually will now show in the logs all distinct errors encountered to ease debugging
    • ๐Ÿ†• new custom extractor RandomMapper(generator: Random โ‡’ String) to generate random data in placeholders
    • internal caches are now done properly by using caffeine
    • โœ… limit parallelism of scenario execution in cornichon-test-framework in function of the number of cores
    • โšก๏ธ cornichon-kafka updated to support Kafka 2.0
    • โšก๏ธ sbt-updates is not pushed as a dependency anymore
    • ๐Ÿ“š introduction of new documentation sub-sections