diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4cc65d..14dc5e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.17.0 (07 December 2025) +- [#1383](https://github.com/wiremock/WireMock.Net/pull/1383) - Aspire: Add WithProtoDefinition to support proto definition at server level [feature] contributed by [StefH](https://github.com/StefH) +- [#1386](https://github.com/wiremock/WireMock.Net/pull/1386) - Fix random delay in mapping json file [bug] contributed by [StefH](https://github.com/StefH) +- [#1274](https://github.com/wiremock/WireMock.Net/issues/1274) - .WithMappings to mount volume is not working for GRPC [bug] +- [#1381](https://github.com/wiremock/WireMock.Net/issues/1381) - Downstream dependencies missing after 1.16.0 release [bug] +- [#1382](https://github.com/wiremock/WireMock.Net/issues/1382) - Does Aspire support enabling HTTP/2? [feature] +- [#1385](https://github.com/wiremock/WireMock.Net/issues/1385) - Do delays and probabilities show in saved static mappings? [bug] +- [#1387](https://github.com/wiremock/WireMock.Net/issues/1387) - Tests failing with TaskCanceledException on Windows Server 2025 Build 7171 [bug] + # 1.16.0 (18 November 2025) - [#1366](https://github.com/wiremock/WireMock.Net/pull/1366) - WireMock.Net.OpenApiParser : support Examples [feature] contributed by [StefH](https://github.com/StefH) - [#1375](https://github.com/wiremock/WireMock.Net/pull/1375) - Add WireMockHealthCheck in WireMock.Net.Aspire [feature] contributed by [Zguy](https://github.com/Zguy) diff --git a/Directory.Build.props b/Directory.Build.props index 97bd50cb..f48c7ecb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.16.0 + 1.17.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 ad8f9459..23ba6396 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.16.0 +SET version=1.17.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 066c2fd2..2329f0e3 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,10 +1,11 @@ -# 1.16.0 (18 November 2025) -- #1366 WireMock.Net.OpenApiParser : support Examples [feature] -- #1375 Add WireMockHealthCheck in WireMock.Net.Aspire [feature] -- #1377 Check if the path is valid when using WithPath(...) [feature] -- #1380 Add WireMock.Net.xUnit.v3 project [feature] -- #1364 Choosing examples from open api specification for responses. [feature] -- #1376 AdminApiMappingBuilder `WithPath` should add the starting `/` if missing [feature] -- #1379 xUnit v3 [feature] +# 1.17.0 (07 December 2025) +- #1383 Aspire: Add WithProtoDefinition to support proto definition at server level [feature] +- #1386 Fix random delay in mapping json file [bug] +- #812 Wiki page for using WireMock.Net with appium for mobile automation testing [wontfix] +- #1274 .WithMappings to mount volume is not working for GRPC [bug] +- #1381 Downstream dependencies missing after 1.16.0 release [bug] +- #1382 Does Aspire support enabling HTTP/2? [feature] +- #1385 Do delays and probabilities show in saved static mappings? [bug] +- #1387 Tests failing with TaskCanceledException on Windows Server 2025 Build 7171 [bug] The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file