[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency starlette to ^0.19.0 #123

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Mar 10, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starlette ^0.18.0 -> ^0.19.0 age adoption passing confidence

Release Notes

encode/starlette

v0.19.0

Compare Source

Added
  • Error handler will always run, even if the error happens on a background task #​761.
  • Add headers parameter to HTTPException #​1435.
  • Internal responses with 405 status code insert an Allow header, as described by RFC 7231 #​1436.
  • The content argument in JSONResponse is now required #​1431.
  • Add custom URL convertor register #​1437.
  • Add content disposition type parameter to FileResponse #​1266.
  • Add next query param with original request URL in requires decorator #​920.
  • Add raw_path to TestClient scope #​1445.
  • Add union operators to MutableHeaders #​1240.
  • Display missing route details on debug page #​1363.
  • Change anyio required version range to >=3.4.0,<5.0 #​1421 and #​1460.
  • Add typing-extensions>=3.10 requirement - used only on lower versions than Python 3.10 #​1475.
Fixed
  • Prevent BaseHTTPMiddleware from hiding errors of StreamingResponse and mounted applications #​1459.
  • SessionMiddleware uses an explicit path=..., instead of defaulting to the ASGI 'root_path' #​1512.
  • Request.client is now compliant with the ASGI specifications #​1462.
  • Raise KeyError at early stage for missing boundary #​1349.
Deprecated
  • Deprecate WSGIMiddleware in favor of a2wsgi #​1504.
  • Deprecate run_until_first_complete #​1443.

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codeclimate
Copy link
codeclimate bot commented Mar 10, 2022

Code Climate has analyzed commit d7dad39 and detected 0 issues on this pull request.

View more on Code Climate.

@miketheman miketheman merged commit 60c6f80 into main Mar 12, 2022
@miketheman miketheman deleted the renovate/starlette-0.x branch March 12, 2022 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants