Skip to content

Releases: pact-foundation/pact-reference

Pact Matching Library v0.5.0

05 Jan 08:42
Compare
Choose a tag to compare

Regex, Date and Time matching and generators

This release adds matchers and generators for dates and times, and implements the generator for regular expressions.

  • feat: implemented generating values from regex
  • feat: implemented generators for dates and times #33
  • feat: implemented date and time matching #33
  • feat: implemented formatted display for request and response
  • fix: handle path expressions that start with an underscore

Pact Matching Library v0.4.5

08 Sep 04:43
Compare
Choose a tag to compare

feat: added convenience header methods to HttpPart

Pact Matching Library v0.4.4

11 Aug 06:19
Compare
Choose a tag to compare

Bugfix Release

  • fix: support matching rules affected by Pact-JVM defect 743

Pact Matching Library v0.4.3

11 Aug 05:11
Compare
Choose a tag to compare

Bugfix Release

  • fix: Allow dashes in path expressions for headers like Content-Type
  • Revert "fix: query and header paths should be escaped"

Pact Matching Library v0.4.2

11 Aug 05:10
Compare
Choose a tag to compare

Bugfix Release

  • fix: query and header paths should be escaped
  • fix: parse the V3 keys as path expressions for query and header matchers

Pact Matching Library v0.4.1

13 May 04:36
Compare
Choose a tag to compare

Implemented some missing V3 matchers

  • implemented some missing matchers (include, null, integer, decimal, number)
  • Added a test to confirm that binary bodies are persisted in base64 format #19
  • pact specification key in the metadata should be camelcase #3

Pact Verifier CLI v0.4.0

07 Apr 05:23
Compare
Choose a tag to compare

Feature that are still outstanding:

  • Generators for XML bodies
  • time and date matchers and generators (actually moved to V4, but will be implemented in Pact-Rust)
  • Generators for regular expressions

Pact Verifier Library v0.4.0

07 Apr 05:08
Compare
Choose a tag to compare

Feature that are still outstanding:

  • Generators for XML bodies
  • time and date matchers and generators (actually moved to V4, but will be implemented in Pact-Rust)
  • Generators for regular expressions

Pact Mock Server Standalone v0.4.0

07 Apr 04:56
Compare
Choose a tag to compare

Feature that are still outstanding:

  • Generators for XML bodies
  • time and date matchers and generators (actually moved to V4, but will be implemented in Pact-Rust)
  • Generators for regular expressions

Pact Consumer Library v0.4.0

07 Apr 04:44
Compare
Choose a tag to compare

Feature that are still outstanding:

  • Generators for XML bodies
  • time and date matchers and generators (actually moved to V4, but will be implemented in Pact-Rust)
  • Generators for regular expressions
  • Consumer DSL support for generators