-
-
Notifications
You must be signed in to change notification settings - Fork 106
Comparing changes
Open a pull request
base repository: jarcoal/httpmock
base: v1.3.1
head repository: jarcoal/httpmock
compare: v1.4.0
- 16 commits
- 18 files changed
- 6 contributors
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39ed85b - Browse repository at this point
Copy the full SHA 39ed85bView commit details
Commits on Feb 7, 2024
-
chore: switch CI to go 1.22 & golangci-lint 1.55.2
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for c72d04a - Browse repository at this point
Copy the full SHA c72d04aView commit details
Commits on Apr 15, 2024
-
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for e224b26 - Browse repository at this point
Copy the full SHA e224b26View commit details -
chore: switch CI to golangci-lint 1.57.2
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for ebea747 - Browse repository at this point
Copy the full SHA ebea747View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d95b1ca - Browse repository at this point
Copy the full SHA d95b1caView commit details
Commits on Jun 24, 2024
-
remove unused matcher variable in checkMethod function
Configuration menu - View commit details
-
Copy full SHA for 0a14bd7 - Browse repository at this point
Copy the full SHA 0a14bd7View commit details
Commits on Aug 14, 2024
-
chore: switch CI to go 1.23 & golangci-lint 1.60.1
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for 7b7821f - Browse repository at this point
Copy the full SHA 7b7821fView commit details
Commits on Oct 7, 2024
-
chore: fix CI tip build + switch to golangci-lint 1.61.0
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for 6eb813e - Browse repository at this point
Copy the full SHA 6eb813eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8705bb3 - Browse repository at this point
Copy the full SHA 8705bb3View commit details
Commits on Nov 14, 2024
-
Make http.Response.Status respect RFC 2616, like in Go stdlib.
Although RFC 2616 has been superseded with RFC 9110, some client implementation still rely on certain behavious regarding the Status-Line. Now, as httpmock currently implements it, per [RFC 9110#6.2-1](https://www.rfc-editor.org/rfc/rfc9110.html#section-6.2-1), the "reason phrase" is actually optional, and you need only to include the status code. Back in the days of [RFC 2616](https://www.rfc-editor.org/rfc/rfc2616.html#section-6.1), per #6.1, the Status-Line had to contain both the status code (eg. 200) and its textual representation (eg. OK). Change code is directly stolen from the Go standard library. Signed-off-by: Cléo Rebert <cleo.rebert@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ebd59a - Browse repository at this point
Copy the full SHA 1ebd59aView commit details
Commits on Dec 27, 2024
-
docs: update resty example (#160)
* docs: update resty example Fixes issue #150. Switches the example to use resty/v2, which no longer supports resty.DefaultClient. It additionally uses a json responder instead of a text responder to set the content-type header correctly, as referenced in #150 (comment)
Configuration menu - View commit details
-
Copy full SHA for ee13561 - Browse repository at this point
Copy the full SHA ee13561View commit details
Commits on Jan 17, 2025
-
feat: enhance Activate and add DeactivateNonDefault functions (#161)
Now requires go 1.16, to be able to use testing.T.Cleanup. Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for 2225990 - Browse repository at this point
Copy the full SHA 2225990View commit details
Commits on Jan 19, 2025
-
docs: fix README build status badge
+ add FUNDING.yml file Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for 8cdfbf1 - Browse repository at this point
Copy the full SHA 8cdfbf1View commit details
Commits on Apr 5, 2025
-
test: use golangci-lint v2.0.2
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for dc21346 - Browse repository at this point
Copy the full SHA dc21346View commit details -
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for fad35ec - Browse repository at this point
Copy the full SHA fad35ecView commit details -
docs: clarify ConnectionFailure doc
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
Configuration menu - View commit details
-
Copy full SHA for 7d2a02f - Browse repository at this point
Copy the full SHA 7d2a02fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.1...v1.4.0