mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
1.5.5
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# 1.5.5 (03 September 2022)
|
||||
- [#798](https://github.com/WireMock-Net/WireMock.Net/pull/798) - Add support to use 'mapping' object in in reponse templating [feature] contributed by [StefH](https://github.com/StefH)
|
||||
- [#800](https://github.com/WireMock-Net/WireMock.Net/pull/800) - Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (net46) [dependencies] contributed by [dependabot[bot]](https://github.com/apps/dependabot)
|
||||
- [#802](https://github.com/WireMock-Net/WireMock.Net/pull/802) - Add assertions for request methods contributed by [rafaelmfonseca](https://github.com/rafaelmfonseca)
|
||||
- [#772](https://github.com/WireMock-Net/WireMock.Net/issues/772) - How to get matched mapping by HttpRequest or HttpRequestMessage [feature]
|
||||
|
||||
# 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)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>1.5.4</VersionPrefix>
|
||||
<VersionPrefix>1.5.5</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.5.4
|
||||
SET version=1.5.5
|
||||
|
||||
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN%
|
||||
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
# 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]
|
||||
# 1.5.5 (03 September 2022)
|
||||
- #798 Add support to use 'mapping' object in in reponse templating [feature]
|
||||
- #800 Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (net46) [dependencies]
|
||||
- #802 Add assertions for request methods
|
||||
- #772 How to get matched mapping by HttpRequest or HttpRequestMessage [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