From 775c4fb2e3e034b4b3e91b306cb44174dec886ea Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 24 Aug 2022 08:34:20 +0200 Subject: [PATCH] 1.5.4 --- CHANGELOG.md | 15 +++++++++++++++ Directory.Build.props | 6 +----- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 17 ++++++++++++++--- 4 files changed, 31 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244bfc83..faab1272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.5.4 (24 August 2022) +- [#778](https://github.com/WireMock-Net/WireMock.Net/pull/778) - Fix Proxying when StartAdminInterface=true [bug] contributed by [StefH](https://github.com/StefH) +- [#781](https://github.com/WireMock-Net/WireMock.Net/pull/781) - Update some NuGet packages [feature] contributed by [StefH](https://github.com/StefH) +- [#783](https://github.com/WireMock-Net/WireMock.Net/pull/783) - Fix WithBody when using Pact and added more nullable annotations [feature] contributed by [StefH](https://github.com/StefH) +- [#787](https://github.com/WireMock-Net/WireMock.Net/pull/787) - Add support for PEM certificates contributed by [StefH](https://github.com/StefH) +- [#789](https://github.com/WireMock-Net/WireMock.Net/pull/789) - Add support for Matcher.Pattern in Pact Body mapping [feature] contributed by [StefH](https://github.com/StefH) +- [#790](https://github.com/WireMock-Net/WireMock.Net/pull/790) - Add Response.WithBody with IJsonConverter [feature] contributed by [StefH](https://github.com/StefH) +- [#795](https://github.com/WireMock-Net/WireMock.Net/pull/795) - Add check for duplicate Guids when posting multiple mappings in one request contributed by [StefH](https://github.com/StefH) +- [#797](https://github.com/WireMock-Net/WireMock.Net/pull/797) - Fix WithHeader when using RejectOnMatch [bug] contributed by [flts](https://github.com/flts) +- [#775](https://github.com/WireMock-Net/WireMock.Net/issues/775) - When "StartAdminInterface" is true then each time is generated new mapping from the proxy [bug] +- [#784](https://github.com/WireMock-Net/WireMock.Net/issues/784) - Response body is missing in generated pact file when IBodyResponseBuilder.WithBody is used [bug] +- [#785](https://github.com/WireMock-Net/WireMock.Net/issues/785) - Support for PEM certificates when using ssl [feature] +- [#788](https://github.com/WireMock-Net/WireMock.Net/issues/788) - Request body is missing in generated pact file for requests that include matching on request body [bug] +- [#796](https://github.com/WireMock-Net/WireMock.Net/issues/796) - RequestMessageHeaderMatcher with MatchBehaviour.RejectOnMatch reverses match results twice [bug] + # 1.5.3 (29 July 2022) - [#777](https://github.com/WireMock-Net/WireMock.Net/pull/777) - Update Scriban.Signed to version 5.5.0 [feature] contributed by [StefH](https://github.com/StefH) - [#776](https://github.com/WireMock-Net/WireMock.Net/issues/776) - Update Scriban.Signed to support more functions, e.g math.random [feature] diff --git a/Directory.Build.props b/Directory.Build.props index 51d6d7c5..072ab771 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.5.3 + 1.5.4 WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net Apache-2.0 @@ -25,10 +25,6 @@ - - - - diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index d6efa871..42c94638 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.5.3 +SET version=1.5.4 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 0df26d4f..c16afc4d 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,16 @@ -# 1.5.3 (29 July 2022) -- #777 Update Scriban.Signed to version 5.5.0 [feature] -- #776 Update Scriban.Signed to support more functions, e.g math.random [feature] +# 1.5.4 (24 August 2022) +- #778 Fix Proxying when StartAdminInterface=true [bug] +- #781 Update some NuGet packages [feature] +- #783 Fix WithBody when using Pact and added more nullable annotations [feature] +- #787 Add support for PEM certificates +- #789 Add support for Matcher.Pattern in Pact Body mapping [feature] +- #790 Add Response.WithBody with IJsonConverter [feature] +- #795 Add check for duplicate Guids when posting multiple mappings in one request +- #797 Fix WithHeader when using RejectOnMatch [bug] +- #775 When "StartAdminInterface" is true then each time is generated new mapping from the proxy [bug] +- #784 Response body is missing in generated pact file when IBodyResponseBuilder.WithBody is used [bug] +- #785 Support for PEM certificates when using ssl [feature] +- #788 Request body is missing in generated pact file for requests that include matching on request body [bug] +- #796 RequestMessageHeaderMatcher with MatchBehaviour.RejectOnMatch reverses match results twice [bug] The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file