cryptaliagy / httpget

a ridiculously simple and small http get client to use for health checks
3 stars 0 forks source link

Bump minreq from 2.9.1 to 2.10.0 #5

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps minreq from 2.9.1 to 2.10.0.

Release notes

Sourced from minreq's releases.

2.10.0

Three years into this major release, and I'm still finding new and exciting features of HTTP! Turns out, requests should not contain fragments, and the semantics about replacing fragments from the original url with the redirects' fragment are only relevant if the user agent wants to see the "final version" of the URL. Thus, minreq no longer sends the fragment in the request, and now responses have an url field.

Fixed

  • Fragment handling, once again. Turns out you're not supposed to include fragments in the request. This may break usage with servers that are written with the wrong assumptions. Thanks for the report, @​rawhuul! (#100)

Added

  • Response::url and ResponseLazy::url fields, to contain the final URL after redirects and fragment replacement semantics.
Changelog

Sourced from minreq's changelog.

[2.10.0] - 2023-09-05

Fixed

  • Fragment handling, once again. Turns out you're not supposed to include fragments in the request. This may break usage with servers that are written with the wrong assumptions. Thanks for the report, @​rawhuul! (#100)

Added

  • Response::url and ResponseLazy::url fields, to contain the final URL after redirects and fragment replacement semantics.
Commits
  • 50dca3c Release 2.10.0
  • 85bde69 Update changelog, docs
  • dc21ff4 Fix compile error with the https-bundled feature
  • 7c26e37 Split url handling into its own module, stop sending fragment in the request
  • b586b7c Bump to dev version
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)