You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark max-proxy-http-client-connections and disable-proxy-client-connection-reuse CLI options as 'until 3.6.0'.
Add max-http-client-connections and disable-connection-reuse CLI options as 'since 3.7.0'.
?? May be an inspection could be useful to report the already used CLI options as unavailable if the current WireMock version is not in the supported version range.
Summary
Support for the WireMock 3.7.0 and 3.8.0.
Tasks for 3.7.0
ignoreOrderOfSameNode
propertyoriginalRequest
property in Handlebars helpers.WireMockConfiguration.preserveUserAgentProxyHeader()
.preserve-user-agent-proxy-header
CLI option to Testcontainers code completion.WireMockConfiguration.withMaxTemplateCacheEntries()
.null
intoWireMockConfiguration.withMaxTemplateCacheEntries()
meaning there is no limit (infinite) on the number cache entries.withMaxTemplateCacheEntries()
?Admin
class #108.WireMockConfiguration.maxHttpClientConnections()
andWireMockConfiguration.disableConnectionReuse()
.max-http-client-connections
anddisable-connection-reuse
CLI options to Testcontainers code completion.max-proxy-http-client-connections
anddisable-proxy-client-connection-reuse
CLI options as 'until 3.6.0'.max-http-client-connections
anddisable-connection-reuse
CLI options as 'since 3.7.0'.Tasks for 3.8.0
Resources
The text was updated successfully, but these errors were encountered: