Releases: pact-foundation/pact-jvm
Releases · pact-foundation/pact-jvm
3.2.1
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
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
- 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
2.4.0
3.1.3
2.3.3
3.1.2
2.3.2
3.1.1
- 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