Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps WireMock.Net from 1.4.41 to 1.5.8.

Changelog

Sourced from WireMock.Net's changelog.

1.5.8 (16 October 2022)

  • #816 - Some fixes to WireMock.Net.Assertions [feature] contributed by StefH
  • #817 - ExactMatcher : IgnoreCase [feature] contributed by StefH
  • #824 - WebHook - Transform Url [feature] contributed by StefH
  • #814 - WithHeader cannot handle multiple requests with the same header key values [bug]
  • #815 - Why does UsingMethod check _callscount? [bug]
  • #822 - Webhook with generic url, body and custom header values [feature]

1.5.7 (11 October 2022)

  • #818 - Add option to run the server on http & https [feature] contributed by StefH
  • #821 - Add UseDefinedRequestMatchers to ProxyAndRecordSettings [feature] contributed by StefH
  • #823 - Add implicit operators to WireMockList contributed by StefH
  • #819 - Can I preserve Mapping title and matchers for proxy response? [feature]

1.5.6 (12 September 2022)

  • #803 - WebHook : UseFireAndForget + Delay [feature] contributed by StefH
  • #804 - Change nuget to package reference for WireMock.Net.Console.Net472.Cla… [feature] contributed by mattisking
  • #806 - Tweak middleware and fix bug in example [feature] contributed by mattisking
  • #801 - Webhook Delays [feature]

1.5.5 (03 September 2022)

  • #798 - Add support to use 'mapping' object in in reponse templating [feature] contributed by StefH
  • #800 - Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (net46) [dependencies] contributed by dependabot[bot]
  • #802 - Add assertions for request methods contributed by rafaelmfonseca
  • #772 - How to get matched mapping by HttpRequest or HttpRequestMessage [feature]

1.5.4 (24 August 2022)

  • #778 - Fix Proxying when StartAdminInterface=true [bug] contributed by StefH
  • #781 - Update some NuGet packages [feature] contributed by StefH
  • #783 - Fix WithBody when using Pact and added more nullable annotations [feature] contributed by StefH
  • #787 - Add support for PEM certificates contributed by StefH
  • #789 - Add support for Matcher.Pattern in Pact Body mapping [feature] contributed by StefH
  • #790 - Add Response.WithBody with IJsonConverter [feature] contributed by StefH
  • #795 - Add check for duplicate Guids when posting multiple mappings in one request contributed by StefH
  • #797 - Fix WithHeader when using RejectOnMatch [bug] contributed by flts
  • #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.3 (29 July 2022)

  • #777 - Update Scriban.Signed to version 5.5.0 [feature] contributed by StefH
  • #776 - Update Scriban.Signed to support more functions, e.g math.random [feature]

1.5.2 (24 July 2022)

  • #769 - Bump Microsoft.AspNetCore.Server.Kestrel.Core from 2.1.3 to 2.1.7 in /examples/WireMock.Net.StandAlone.Net461 [dependencies] contributed by dependabot[bot]
  • #770 - Added some more tests for JsonMatcher + refactored some code to use nullable [test] contributed by StefH
  • #771 - JsonPartialMatcher - support Regex [feature] contributed by StefH

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.4.41 to 1.5.8.
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](wiremock/WireMock.Net@1.4.41...1.5.8)

---
updated-dependencies:
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2022
@dependabot dependabot bot requested a review from dolczykk October 17, 2022 20:29
@codecov-commenter
Copy link

Codecov Report

Merging #77 (06e661f) into dev (6e4051a) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #77   +/-   ##
=======================================
  Coverage   88.55%   88.55%           
=======================================
  Files          21       21           
  Lines         236      236           
  Branches       13       13           
=======================================
  Hits          209      209           
  Misses         16       16           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e4051a...06e661f. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #80.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/nuget/WireMock.Net-1.5.8 branch October 31, 2022 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant