Update module github.com/jarcoal/httpmock to v1.4.1#31
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update module github.com/jarcoal/httpmock to v1.4.1#31renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
93ab563 to
6e3bfc5
Compare
8f16049 to
0e8d1d2
Compare
24a550f to
14a65e3
Compare
14a65e3 to
26fd627
Compare
1268819 to
26273f7
Compare
26273f7 to
61e7c86
Compare
11072f2 to
c8e66f7
Compare
8cfbc5c to
7665ca7
Compare
7665ca7 to
5a965c1
Compare
5a965c1 to
5e465d3
Compare
5e465d3 to
b8ca77c
Compare
eb3ae5f to
a928a4d
Compare
e98b722 to
b0a8bac
Compare
b0a8bac to
60d6e76
Compare
auto-merge was automatically disabled
April 25, 2025 06:02
Pull request was closed
e6c85ad to
60d6e76
Compare
auto-merge was automatically disabled
May 22, 2025 01:59
Pull request was closed
c507cb7 to
60d6e76
Compare
3bf7492 to
05a4efd
Compare
05a4efd to
7d5db4c
Compare
5386e7f to
f68c693
Compare
f68c693 to
1f6bbf2
Compare
1f6bbf2 to
57e57d4
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: 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.
This PR was generated by Mend Renovate. View the repository job log.