mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-01 07:03:29 +02:00
1.18.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# 1.18.0 (09 December 2025)
|
||||||
|
- [#1388](https://github.com/wiremock/WireMock.Net/pull/1388) - Add WithBodyAsType to RequestMatcher [feature] contributed by [StefH](https://github.com/StefH)
|
||||||
|
|
||||||
# 1.17.0 (07 December 2025)
|
# 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)
|
- [#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)
|
- [#1386](https://github.com/wiremock/WireMock.Net/pull/1386) - Fix random delay in mapping json file [bug] contributed by [StefH](https://github.com/StefH)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>1.17.0</VersionPrefix>
|
<VersionPrefix>1.18.0</VersionPrefix>
|
||||||
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
|
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
|
||||||
<PackageProjectUrl>https://github.com/wiremock/WireMock.Net</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/wiremock/WireMock.Net</PackageProjectUrl>
|
||||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
rem https://github.com/StefH/GitHubReleaseNotes
|
rem https://github.com/StefH/GitHubReleaseNotes
|
||||||
|
|
||||||
SET version=1.17.0
|
SET version=1.18.0
|
||||||
|
|
||||||
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
|
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
# 1.17.0 (07 December 2025)
|
# 1.18.0 (09 December 2025)
|
||||||
- #1383 Aspire: Add WithProtoDefinition to support proto definition at server level [feature]
|
- #1388 Add WithBodyAsType to RequestMatcher [feature]
|
||||||
- #1386 Fix random delay in mapping json file [bug]
|
- #330 Feature: Add support for CSharpCode Transformer [wontfix]
|
||||||
- #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
|
The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md
|
||||||
Reference in New Issue
Block a user