Releases: pact-foundation/pact-net
Releases · pact-foundation/pact-net
1.3.0
1.3.0-beta
*Bug Fixes
- Attempt to fix a deadlock caused when using xunit 2.
See #77
Install-Package PactNet -Version 1.3.0-beta -Pre
1.2.0
1.1.4
Bug Fixes
- Disabling Nancy default handling for 404 and 500 responses
Thanks @gruntster for the PR and fix!
Install-Package PactNet -Version 1.1.4
1.1.3
Bug Fixes
- Refactorings to support all charset encodings available in .NET
Thanks @gruntster and @ConradLang for the PR and fix!
Install-Package PactNet -Version 1.1.3
1.1.2
Bug Fixes
- Fixing an issue verifying the Content-Type header when it contains additional parameters
Thanks @gruntster for the PR and fix!
Install-Package PactNet -Version 1.1.2
1.1.1
Bug Fixes
- Fixing a thread safety issue on the logger when running the consumer tests in parallel using NCrunch
Install-Package PactNet -Version 1.1.1
1.1.0
Features Added
- Adding the ReportOutputters configuration option to the PactVerifierConfig allowing the user to configure additional report outputs (for example using the xunit 2 ITestOutputHelper to write to the console). You can also remove existing report outputters that are configured out of the box.
Install-Package PactNet -Version 1.1.0
1.0.11
Tweaks
- Tweaking the request and response matching rules when an expected body has been explicitly set to null. We will now ensure that the matching actual body is empty/missing as well, rather than allowing any body. Tests have also been added to the Pact specification to ensure conformance across the different language implementations.
Install-Package PactNet -Version 1.0.11
1.0.10
Features Added
- Adding support for HTTP basic auth when verifying a pact from the broker. Thanks @sushant2517 for the PR.
Install-Package PactNet -Version 1.0.10