Skip to content

Pact Verifier Library v0.10.9

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

Moved structs to models crate + bugfixes and enhancements

  • feat: support generating UUIDs with different formats #121
  • refactor: moved Request and Response structs to the models crate
  • refactor: moved the header, body and query functions to the model crate
  • refactor: move HttpPart struct to models crate
  • refactor: moved http_utils to the models crate
  • chore: use json_to_string on metadata for parsing content-type
  • feat: support complex data structures in message metadata
  • feat: support message metadata in verifications
  • refactor: moved matching rules and generators to models crate
  • refactor: move path expressions to models crate
  • fix: retain the data type for simple expressions #116
  • fix: Keep the original value when injecting from a provider state value so data type is retained #116
  • refactor: moved xml_utils to models crate
  • refactor: move file_utils to the models crate