Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps WireMock.Net from 1.4.41 to 1.5.14.

Changelog

Sourced from WireMock.Net's changelog.

1.5.14 (24 January 2023)

  • #842 - Generate C# code from Mapping [feature] contributed by StefH
  • #869 - Add MappingBuilder to build mappings in code and export to Models or JSON [feature] contributed by StefH
  • #871 - Add UseWebhooksFireAndForget to Server ConvertMapping [bug] contributed by ggradnig
  • #872 - Fix unsubscribe from LogEntriesChanged event handler [bug] contributed by StefH
  • #875 - Fix Self referencing loop detected for property [bug] contributed by eseneckiy
  • #877 - Add unit test example for Transformer Handlebars String.Append String.Join [test] contributed by StefH
  • #701 - Allow to create MappingModel from c# to be able to configure local and remote mocks similarly [feature]
  • #867 - Can I build mappings with code and save them to JSON-file without starting server [feature]
  • #870 - Can not unsubscribe from LogEntriesChanged event. [bug]

1.5.13 (11 December 2022)

  • #858 - Update Transformer functionality to return value instead of string [feature] contributed by StefH
  • #859 - Add UpdatedAt property to Mapping [feature] contributed by StefH
  • #861 - Add extra functionality for issue 55 contributed by StefH
  • #862 - Add client certificate support [feature] contributed by billybraga
  • #863 - Update WireMockServer.CreateClient/CreateClients to include handlers [feature] contributed by StefH
  • #856 - Inconsistent result with overlapping (duplicate) request [bug]

1.5.12 (03 December 2022)

  • #851 - Fix Linux CI build + Fix opencover [feature] contributed by StefH
  • #853 - Add .Net 7 [feature] contributed by StefH
  • #854 - Fix logic for QueryParameterMultipleValueSupport [bug] contributed by StefH
  • #857 - Update some dependencies [feature] contributed by StefH

1.5.11 (24 November 2022)

  • #836 - Add Settings.QueryParameterMultipleValueSupport [feature] contributed by StefH
  • #848 - Use try-catch when adding or removing logEntry [bug] contributed by StefH
  • #846 - Exception ArgumentOutOfRangeException [bug]

1.5.10 (06 November 2022)

  • #843 - Webhook Templating: Use the transformed URL to create the HttpRequestMessage contributed by ggradnig
  • #845 - Add WireMockNullLogger as valid commandline logger option [feature] contributed by StefH

1.5.9 (29 October 2022)

  • #828 - Add setting to skip saving the string-response in the logging when using WithBody(Func...) [feature] contributed by StefH
  • #832 - Fixes for WireMock.Net.FluentAssertions (callcount behaviour) [feature] contributed by StefH
  • #834 - Support deleting / resetting a single scenario [feature] contributed by StefH
  • #837 - Bump Microsoft.AspNetCore.Server.Kestrel.Core from 2.1.7 to 2.1.25 in /examples/WireMock.Net.StandAlone.Net461 [dependencies] contributed by dependabot[bot]
  • #838 - Add option to ProxySettings to append guid to mapping file contributed by StefH
  • #826 - Dynamic Body not to be cached when a Func is used to created the body [feature]

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]

... (truncated)

Commits
  • 0fc664b 1.5.14
  • 770a670 Generate C# code from Mapping (#842)
  • b4c8779 Fix Self referencing loop detected for property 'Parent' with type 'System.Gl...
  • c85eaf1 Add unit test example for Transformer Handlebars String.Append String.Join (#...
  • b2a8178 Fix unsubscribe from LogEntriesChanged event handler (#872)
  • 20eb37b Add MappingBuilder to build mappings in code and export to Models or JSON (#869)
  • 742f1d1 Add UseWebhooksFireAndForget to Server ConvertMapping (#871)
  • d8927b8 Fix example projects
  • 7ab1365 Include="Nullable" Version="1.3.1"
  • 3d17913 1.5.13
  • Additional commits viewable in compare view

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.14.
- [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.14)

---
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 Jan 24, 2023
@dependabot dependabot bot requested a review from dolczykk January 24, 2023 20:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #92.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/nuget/WireMock.Net-1.5.14 branch January 30, 2023 20:10
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