Skip to content

Releases: pact-foundation/pact-net

1.3.0

21 Jan 04:47
Compare
Choose a tag to compare

*Bug Fixes

  1. Fixing a deadlock caused when using xunit 2.

See #77

Thanks @szybkiwx for the solution

Install-Package PactNet -Version 1.3.0

1.3.0-beta

20 Jan 10:00
Compare
Choose a tag to compare
1.3.0-beta Pre-release
Pre-release

*Bug Fixes

  1. Attempt to fix a deadlock caused when using xunit 2.

See #77

Install-Package PactNet -Version 1.3.0-beta -Pre

1.2.0

09 Nov 10:28
Compare
Choose a tag to compare

Features Added

  1. Allowing the mock provider service to run without admin privileges by not binding on all adapters and also defaulting to this option. You can also optionally opt in to binding on all adapters.

Thanks @vdex42 for the suggestion and PR!

Install-Package PactNet -Version 1.2.0

1.1.4

30 May 22:41
Compare
Choose a tag to compare

Bug Fixes

  1. 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

11 May 07:12
Compare
Choose a tag to compare

Bug Fixes

  1. 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

02 May 12:49
Compare
Choose a tag to compare

Bug Fixes

  1. 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

10 Jan 13:17
Compare
Choose a tag to compare

Bug Fixes

  1. 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

10 Jan 11:05
Compare
Choose a tag to compare

Features Added

  1. 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

05 Oct 11:05
Compare
Choose a tag to compare

Tweaks

  1. 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

21 Sep 08:35
Compare
Choose a tag to compare

Features Added

  1. 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