This commit is contained in:
Stef
2025-02-12 06:14:39 +01:00
parent e8de5aa73c
commit e0d693c515
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
# 1.7.2 (12 February 2025)
- [#1246](https://github.com/WireMock-Net/WireMock.Net/pull/1246) - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by [StefH](https://github.com/StefH)
- [#1248](https://github.com/WireMock-Net/WireMock.Net/pull/1248) - Add exception message to logging when mapping fails due to an exception. contributed by [JvE-iO](https://github.com/JvE-iO)
- [#1250](https://github.com/WireMock-Net/WireMock.Net/pull/1250) - Add ProtoDefinition to WireMockContainer [feature] contributed by [StefH](https://github.com/StefH)
- [#1239](https://github.com/WireMock-Net/WireMock.Net/issues/1239) - How to use WiremockContainerBuilder for grpc using http2 [feature]
# 1.7.1 (26 January 2025)
- [#1236](https://github.com/WireMock-Net/WireMock.Net/pull/1236) - Fix ProtoBuf mapping.json [bug] contributed by [StefH](https://github.com/StefH)
- [#1245](https://github.com/WireMock-Net/WireMock.Net/pull/1245) - Use Handlebars.Net.Helpers to version 2.4.10 [feature] contributed by [StefH](https://github.com/StefH)

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.7.2-preview-01</VersionPrefix>
<VersionPrefix>1.7.2</VersionPrefix>
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

View File

@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=1.7.1
SET version=1.7.2
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%

View File

@@ -1,6 +1,7 @@
# 1.7.1 (26 January 2025)
- #1236 Fix ProtoBuf mapping.json [bug]
- #1245 Use Handlebars.Net.Helpers to version 2.4.10 [feature]
- #1233 GRPC mappings are not created correctly when created through Admin API [bug]
# 1.7.2 (12 February 2025)
- #1246 Add &quot;AddUrl&quot; to WireMockContainerBuilder to support grpc [feature]
- #1248 Add exception message to logging when mapping fails due to an exception.
- #1250 Add ProtoDefinition to WireMockContainer [feature]
- #1239 How to use WiremockContainerBuilder for grpc using http2 [feature]
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md