v0.15.0
What's Changed
- Feature parity across all frameworks for "inline style" forging of pacts, as previously only existed for scalatest.
- N.B
verifyPacts
in ziotest no longer returns aUnit
, but rather aTask[Unit]
, so it no longer needs to be wrapped inZIO.attempt
. - Examples added for all frameworks with both normal and inline style.
- added
RequestResponsePactForgerWith[Resources]
to ziotest to make adding additional layers easier (see examples). - added helpers from #519 for using the dslPartJsonBody builder with integer types.
- chore(deps): update renovatebot/github-action action to v40.3.2 by @jbwheatley in #711
- Update sbt-ci-release to 1.7.0 in main by @jbwheatley in #713
- Update zio, zio-test, zio-test-sbt to 2.1.11 in main by @jbwheatley in #714
- chore(deps): update renovatebot/github-action action to v40.3.3 by @jbwheatley in #712
- Inline forging by @jbwheatley in #715
- Zio examples by @jbwheatley in #716
Full Changelog: v0.14.0...v0.15.0