Skip to content

Releases: picadoh/mockserver-client-net

2.1.0

27 Aug 00:27
Compare
Choose a tag to compare

2.1.0 (2024-08-27)

Features

  • Support to response and forward templates (586d548)

2.0.0

23 Aug 00:31
Compare
Choose a tag to compare

2.0.0 (2024-08-23)

  • chore!: Upgrade dependencies / .NET 8 support (96f1a4b)

BREAKING CHANGES

  • Upgrade dependencies / .NET 8 support

1.2.0

03 Jul 17:12
Compare
Choose a tag to compare

TLS support / Request Matchers / Response Content

Adding support to:

  • TLS
  • Request Body Matchers (other than a string)
  • Response Body Content (other than a string)
  • Priority-based expectation matching
  • Reason phrase on expectation responses
  • Defaults and method overloads for cleaner API usage

Async support

26 Jun 19:35
Compare
Choose a tag to compare
  • Async support
  • Bug fixing
  • Code cleanup

Improved package information

06 Jul 14:27
Compare
Choose a tag to compare

Added more complete information to package description so it is easier to find and understand.

MockServerClientNet first major release - 2018.07.06

06 Jul 14:03
Compare
Choose a tag to compare

Breaking change on the package naming. Now it's called MockServerClientNet (formerly MockServerClientCSharp).

Automated deployments

02 Jul 09:01
Compare
Choose a tag to compare
Adding travis-ci build script

Signed-off-by: Hugo Picado <hugo.pcd@gmail.com>

Added ability to load from file

22 Feb 19:04
Compare
Choose a tag to compare

It was added the ability to load expectations from a file in a JSON format to make it easier to configure the expectations externally to the code of the application using this client.

.NET Standard Support

16 Jan 16:02
Compare
Choose a tag to compare

Adding support to .NET Standard
Bug fixes

Clear & Verify

04 Nov 14:35
Compare
Choose a tag to compare

Adding Clear and Verify operations to Fluent API