Releases: pact-foundation/pact-net
Releases · pact-foundation/pact-net
2.0.7-beta
Tweaks
- Updating to the new Pact Standalone Core to 1.1.2
Install-Package PactNet -Version 2.0.7-beta -Pre
2.0.6-beta
Features Added
- 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
- 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
Features Added
- 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
Features Added
- Adding support for matchers in Path and Query on the request object
** Tweaks **
- Re-ordering the pact publisher tags request to occur before pushing to the pact to a broker, which resolve a potential timing issue
- Regex matcher now only takes a string and not a dynamic
Install-Package PactNet -Version 2.0.4-beta -Pre
2.0.3-beta
Bug Fixes
- Properly setting the pact broker credentials when supplied to the provider verifier with a broker url
Features Added
- Added a method for publishing Pacts to a Pact Broker
Install-Package PactNet -Version 2.0.3-beta -Pre
1.3.2
2.0.2-beta
Bug Fixes
- 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
Tweaks
- 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
Features Added
- 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