Skip to content

Releases: pact-foundation/pact-jvm

3.2.1

12 Dec 22:25
Compare
Choose a tag to compare

Bugfix release

  • guard against null headers in the mock server
  • upgrade to gradle 2.9
  • add @PactUrl to pact-jvm-provider-junit (thanks to @stefan-lz)
  • Fix the number matchers after refactor to remove json4s
  • implemented using basic auth with a pact broker

2.4.2

12 Dec 21:58
Compare
Choose a tag to compare

Bugfix release

  • guard against null headers in the mock server
  • upgrade to gradle 2.9
  • add @PactUrl to pact-jvm-provider-junit (thanks to @stefan-lz)
  • Fix the number matchers after refactor to remove json4s
  • implemented using basic auth with a pact broker

3.2.0

28 Nov 21:05
Compare
Choose a tag to compare
  • Big refactor to remove use of json4s library which was causing conflicts with the SBT plugin
  • Add pact broker publish task for maven provider (thanks to @Freaky-namuH)
  • number of bug fixes (#187, #188, #185)
  • upgraded to Gradle 2.8
  • Refactored the model classes to consolidate the hierarchy

2.4.1

28 Nov 06:35
Compare
Choose a tag to compare
  • Add pact broker publish task for maven provider (thanks to @Freaky-namuH)
  • number of bug fixes (#187, #188, #185)
  • upgraded to Gradle 2.8
  • Refactored the model classes to consolidate the hierarchy

2.4.0

22 Nov 03:58
Compare
Choose a tag to compare

Big refactor to remove use of json4s library which was causing conflicts with the SBT plugin

3.1.3

14 Nov 07:26
Compare
Choose a tag to compare
  • Documentation fixes
  • add basic auth to the pact broker client
  • fix the time and date convenience functions in the groovy DSL
  • JUnit provider support thanks to @knok16
  • add filter when loading pact files from a directory

2.3.3

14 Nov 06:07
Compare
Choose a tag to compare
  • Documentation fixes
  • add basic auth to the pact broker client
  • fix the time and date convenience functions in the groovy DSL
  • JUnit provider support thanks to @knok16
  • add filter when loading pact files from a directory

3.1.2

24 Oct 01:08
Compare
Choose a tag to compare

minor update for loading pacts from an input stream

2.3.2

24 Oct 00:50
Compare
Choose a tag to compare

minor update for loading pacts from an input stream

3.1.1

20 Oct 08:19
Compare
Choose a tag to compare
  • Re-factored the Java consumer DSL to allow the provider state to be set per request
  • Fixed loading pact files from a directory in the maven plugin (thanks to @Freaky-namuH)
  • Add ability to fetch pacts from pact broker in the maven and gradle plugins