Skip to content

Releases: pact-foundation/pact-net

4.1.0

13 Jul 10:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

06 Jun 11:12
Compare
Choose a tag to compare

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: 4.0.0-beta.5...4.0.0

4.0.0-beta.5

26 May 13:33
Compare
Choose a tag to compare
4.0.0-beta.5 Pre-release
Pre-release

Features:

  • Allow consumer version selectors to pass a collection (d0d4a7c)
  • Conditionally publish verification results (79093a5)

Docs

  • Add a warning against using Microsoft.AspNetCore.Mvc.Testing (096da6a)

Chores

  • Mark some APIs internal that were accidentally public (701cb50)
    • Note this is technically a breaking change, but you couldn't construct these classes previously anyway because they had no public constructors or factory methods. They had no public API you could use, but the classes themselves were accidentally public.

Full Changelog: 4.0.0-beta.4...4.0.0-beta.5

4.0.0-beta.4

20 May 11:15
Compare
Choose a tag to compare
4.0.0-beta.4 Pre-release
Pre-release
  • chore: Upgrade to FFI 0.2.6 to fix an issue with SSL certificate errors on Windows
  • feat(#373): Custom verification headers
  • fix(#376): Build URI should be optional
  • fix(#377): Native library restores on .Net Framework
  • feat(#378): Use authentication with URI sources during verification
  • feat(#386): Support overriding the content type of JSON request bodies
  • feat(#382): Allow individual requests to override JSON settings

Full Changelog: 4.0.0-beta.3...4.0.0-beta.4

4.0.0-beta.3

22 Feb 07:34
Compare
Choose a tag to compare
4.0.0-beta.3 Pre-release
Pre-release
  • fix: Change API to remove possibility of unverified message interactions
  • fix: Exception if tags are omitted when publishing results (#371)
  • docs: Additional upgrade docs

4.0.0-beta.2

16 Feb 14:17
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release
  • Drop explicit .Net Framework support. .Net Standard 2.0 is now the only supported target framework, which can be used on .Net Framework 4.6.1+ and .Net (Core) 2.0+
  • Upgraded FFI to 0.2.2 to fix an issue with matchers being combined
  • Improved messaging API
  • Built-in messaging server (which deprecates and removes the need for PactNet.AspNetCore.Messaging)
  • Documentation for messaging pacts
  • Added logo to NuGet package

Full Changelog: 4.0.0-beta.1...4.0.0-beta.2

4.0.0-beta.1

09 Feb 20:33
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release

A complete rewrite of PactNet to use the new Rust reference library instead of the older Ruby one.

This involves a number of breaking changes due to the different way that they two core libraries work, and also to address some existing API issues which prevent extensibility without causing breaking changes. See the upgrade guide for details.

This is not expected to be the final release and so further breaking changes are possible before a final release, but we'd love to hear your feedback. See the README for ways to contact us, or feel free to raise an issue with any problems you encounter.

3.0.2

14 Oct 18:23
Compare
Choose a tag to compare

3.0.1

14 Oct 18:23
3acbc9a
Compare
Choose a tag to compare

3.0.0

10 May 02:54
c2b8dfe
Compare
Choose a tag to compare

Features

  1. Support a remote mock service for consumer tests (#277)

Install-Package PactNet.Windows -Version 3.0.0
or
Install-Package PactNet.OSX -Version 3.0.0
or
Install-Package PactNet.Linux.x86 -Version 3.0.0
or
Install-Package PactNet.Linux.x64 -Version 3.0.0