Skip to content

Releases: pact-foundation/pact-jvm

4.4.4

19 Jan 02:22
Compare
Choose a tag to compare

Maintenance Release

  • 21b06cf - fix: Support IP6 hosts #405
  • a8877b2 - fix: JUnit 4 tests were not running as the junit-vintage-engine was not on the test classpath
  • 7935300 - chore: fix test failing on Windows due to timezone issue #401
  • 765bd61 - chore: add a test to verify issue PactDslJsonBody#eachKeyMappedToAnArrayLike does not work on "nested" property
  • ef276f8 - chore: add a test to verify issue PactDslJsonBody#eachKeyMappedToAnArrayLike does not work on "nested" property #401
  • 859fff2 - feat: add the remaining status code methods to response DSL builder
  • 01dda6c - feat: add the remaining body methods to request/response DSL builders
  • 75ba28a - feat: Add support for query parameters with new DSL
  • b888d07 - feat: Add support for matching rules with headers with new DSL
  • 1d27922 - feat: Add initial DSL using builder pattern to replace legacy DSL
  • 0506476 - feat: add methods to setup provider states on PactBuilder #1646
  • e8e5457 - fix: remove the optional annotation from PactPublish attribute in PactPublishTask #1634
  • 030e46c - refactor: magic numbers (Samuel)
  • ba38e5d - feat: validate list type as per default (Samuel)
  • 639f7f8 - fix(regression): HTTP Pact with root json array fails when using unordered array matching #1631
  • 4a5ff59 - fix: Use context.testMethod instead of context.requiredTestMethod #1643
  • 58b6982 - fix: bug in how the @MockServerConfig annotation is being resolved #1641
  • 09bb4af - feat: Update Groovy message builder to be able to create a message with a NULL body #1637
  • be8d57d - fix(regression): Upgrading au.com.dius.pact.provider:junit5 from 4.3.15 to 4.3.16 results in compilation failure #1630

4.3.19

16 Jan 02:19
Compare
Choose a tag to compare

Maintenance Release

  • 5462dea - fix: remove the optional annotation from PactPublish attribute in PactPublishTask #1634
  • 639f7f8 - fix(regression): HTTP Pact with root json array fails when using unordered array matching #1631
  • be8d57d - fix(regression): Upgrading au.com.dius.pact.provider:junit5 from 4.3.15 to 4.3.16 results in compilation failure #1630
  • 51c076f - chore: Upgrade Groovy to 3.0.14

4.4.3

23 Dec 04:11
Compare
Choose a tag to compare

Bugfixes + write date/time matchers in the correct format as per the spec

  • b1d6c01 - fix: write date/time matchers in the correct format as per the spec #1617
  • aa11791 - fix: Update matching rule loading code to support correct + incorrect formatted date/time matchers #1617
  • 1488826 - chore: Upgrade Gradle to 7.5.1
  • c9a62cc - refactor: performance improvements in core/matchers module (Matchers, Matching, CollectionUtils) (Tomasz Linkowski)
  • 21af9f5 - refactor: add missing test case for #1347 (Tomasz Linkowski)
  • 102e673 - bugfix: fix custom header propagation in list case (Artem Ptushkin)

4.3.18

23 Dec 03:23
Compare
Choose a tag to compare

fix: write date/time matchers in the correct format as per the spec

  • b1d6c01 - fix: write date/time matchers in the correct format as per the spec #1617
  • aa11791 - fix: Update matching rule loading code to support correct + incorrect formatted date/time matchers #1617
  • d079d45 - chore: correct build on JDK 16+
  • 1488826 - chore: Upgrade Gradle to 7.5.1

4.1.41

23 Dec 01:25
Compare
Choose a tag to compare

fix: write date/time matchers in the correct format as per the spec

  • 00ce375 - fix: write date/time matchers in the correct format as per the spec #1617
  • f825173 - chore: Upgrade Gradle to 6.4.1
  • aba556c - fix: Update matching rule loading code to support correct + incorrect formatted date/time matchers #1617

4.5.0-beta.0

14 Dec 04:54
Compare
Choose a tag to compare

Support for plugin GenerateContentRequest

  • ccaf27e - feat: Add support for plugin GenerateContentRequest
  • 6acc512 - chore: Upgrade Kotlin to 1.7.22 and plugin driver to 0.2.0
  • 1b1579f - chore: Upgrade Gradle to 7.6
  • c9a62cc - refactor: performance improvements in core/matchers module (Matchers, Matching, CollectionUtils) (Tomasz Linkowski)
  • 21af9f5 - refactor: add missing test case for #1347 (Tomasz Linkowski)
  • 102e673 - bugfix: fix custom header propagation in list case (Artem Ptushkin)

4.1.40

25 Nov 02:40
Compare
Choose a tag to compare

Fixes back-ported from v4.3.x

  • f449da5 - feat: protect json body generation against loop for cicly reference (Samuel)
  • e256c0c - feat: support MessagePact with a string as a content #1619
  • 68dd07f - feat: Support system properties or environment variables for consumer and provider annotation with JUnit4 provider tests #528 #1616
  • 28ff522 - fix: queryMatchingDatetime creates invalid genetator #1612
  • aece98d - fix: write empty bodies to the Pact file #1611
  • 7083f8c - feat: add capability to build json body based on data class required constructor fields (Samuel)
  • d1afb8e - bump actions/setup-java to v3 (Nikolas Grottendieck)
  • b937ccb - bump org.json:json version to latest (Nikolas Grottendieck)
  • c869852 - chore: Update the HAL client to return the current navigated document
  • 6f3c422 - Use Thread Context ClassLoader to find test resources (Holly Cummins)
  • 3690335 - Bump version of Kotlin Result to work around Unresolved reference build failures (Holly Cummins)
  • ba2cf79 - Fix issue with base classes (Stefano Lucka)
  • 92dca3b - feat: update docs on providing raw selector JSON
  • 728ed95 - feat: add capability to the selector builder DSL to add raw JSON snippets
  • bd42899 - fix(Gradle): publishing pacts - default to the consumer version system property if it is set #1601
  • d0b4051 - chore: fix publishing Gradle plugin to Maven Central #1588
  • 041e69b - feat: add example JUnit4 Spring test using new consumer version selector method
  • a601f18 - feat: Add docs for using consumer version selector methods with JUnit4
  • dcfdb6a - fix: raise an exception when the consumerVersionSelectors method has the wrong signature #1594
  • e924d80 - fix: allways apply the plugin-publish plugin to the Gradle plugin project #1588
  • fc9fb3b - Consumer version selector method must be public (Stefano Lucka)
  • 52df115 - Replace diff-utils with the latest actively maintained version 4.12 (Bernard Fugas)

4.4.2

22 Nov 00:56
Compare
Choose a tag to compare

Fix transitive dependencies

  • 362924b - fix: httpclient5 and org.json need to be defined as api deps in the dependency constraints #1639

4.4.1

21 Nov 04:11
Compare
Choose a tag to compare

Bugfix Release - fix dependency issues

  • 7913c0e - fix: remove kotlin-logging from the convention plugin project constraints #1639
  • 3285203 - fix: com.michael-bull.kotlin-result was causing dependency issues #1639
  • d9eff8f - fix: correct the kotlin-logging dependency

4.4.0

18 Nov 05:09
Compare
Choose a tag to compare

4.4.0 Release

  • e273b2e - fix: Upgrade plugin driver to 0.1.7 (fixes startMockServer doesn't set hostInterface, port, and tls)
  • 96eca26 - chore: remove beta from version