Skip to content

Pact Mock Server FFI Library 0.1.1 [Deprecated]

Compare
Choose a tag to compare
@uglyog uglyog released this 11 Jul 07:18
· 2079 commits to master since this release

Deprecated Library

Deprecation Note: This library has been replaced with pact_ffi.

  • feat: copied verfier_ffi crate to pact_ffi
  • feat: Copied pact_mockserver_ffi to pact_ffi
  • chore: update conan recipes
  • refactor: moved Request and Response structs to the models crate
  • refactor: move HttpPart struct to models crate
  • chore: add deprecation notes to the FFI crates
  • chore: add deprecation notes to the FFI libs
  • chore: use json_to_string on metadata for parsing content-type
  • feat: allow callers to add messages to log
  • feat: support complex data structures in message metadata
  • refactor: moved matching rules and generators to models crate
  • fix: failing test after changing message_with_contents function signature
  • fix: update doc comment on message_with_contents function
  • fix: FFI function was exposing a struct from the models crate