Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump WireMock.Net from 1.5.53 to 1.6.7 #1483

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps WireMock.Net from 1.5.53 to 1.6.7.

Changelog

Sourced from WireMock.Net's changelog.

1.6.7 (17 October 2024)

  • #1161 - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by StefH
  • #1190 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1194 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug] contributed by StefH
  • #1197 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1198 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH
  • #1144 - Using google.protobuf.Empty as response results in a bad gRPC response [bug]
  • #1153 - Grpc support for multiple proto files [feature]
  • #1193 - Snyk issue : Regular Expression Denial of Service [bug]

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]

1.6.5 (28 September 2024)

  • #1175 - Add WireMock.Net.AspNetCore.Middleware [feature] contributed by StefH
  • #1181 - WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] contributed by StefH
  • #1182 - pass in the request when no matching is found to the warn logger [feature] contributed by JasonLandbridge

1.6.4 (25 September 2024)

  • #1169 - Allow mapping without Path or Url [bug] contributed by StefH
  • #1170 - Update the .NET Aspire tests [feature] contributed by StefH
  • #1172 - Fix JSON parsing of text/plain content type [bug] contributed by ruxo
  • #1177 - Unpin Testcontainers version and upgrade to version 3.10.0 [bug] contributed by StefH
  • #1178 - Upgrade CS-Script to version 4.8.17 [feature] contributed by StefH
  • #1179 - Add WireMock.Net.TUnit project [feature] contributed by StefH
  • #1146 - Bump Request CS-Script 4.8.13 to 4.8.17 [feature]
  • #1167 - Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug]
  • #1168 - Numbers in text/plain content is parsed as JSON. [bug]
  • #1176 - WireMock.NET TestContainer Dependency Constraint Issue [bug]

1.6.3 (07 September 2024)

  • #1165 - Fix listen on AnyIP for url 0.0.0.0 contributed by cocoon
  • #1154 - Listen on all ips [bug]

1.6.2 (04 September 2024)

  • #1152 - Update MappingConverter to correctly write the Matcher as C# code [bug] contributed by StefH
  • #1163 - Upgrade Aspire to version 8.2.0 [feature] contributed by StefH
  • #1166 - Also update IWireMockMiddlewareOptions when settings are updated via admin interface [bug] contributed by StefH
  • #1151 - MappingsToCSharpCode should use RegexMatcher when specified [bug]
  • #1164 - WithParam not working. [bug]

1.6.1 (22 August 2024)

  • #1160 - Use default timeout for Regex [bug] contributed by StefH
  • #1159 - RegexMatchTimeoutException when trying to parse HTTP version [bug]

1.6.0 (16 August 2024)

  • #1042 - Update + add fluent builder methods [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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.5.53 to 1.6.7.
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](WireMock-Net/WireMock.Net@1.5.53...1.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 18, 2024
@github-actions github-actions bot added the Test Test scripts and harnesses label Oct 18, 2024
Copy link

sonarcloud bot commented Oct 18, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #1488.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/nuget/WireMock.Net-1.6.7 branch November 25, 2024 05:37
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 .NET Pull requests that update .net code Test Test scripts and harnesses
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants