From 9c94324cffd2c549822956aa647e5cee905ea373 Mon Sep 17 00:00:00 2001 From: Stef Date: Thu, 2 Jan 2025 10:42:39 +0100 Subject: [PATCH] 1.6.11 --- CHANGELOG.md | 10 ++++++++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 12 +++++++++--- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cc5bf0..50edeab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.6.11 (02 January 2025) +- [#1221](https://github.com/WireMock-Net/WireMock.Net/pull/1221) - Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] contributed by [StefH](https://github.com/StefH) +- [#1222](https://github.com/WireMock-Net/WireMock.Net/pull/1222) - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by [StefH](https://github.com/StefH) +- [#1223](https://github.com/WireMock-Net/WireMock.Net/pull/1223) - Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] contributed by [StefH](https://github.com/StefH) +- [#1224](https://github.com/WireMock-Net/WireMock.Net/pull/1224) - Add FindLogEntries to IWireMockServer [feature] contributed by [StefH](https://github.com/StefH) +- [#1092](https://github.com/WireMock-Net/WireMock.Net/issues/1092) - FindLogEntries present in WireMockServer but not IWireMockServer [feature] +- [#1192](https://github.com/WireMock-Net/WireMock.Net/issues/1192) - Feature: add URL assertion excluding query parameters [feature] +- [#1204](https://github.com/WireMock-Net/WireMock.Net/issues/1204) - Supplying Values From Request for Webhook Body and Headers [feature] +- [#1217](https://github.com/WireMock-Net/WireMock.Net/issues/1217) - Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug] + # 1.6.10 (15 December 2024) - [#1189](https://github.com/WireMock-Net/WireMock.Net/pull/1189) - WireMock.Net.Testcontainers: implement watching the static mapping folder for changes [bug] contributed by [StefH](https://github.com/StefH) - [#1188](https://github.com/WireMock-Net/WireMock.Net/issues/1188) - WithWatchStaticMappings doesn't respect new files [bug] diff --git a/Directory.Build.props b/Directory.Build.props index 7a53ae80..916f877c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.6.10 + 1.6.11 WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index feeb7605..dd8f7bce 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.6.10 +SET version=1.6.11 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 9f7269d7..49193239 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,11 @@ -# 1.6.10 (15 December 2024) -- #1189 WireMock.Net.Testcontainers: implement watching the static mapping folder for changes [bug] -- #1188 WithWatchStaticMappings doesn't respect new files [bug] +# 1.6.11 (02 January 2025) +- #1221 Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] +- #1222 Fix WireMockContainerBuilder (duplicate entries) [bug] +- #1223 Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] +- #1224 Add FindLogEntries to IWireMockServer [feature] +- #1092 FindLogEntries present in WireMockServer but not IWireMockServer [feature] +- #1192 Feature: add URL assertion excluding query parameters [feature] +- #1204 Supplying Values From Request for Webhook Body and Headers [feature] +- #1217 Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [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