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.6 #1479

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps WireMock.Net from 1.5.53 to 1.6.6.

Changelog

Sourced from WireMock.Net's changelog.

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
  • #1109 - Add Aspire Extension [feature] contributed by StefH
  • #1148 - Use Guid.TryParseExact with format "D" contributed by StefH
  • #1157 - Fix FormUrlEncodedMatcher (MatchOperator.And) [bug] contributed by StefH
  • #1158 - Allow setting Content-Length header on the response [feature] contributed by StefH
  • #720 - Response Header Content-Length not available when call HEAD Method [feature]
  • #1145 - Response is auto converting string to guid [bug]
  • #1156 - FormUrlEncodedMatcher is not requiring to match all properties when MatchOperator.And [bug]

1.5.62 (27 July 2024)

  • #1147 - Add FormUrlEncodedMatcher [feature] contributed by StefH

... (truncated)

Commits
  • eb7e6c3 1.6.6
  • f56ecf9 Fix StaticMappingsPath in WireMockContainerBuilder (#1187)
  • 76ae146 Throw exception in case WithTransformer is used after WithBodyFromFile (#1185)
  • edbc7ae 1.6.5
  • 42306d1 Add WireMock.Net.AspNetCore.Middleware (#1175)
  • c57590b Set <SonarQubeExclude>true</SonarQubeExclude> in test projects (#1183)
  • dca3fd0 WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as de...
  • 9599442 pass in the request when no matching is found to the warn logger (#1182)
  • 6974115 Update README.md (add WireMock.Net.TUnit)
  • f89f0fa 1.6.4
  • 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 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.6.
- [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.6)

---
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 2, 2024
@github-actions github-actions bot added the Test Test scripts and harnesses label Oct 2, 2024
Copy link

sonarqubecloud bot commented Oct 2, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2024

Superseded by #1483.

@dependabot dependabot bot closed this Oct 18, 2024
@dependabot dependabot bot deleted the dependabot/nuget/WireMock.Net-1.6.6 branch October 18, 2024 05:19
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