Releases: pact-foundation/pact-jvm
Releases · pact-foundation/pact-jvm
4.4.4
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
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
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
fix: write date/time matchers in the correct format as per the spec
4.1.41
fix: write date/time matchers in the correct format as per the spec
4.5.0-beta.0
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
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)