Skip to content

Releases: pact-foundation/pact-jvm

2.2.2

10 Jun 10:43
Compare
Choose a tag to compare

Matching on headers + XML body matching

2.2.1

21 May 10:11
Compare
Choose a tag to compare

allowed gradle plugin to resolve hostname at runtime + junit bugfix

2.2.0

09 May 23:42
Compare
Choose a tag to compare

Implemented matching on arrays by specifying an example, with optional min/max constraint.

2.1.13

30 Mar 07:57
Compare
Choose a tag to compare

Bugfix release

2.1.12

28 Feb 05:08
Compare
Choose a tag to compare

Bugfix release

NOTE: This version has a breaking change for matching paths with arrays. To bring it inline with
the other pact implementations, matcher paths will use [] for array indices. Pact files generated
with previous versions with matchers defined on arrays will not be applied.

2.1.11

05 Feb 09:18
Compare
Choose a tag to compare

Bugfix release

2.1.10

29 Jan 09:02
Compare
Choose a tag to compare

Bugfix release

2.1.9

07 Jan 10:08
Compare
Choose a tag to compare

Bugfixes plus maven provider plugin

2.1.8

15 Dec 08:45
Compare
Choose a tag to compare

Fixes plus pact junit rule thanks to @warmuuh.

NOTE: This version has a breaking change for users of the gradle plugin with request filters.
See Modifying The Requests Before They Are Sent
in the gradle plugin docs for more info.

2.1.7

02 Dec 09:36
Compare
Choose a tag to compare

bugfixes