This commit is contained in:
Stef
2025-02-12 06:15:52 +01:00
parent e0d693c515
commit 24810aa902
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
- [#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]
- [#1249](https://github.com/WireMock-Net/WireMock.Net/issues/1249) - Add protodefinition and refer it from mapping [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)

View File

@@ -3,5 +3,6 @@
- #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]
- #1249 Add protodefinition and refer it from mapping [feature]
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md