Skip to content

Releases: hibri/HttpMock

v3.0.2

25 Apr 19:31
c5672ad

Choose a tag to compare

What's Changed

  • Add .NET Aspire example project with HttpMock for downstream API mocking by @Copilot in #129
  • feat: HttpMock.Aspire.Hosting — first-class Aspire 13 resource for HttpMock stub servers by @Copilot in #130
  • perf: Reduce per-request allocations, eliminate regex recompilation, and modernize to async I/O by @Copilot in #131
  • Bump OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.3 by @dependabot[bot] in #133

v3.0.1

16 Apr 19:39
e33e83a

Choose a tag to compare

What's Changed

  • Fix response body being invoked twice per request by @Copilot in #128

Full Changelog: v3.0.0...v3.0.1

v3.0.0

16 Apr 13:51
0a76fbc

Choose a tag to compare

Major version release. This release has breaking changes.

Key changes

  1. Remove the Kayak dependency and use HttpListener as the Http engine
  2. Upgrade to .Net 10. .Net 4.8 is not supported by HttpMock anymore
  3. Drop Log4Net and use OpenTelelmetry and ILogger.

v2.3.1

06 Jun 13:56

Choose a tag to compare

bump version

2.3.0

25 Feb 15:52

Choose a tag to compare

2.3.0 Release

v2.2.1

26 Jan 17:01

Choose a tag to compare

Release 2.2.1

v2.2.0

18 Oct 14:57

Choose a tag to compare

Added functionality to return byte arrays as well as strings. This will take into account return values that are not just simple strings but rather streams that may be encoded with gzip.

v2.1.0

30 Jun 12:56

Choose a tag to compare

fix missing version

v.2.0.2

19 May 10:35

Choose a tag to compare

v2.0.2

Release 2.0.2

v2.0.1

18 Apr 15:17

Choose a tag to compare

bump version