mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
1.7.2
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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%
|
||||
|
||||
|
||||
@@ -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 "AddUrl" 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
|
||||
Reference in New Issue
Block a user