Skip to content

Pact FFI Library 0.4.8

Compare
Choose a tag to compare
@rholshausen rholshausen released this 29 Aug 05:00
· 585 commits to master since this release

Bugfix Release

NOTE: Linux aarch64 (Apple M1) targets are not currently building. If you need to run the Pact FFI on Apple M1 machines, you will have to use the MacOS binary dynlib and not run it via docker.

  • a3025b1 - chore(pact_ffi): Disable aarch64-unknown-linux-gnu target from release build
  • c924b9c - chore: Upgrade pact_verifier to 1.0.3
  • d592cd8 - chore: Upgrade pact_mock_server to 1.2.3
  • 37fa901 - fix(FFI): Stupid Windows #314
  • 7fc7bbc - fix(FFI): When appending parts to an existing multipart body, matching rules should still be configured for the new part #314
  • bae6b5a - fix(FFI): Allow pactffi_with_multipart_file to append parts to an existing multipart body #314
  • 3ec99c4 - chore: Upgrade pact_matching to 1.1.5
  • 6df8ce8 - fix(pact_verifier): Fix missing PATCH version in plugin's version (tienvx)
  • e6484f3 - fix(FFI): Check for the intermediate JSON format when setting the body contents with XML #305
  • 66648b4 - fix(FFI): Guard against header names being passed in different case #305
  • e4da3e4 - chore: Upgrade pact_models to 1.1.11
  • 24ed783 - chore: Upgrade pact-models to 1.1.10