Skip to content

Releases: pact-foundation/pact-net

2.0.7-beta

02 Aug 00:49
Compare
Choose a tag to compare
2.0.7-beta Pre-release
Pre-release

Tweaks

  1. Updating to the new Pact Standalone Core to 1.1.2

Install-Package PactNet -Version 2.0.7-beta -Pre

2.0.6-beta

30 Jul 00:19
Compare
Choose a tag to compare
2.0.6-beta Pre-release
Pre-release

Features Added

  1. Adding support for .netstandard/.net core #101. Currently PactNet will only still run on windows, but this gets us a step closer to having cross platform support.

Thanks to @adamrodger for adding this!

Bug Fixes

  1. Updating to the new Pact Standalone Core, which includes support for '.' characters in json keys, meaning it can work with odata #103

Install-Package PactNet -Version 2.0.6-beta -Pre

2.0.5-beta

21 Jul 12:15
Compare
Choose a tag to compare
2.0.5-beta Pre-release
Pre-release

Features Added

  1. Adding support for optionally publishing provider verification results to a Pact broker

Thanks to @iamdavidfrancis for adding this feature!

Install-Package PactNet -Version 2.0.5-beta -Pre

2.0.4-beta

16 Jul 09:05
Compare
Choose a tag to compare
2.0.4-beta Pre-release
Pre-release

Features Added

  1. Adding support for matchers in Path and Query on the request object

** Tweaks **

  1. Re-ordering the pact publisher tags request to occur before pushing to the pact to a broker, which resolve a potential timing issue
  2. Regex matcher now only takes a string and not a dynamic

Install-Package PactNet -Version 2.0.4-beta -Pre

2.0.3-beta

15 Jul 07:35
Compare
Choose a tag to compare
2.0.3-beta Pre-release
Pre-release

Bug Fixes

  1. Properly setting the pact broker credentials when supplied to the provider verifier with a broker url

Features Added

  1. Added a method for publishing Pacts to a Pact Broker

Install-Package PactNet -Version 2.0.3-beta -Pre

1.3.2

13 Jul 11:04
Compare
Choose a tag to compare

Bug Fixes

  1. Reverting changes made in 1.3.1 as there was an issue.

See #91

Install-Package PactNet -Version 1.3.2

2.0.2-beta

11 Jul 09:40
Compare
Choose a tag to compare
2.0.2-beta Pre-release
Pre-release

Bug Fixes

  1. Fixes exception thrown if any of the Ruby standalone core environment variable are already set. See #95

Thanks @JeanmarcLaiAqovia for the fix

Install-Package PactNet -Version 2.0.2-beta -Pre

2.0.1-beta

04 Jul 12:48
Compare
Choose a tag to compare
2.0.1-beta Pre-release
Pre-release

Tweaks

  1. Calling the Ruby standalone core directly and removing the System.Management dependency. Hopefully this will make porting to .NET core easier

Install-Package PactNet -Version 2.0.1-beta -Pre

2.0.0-beta

02 Jul 11:16
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

Features Added

  1. Pact Version 2 Support by using the Ruby standalone core

NOTE: This version has breaking changes.

Install-Package PactNet -Version 2.0.0-beta -Pre

1.3.1

25 Jun 23:54
Compare
Choose a tag to compare

Bug Fixes

  1. Adding support for json strings at the root of the response

See #91

Thanks @kmahon37 for the PR

Install-Package PactNet -Version 1.3.1