Update module github.com/jarcoal/httpmock to v1.4.1#116
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update module github.com/jarcoal/httpmock to v1.4.1#116renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
bcdd045 to
eb0af1a
Compare
eb0af1a to
e8e4991
Compare
e8e4991 to
b16749c
Compare
b16749c to
731766b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.4→v1.4.1Release Notes
jarcoal/httpmock (github.com/jarcoal/httpmock)
v1.4.1Compare Source
What's Changed
New Contributors
Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1
v1.4.0Compare Source
What's Changed
// nolint:→//nolint:by @maxatome in #152NewJsonResponseOrPanicfunction to simplify calls withResponderFromMultipleResponsesby @kilianpaquier in #151deferstatements witht.Cleanupin docs by @alvii147 in #157http.Response.Statusrespect RFC 2616, like in Go stdlib. by @constantoine in #159Activateand addDeactivateNonDefaultfunctions by @maxatome in #161New Contributors
Full Changelog: jarcoal/httpmock@v1.3.1...v1.4.0
v1.3.1Compare Source
Fix:
v1.3.0Compare Source
New features:
Miscellaneous:
v1.2.0Compare Source
New features:
NewNotFoundResponderhelps to detect a possible path mistake (final/or double/cases);(*MockTransport).Respondersmethod allowing to list registered responders.Fixes:
url.RawPathis used instead ofurl.Pathwhen checking path alone for consistency with full URL check, which is always unescaped.Let 2 registered responders:
GET http://z.tld/foo%2fbarGET /foo%2fbarBefore this release:
GET http://z.tld/foo%2fbaris caught by 1GET http://unknown.tld/foo%2fbaris not caught as the tested path is/foo/barinstead of/foo%2fbarFrom this release:
GET http://z.tld/foo%2fbaris caught by 1GET http://unknown.tld/foo%2fbaris caught by 2save of old clients transports is now protected from concurrent writes (@roboslone).
Miscellaneous:
anytype instead ofinterface{}, as appeared in go 1.18 (in a compatible manner with go<1.18).Enjoy!
v1.1.0Compare Source
New features:
Responderfor a lower-cased method amongCONNECT,DELETE,GET,HEAD,OPTIONS,POST,PUTandTRACE, produces a panic as it is probably a mistake. This behavior can be disabled by setting newMockTransport.DontCheckMethodfield totrueprior to theRegister*Responder*()call;nilRespondernow unregisters it and zeroes its statistics;Respondermethods:Delay(time.Duration)to delay a response,Then(Responder)to chain responders.Fix:
Response.Bodyare now consistent. Now, the httpmock one can only be read once: if some code wrongly depends onNewStringResponse()&NewBytesResponse()response body be read ad infinitum, it should be changed to either recallNewStringResponse()&NewBytesResponse()before reading again the response body, or useNewStringResponder()&NewBytesResponder().Doc:
Responderzeroes its statistics.Enjoy!
v1.0.8Compare Source
New feature:
ResponderFromMultipleResponses()thanks to @c-rousselEnjoy!
v1.0.7Compare Source
New feature:
Filetype allowing to easily serve files contentsFix:
GetCallCountInfo()thanks to @swithekMisc:
Enjoy!
v1.0.6Compare Source
Responder generated by httpmock can now be used concurrently — #93 reported by @ascherkus
v1.0.5Compare Source
Add ZeroCallCounters function & method
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.