Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/jarcoal/httpmock v1.0.8 -> v1.4.1 age confidence

Warning

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


Release Notes

jarcoal/httpmock (github.com/jarcoal/httpmock)

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.3.1...v1.4.0

v1.3.1

Compare Source

Fix:

v1.3.0

Compare Source

New features:

Miscellaneous:

  • documentation now uses new go1.19 doc features;
  • go minimal version required is now 1.13;
  • CI tests using go1.20 & golangci-lint v1.51.0.

v1.2.0

Compare Source

New features:

Fixes:

  • url.RawPath is used instead of url.Path when checking path alone for consistency with full URL check, which is always unescaped.
    Let 2 registered responders:

    1. GET http://z.tld/foo%2fbar
    2. GET /foo%2fbar

    Before this release:

    • GET http://z.tld/foo%2fbar is caught by 1
    • GET http://unknown.tld/foo%2fbar is not caught as the tested path is /foo/bar instead of /foo%2fbar

    From this release:

    • GET http://z.tld/foo%2fbar is caught by 1
    • GET http://unknown.tld/foo%2fbar is caught by 2
  • save of old clients transports is now protected from concurrent writes (@​roboslone).

Miscellaneous:

  • now use go-testdeep to simplify tests (saves >500 test lines);
  • go minimal version required is now 1.9;
  • CI tests using go1.18 & golangci-lint v1.45.0;
  • signatures (and so documentation) now use any type instead of interface{}, as appeared in go 1.18 (in a compatible manner with go<1.18).

Enjoy!

v1.1.0

Compare Source

New features:

  • tell the user about possible mistakes concerning the mocked HTTP method;
  • by default, registering a Responder for a lower-cased method among CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT and TRACE, produces a panic as it is probably a mistake. This behavior can be disabled by setting new MockTransport.DontCheckMethod field to true prior to the Register*Responder*() call;
  • registering a nil Responder now unregisters it and zeroes its statistics;
  • add Responder methods:

Fix:

Doc:

  • document that (re-)registering a Responder zeroes its statistics.

Enjoy!


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.


  • 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 added the dependencies Pull requests that update a dependency file label Jun 26, 2025
@renovate renovate bot requested a review from a team as a code owner June 26, 2025 00:11
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 26, 2025
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from 76f30be to b117896 Compare August 10, 2025 13:37
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from b117896 to 627c73d Compare August 13, 2025 11:46
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from 627c73d to 3e87a22 Compare August 19, 2025 10:31
@renovate renovate bot changed the title fix(deps): update module github.com/jarcoal/httpmock to v1.4.0 fix(deps): update module github.com/jarcoal/httpmock to v1.4.1 Aug 19, 2025
@github-actions
Copy link
Contributor

/it-go

@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from 3e87a22 to fdae8be Compare September 25, 2025 21:44
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from fdae8be to 229e795 Compare September 30, 2025 11:57
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from 229e795 to 216b5a0 Compare October 3, 2025 09:57
@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2025

/it-go

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from 216b5a0 to e27fcb8 Compare October 6, 2025 08:35
@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

/it-go

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from e27fcb8 to 255d47a Compare October 7, 2025 09:15
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

/it-go

@renovate renovate bot force-pushed the renovate/github.com-jarcoal-httpmock-1.x branch from 255d47a to addc72b Compare October 8, 2025 16:35
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

/it-go

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant