Skip to content

10.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@YOU54F YOU54F released this 28 Jul 13:56
fbd4ea9

What's Changed

  • Remove duplicated code in config by @tienvx in #313
  • docs: releasing instructions by @YOU54F in #321
  • deps(ci): create dependabot config by @YOU54F in #320
  • pact_ffi library targeting ffi branch for beta use by users by @YOU54F in #323
  • chore: Update pact ffi library to 0.4.6 by @tienvx in #325

Full Changelog: 9.0.0...10.0.0-alpha1

Pact PHP - Support for V3 / V4 + Plugins Via FFI

What is the current status

Pact-PHP does not currently support v3+ features of the rust core, in the mainline branch.

V3+ features are now available for beta testing in ffi branch, in a view to stabilise and release into the mainline.

We would <3 your support

How can I test this today

Anyone can start testing pact-php with pact_ffi code by updating their composer.json

"pact-foundation/pact-php": "10.0.0-alpha1"

Migration Guide:- https://github.com/pact-foundation/pact-php/blob/ffi/UPGRADE-10.0.md

PR's which made up this release

How can I submit feedback

All feedback is gratefully received, positive feedback is great, as it allows us to ascertain how well the package is doing for users. Constructive criticism is okay too, but see the next section

  • Raise a new issue, clearly stating you are using the ffi branch

How can I contribute

If you want to help improve Pact-PHP, read the DEVELOPING.md documentation, fork the repo and have a play!

See the open PR for the ffi branch