Skip to content

Commit 4b3e9fe

Browse files
committed
1.6.8
1 parent 4aaed2a commit 4b3e9fe

4 files changed

+19
-11
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.6.8 (23 November 2024)
2+
- [#1202](https://github.com/WireMock-Net/WireMock.Net/pull/1202) - Log exception when (static) mapping file cannot be read [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#1206](https://github.com/WireMock-Net/WireMock.Net/pull/1206) - Fix security issues [bug] contributed by [StefH](https://github.com/StefH)
4+
- [#1211](https://github.com/WireMock-Net/WireMock.Net/pull/1211) - Use GraphQL 8.2.1 [feature] contributed by [StefH](https://github.com/StefH)
5+
- [#1213](https://github.com/WireMock-Net/WireMock.Net/pull/1213) - Fix HandlebarsContext ParseAndEvaluate method [bug] contributed by [StefH](https://github.com/StefH)
6+
- [#1201](https://github.com/WireMock-Net/WireMock.Net/issues/1201) - Mapping file parse errors are not logged to the console [feature]
7+
- [#1209](https://github.com/WireMock-Net/WireMock.Net/issues/1209) - Upgrade of GraphQL libs to the latest [feature]
8+
- [#1212](https://github.com/WireMock-Net/WireMock.Net/issues/1212) - Response Body Does Not Include Text After Path Segment [bug]
9+
110
# 1.6.7 (17 October 2024)
211
- [#1161](https://github.com/WireMock-Net/WireMock.Net/pull/1161) - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by [StefH](https://github.com/StefH)
312
- [#1190](https://github.com/WireMock-Net/WireMock.Net/pull/1190) - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by [dependabot[bot]](https://github.com/apps/dependabot)

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.6.7</VersionPrefix>
7+
<VersionPrefix>1.6.8</VersionPrefix>
88
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

Generate-ReleaseNotes.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.6.7
3+
SET version=1.6.8
44

55
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
66

PackageReleaseNotes.txt

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# 1.6.7 (17 October 2024)
2-
- #1161 Use latest ProtoBufJsonConverter to support WellKnownTypes [bug]
3-
- #1190 Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies]
4-
- #1194 Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug]
5-
- #1197 Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies]
6-
- #1198 Fix Google.Protobuf.WellKnownTypes.Value [bug]
7-
- #1144 Using google.protobuf.Empty as response results in a bad gRPC response [bug]
8-
- #1153 Grpc support for multiple proto files [feature]
9-
- #1193 Snyk issue : Regular Expression Denial of Service [bug]
1+
# 1.6.8 (23 November 2024)
2+
- #1202 Log exception when (static) mapping file cannot be read [feature]
3+
- #1206 Fix security issues [bug]
4+
- #1211 Use GraphQL 8.2.1 [feature]
5+
- #1213 Fix HandlebarsContext ParseAndEvaluate method [bug]
6+
- #1201 Mapping file parse errors are not logged to the console [feature]
7+
- #1209 Upgrade of GraphQL libs to the latest [feature]
8+
- #1212 Response Body Does Not Include Text After Path Segment [bug]
109

1110
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)