Skip to content

Releases: hibri/HttpMock

v3.0.2

Choose a tag to compare

@hibri hibri released this 25 Apr 19:31
c5672ad

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

Choose a tag to compare

@hibri hibri released this 16 Apr 19:39
e33e83a

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

Choose a tag to compare

@hibri hibri released this 16 Apr 13:51
0a76fbc

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

Choose a tag to compare

@hibri hibri released this 06 Jun 13:56
bump version

2.3.0

Choose a tag to compare

@hibri hibri released this 25 Feb 15:52
2.3.0 Release

v2.2.1

Choose a tag to compare

@hibri hibri released this 26 Jan 17:01
Release 2.2.1

v2.2.0

Choose a tag to compare

@hibri hibri released this 18 Oct 14:57

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

Choose a tag to compare

@hibri hibri released this 30 Jun 12:56
fix missing version

v.2.0.2

Choose a tag to compare

@hibri hibri released this 19 May 10:35
v2.0.2

Release 2.0.2

v2.0.1

Choose a tag to compare

@hibri hibri released this 18 Apr 15:17
bump version