Pact Net Versions Save

.NET version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.

5.0.0-beta.2

3 months ago

Full Changelog: https://github.com/pact-foundation/pact-net/compare/5.0.0-beta.1...5.0.0-beta.2

  • Replaced Newtonsoft with System.Text.Json (see upgrade guide for more info)
  • Increased minimum supported .Net Framework version to 4.6.2
  • Marked MacOS ARM architecture as fully supported
  • Upgraded to FFI 0.4.16
  • Upgraded tests to .Net 8 and .Net Frame 4.6.2
  • Find unused ports for the messaging server more efficiently

5.0.0-beta.1

10 months ago

What's Changed

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.5.0...5.0.0-beta.1

4.6.0-beta.1

1 year ago

⚠️ This release is here for completeness because it was actually pushed to nuget.org, but version 4.6.0 will likely never happen and has been pulled from nuget.org. The aim was to support Pact Specification v4 but we realised afterwards that proper ergonomic support would require breaking API changes, and thus version 5.0 is the version to use instead. This version has incomplete v4 support.

4.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.4.0...4.5.0

4.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.3.0...4.4.0

4.3.0

1 year ago

Please Note: OSX ARM64 support has been merged but is still considered alpha. We are currently unable to run CI on OSX/ARM64 on GitHub Actions runners and so can't automatically verify the integrity of each release. Those that have tried PactNet locally on M1/M2 Macs have reported no issues, but until CI support is available this platform is considered unsupported.

What's Changed

New Contributors

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.2.1...4.3.0

4.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.2.0...4.2.1

4.2.0

1 year ago

What's Changed

API Changes

The following APIs have been marked as obsolete, but are retained for backwards compatibility until PactNet 5.0.0:

IMessagePact
IMessagePactV3
MessagePact.V3(string, string)
MessagePact.V3(string. string, PactConfig)
IPactV2.UsingNativeBackend()
IPactV3.UsingNativeBackend()
IMessagePactV3.UsingNativeBackend()

Instead, Pact and MessagePact have been combined so that only Pact is needed. A method determines which type of interactions are being defined, from either WithHttpInteractions for standard HTTP request/response or WithMessageInteractions for message pacts. The older APIs are retained but internally they just call the new API.

See the samples or docs for further details.

New Contributors

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.1.0...4.2.0

4.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.0.0...4.1.0

4.0.0

1 year ago

This is the first major release of PactNet v4.x, which is a major rewrite of PactNet with a number of breaking changes. Please see the upgrade guide for upgrading from PactNet 3.x to 4.x.

The changes since 4.0.0-beta.5 are:

  • feat: Add SourceLink and Deterministic Build support to the NuGet

Full Changelog: https://github.com/pact-foundation/pact-net/compare/4.0.0-beta.5...4.0.0