From 317fcb1b307c726675a5cb09bcfef59c31946cce Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 18 Jan 2026 19:54:34 +0100 Subject: [PATCH] 1.24.0 --- CHANGELOG.md | 5 +++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 9 ++++----- README.md | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ab62e7..e3855144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.24.0 (18 January 2026) +- [#1417](https://github.com/wiremock/WireMock.Net/pull/1417) - Update aspire to 13.1 (examples + code) [feature] contributed by [petrroll](https://github.com/petrroll) +- [#1418](https://github.com/wiremock/WireMock.Net/pull/1418) - Add OTEL tracing support for Wiremock + automatic OTEL for Aspire integration [feature] contributed by [petrroll](https://github.com/petrroll) +- [#1214](https://github.com/wiremock/WireMock.Net/issues/1214) - OpenTelemetry Support for .NET Aspire [feature] + # 1.23.0 (05 January 2026) - [#1414](https://github.com/wiremock/WireMock.Net/pull/1414) - Pass the parameter matchOperator in Request.WithPath to its inner calls [bug] contributed by [gbamqzkdyg](https://github.com/gbamqzkdyg) - [#1416](https://github.com/wiremock/WireMock.Net/pull/1416) - Fix: Pass AllowedHandlebarsHelpers configuration to Handlebars.Net.Helpers library contributed by [samlatham](https://github.com/samlatham) diff --git a/Directory.Build.props b/Directory.Build.props index 305a7415..71175b26 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.23.0 + 1.24.0 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 90e00c82..912e819f 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.23.0 +SET version=1.24.0 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 8d7293e0..c31c935a 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,7 +1,6 @@ -# 1.23.0 (05 January 2026) -- #1414 Pass the parameter matchOperator in Request.WithPath to its inner calls [bug] -- #1416 Fix: Pass AllowedHandlebarsHelpers configuration to Handlebars.Net.Helpers library -- #1413 Parameter `matchOperator` is not respected in the method Request.WithPath [bug] -- #1415 HandlebarsSettings AllowedHandlebarsHelpers Configuration Not Applied [bug] +# 1.24.0 (18 January 2026) +- #1417 Update aspire to 13.1 (examples + code) [feature] +- #1418 Add OTEL tracing support for Wiremock + automatic OTEL for Aspire integration [feature] +- #1214 OpenTelemetry Support for .NET Aspire [feature] The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file diff --git a/README.md b/README.md index 29b4f48e..828e5d25 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ A C# .NET version based on [mock4net](https://github.com/alexvictoor/mock4net) w
-🔺 **WireMock.Net.Minimal** does not include *WireMock.Net.MimePart*, *WireMock.Net.GraphQL* and *WireMock.Net.ProtoBuf*. +🔺 **WireMock.Net.Minimal** does not include *WireMock.Net.MimePart*, *WireMock.Net.GraphQL*, *WireMock.Net.ProtoBuf* and *WireMock.Net.OpenTelemetry*. ---