0.20.5
Fixes
Improvements
- Use Java 11 bytecode by @agourlay in #704
- Add WithJsonDataInputs to CoreDSL by @martinw-ct in #717
- Pull latest scala-xml version by @agourlay in d796f19
- Add json path info to matcher error by @agourlay in 52e15a0
- Add scaladoc to clarify tuple values in DSL by @agourlay in 28f82ac
Performance
- Optimize Json path fast path by @agourlay in 2c76434
- Optimize String replace for placeholders and matchers by @agourlay in 9886702
- Remove stripMargin from hotpath by @agourlay in ee7f4f0
- No need to focus json path cursor before deletion by @agourlay in a8009a5
- Decrease allocations in HTTP response processing by @agourlay in 7a9679a
- Avoid Option allocation for NonFatal exceptions by @agourlay in 1f08721
Dependency updates
- Update fs2-core, fs2-io to 3.3.0 by @scala-steward in #691
- Update circe-core, circe-generic, ... to 0.14.3 by @scala-steward in #692
- Update scalacheck to 1.17.0 by @scala-steward in #696
- Update scala-library, scala-reflect to 2.12.17 by @scala-steward in #695
- Update http4s-circe, http4s-dsl, ... to 0.23.16 by @scala-steward in #694
- Update decline to 2.3.1 by @scala-steward in #697
- Update embedded-kafka to 3.2.3 by @scala-steward in #698
- Update diffson-circe to 4.3.0 by @scala-steward in #699
- Update scala-library, scala-reflect to 2.13.10 by @scala-steward in #701
- Update sbt to 1.7.2 by @scala-steward in #702
- Update scalatest-wordspec to 3.2.14 by @scala-steward in #703
- Update sangria to 3.4.0 by @scala-steward in #700
- Update embedded-kafka to 3.3.1 by @scala-steward in #705
- Update sbt-pgp to 2.2.0 by @scala-steward in #706
- Update sbt to 1.7.3 by @scala-steward in #707
- Update parboiled to 2.4.1 by @scala-steward in #708
- Update sangria to 3.4.1 by @scala-steward in #709
- Update pureconfig to 0.17.2 by @scala-steward in #710
- Update sbt to 1.8.0 by @scala-steward in #711
- Update cats-core to 2.9.0 by @scala-steward in #712
- Update cats-effect to 3.4.0 by @scala-steward in #713
- Update munit to 1.0.0-M7 by @scala-steward in #715
- Update decline to 2.4.0 by @scala-steward in #714
- Update cats-effect to 3.4.1 by @scala-steward in #716
- Update fs2-core, fs2-io to 3.4.0 by @scala-steward in #718
- Update caffeine to 3.1.2 by @scala-steward in #719
New Contributors
- @martinw-ct made their first contribution in #717
Full Changelog: v0.20.4...v0.20.5