Skip to content

chore(deps): update dependency wiremock.net to 1.6.3 #3817

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

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
WireMock.Net 1.5.47 -> 1.6.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

WireMock-Net/WireMock.Net (WireMock.Net)

v1.6.3

Compare Source

v1.6.2

Compare Source

  • #​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]

v1.6.1

Compare Source

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

v1.6.0

Compare Source

  • #​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]

v1.5.62

Compare Source

  • #​1147 - Add FormUrlEncodedMatcher [feature] contributed by StefH
  • #​1143 - FormEncoded Request fails (404 Not Found) if key value pairs order in mapping is different from request body order [bug]

v1.5.61

Compare Source

  • #​1122 - Fix OpenApiPathsMapper [bug] contributed by StefH
  • #​1135 - Bump System.Text.Json from 4.7.2 to 8.0.4 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #​1136 - Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #​1137 - Add link to TIOBE Index on main page + fix issues [refactor] contributed by StefH
  • #​1138 - Fix some SonarCloud warnings [refactor] contributed by StefH
  • #​1141 - Update WireMockContainerBuilder.WithMappings for "includeSubDirectories" [feature] contributed by StefH
  • #​1142 - Make property FromConfiguredStub nullable (for WireMock.Org) [bug] contributed by StefH
  • #​1118 - Generating mappings from Payroc open-api file gives ArgumentException: Property with the same name already exists on object [bug]
  • #​1139 - Allow WithMappings to support scanning SubDirectories when building a WireMockContainer [feature]
  • #​1140 - WireMock.Org nullable properties and defaults [bug]

v1.5.60

Compare Source

  • #​1128 - Add Handlebars.Net.Helpers.Xslt [feature] contributed by StefH
  • #​1130 - Add AdminPath to WireMockServerSettings [feature] contributed by StefH
  • #​1131 - Add unit tests for AdminApiMappingBuilder [test] contributed by StefH
  • #​1132 - Multipart Matcher Fix [bug] contributed by rmeshksar
  • #​1133 - Add unit tests for AdminApiMappingBuilder_ [test] contributed by StefH
  • #​1134 - Remove some files and folders [refactor] contributed by StefH
  • #​1119 - Error in RequestMessageMultiPartMatcher [bug]
  • #​1121 - XML transformation [feature]

v1.5.59

Compare Source

  • #​1127 - Made changes to accommodate breaking change in testcontainers-dotnet 3.9 [feature] contributed by epDugas

v1.5.58

Compare Source

  • #​1116 - Add some methods to the BodyModelBuilder [feature] contributed by StefH
  • #​1117 - AbstractJsonPartialMatcher: Regex Value is Uppercased when IgnoreCase is set to true [bug]

v1.5.57

Compare Source

  • #​1113 - Add some Extension methods to IWireMockAdminApi [feature] contributed by StefH

v1.5.56

Compare Source

  • #​1111 - Fix Request.Create().WithBodyAsJson(...) [bug] contributed by StefH
  • #​1112 - Add "/__admin/health" endpoint [feature] contributed by StefH
  • #​1110 - Connection prematurely closed BEFORE response [bug]

v1.5.55

Compare Source

v1.5.54

Compare Source

  • #​1100 - Add support to bind to ip-address instead of only localhost [feature] contributed by StefH
  • #​1104 - Use try..catch to set encoding in WireMockConsoleLogger [feature] contributed by asherber

v1.5.53

Compare Source

  • #​1093 - Update Handlebars.Net [feature] contributed by StefH
  • #​1101 - Fix MappingConverter to support Body with JsonMatcher [bug] contributed by StefH
  • #​1095 - When using C# code generation WithBody() matcher is not generated for POST Request [bug]

v1.5.52

Compare Source

  • #​1091 - Add RegEx support to JsonMatcher [feature] contributed by StefH
  • #​1088 - Regex support for JsonMatcher [feature]

v1.5.51

Compare Source

  • #​1085 - Fix FluentAssertions (actual body is not displayed in error message) [bug] contributed by StefH
  • #​1084 - FluentAssertions - Actual body is not displayed in error message when using Json Body [bug]

v1.5.50

Compare Source

  • #​1080 - Fix FluentAssertions on Header(s) [bug] contributed by StefH
  • #​1082 - Make WireMockAssertions extendable [feature] contributed by StefH
  • #​1074 - FluentAssertions extensions do not filter headers correctly [bug]
  • #​1075 - FluentAssertions extensions are not open for extension [feature]

v1.5.49

Compare Source

  • #​1069 - Extend TypeLoader [feature] contributed by StefH
  • #​1078 - Upgrade ProtoBufJsonConverter to fix issue with dot(s) in package name [bug] contributed by StefH
  • #​1077 - ProtoBufMatcher not working when proto package name contains dots [bug]

v1.5.48

Compare Source

  • #​1047 - Add Grpc ProtoBuf support (request-response) [feature] contributed by StefH
  • #​1058 - Fix some SonarCloud issues [refactor] contributed by StefH

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 23, 2024 06:30
@renovate renovate bot requested review from morganleroi and millotp and removed request for a team September 23, 2024 06:30
@algolia-bot
Copy link
Collaborator

algolia-bot commented Sep 23, 2024

No code generated

If you believe code should've been generated, please, report the issue.

@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from e6dae1b to 5a1e6ad Compare September 23, 2024 06:45
@millotp millotp merged commit 08ee51e into chore/renovateBaseBranch Sep 23, 2024
13 checks passed
@millotp millotp deleted the renovate/wiremock.net-1.x branch September 23, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants