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.18.0 #110

Merged
merged 1 commit into from Jan 23, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

encode/starlette

v0.18.0

Compare Source

Added
  • Change default chunk size from 4Kb to 64Kb on FileResponse #​1345.
  • Add support for functools.partial in WebSocketRoute #​1356.
  • Add StaticFiles packages with directory #​1350.
  • Allow environment options in Jinja2Templates #​1401.
  • Allow HEAD method on HttpEndpoint #​1346.
  • Accept additional headers on websocket.accept message #​1361 and #​1422.
  • Add reason to WebSocket close ASGI event #​1417.
  • Add headers attribute to UploadFile #​1382.
  • Don't omit Content-Length header for Content-Length: 0 cases #​1395.
  • Don't set headers for responses with 1xx, 204 and 304 status code #​1397.
  • SessionMiddleware.max_age now accepts None, so cookie can last as long as the browser session #​1387.
Fixed
  • Tweak hashlib.md5() function on FileResponses ETag generation. The parameter usedforsecurity flag is set to False, if the flag is available on the system. This fixes an error raised on systems with FIPS enabled #​1366 and #​1410.
  • Fix path_params type on url_path_for() method i.e. turn str into Any #​1341.
  • Host now ignores port on routing #​1322.

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 Jan 23, 2022

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

View more on Code Climate.

@miketheman miketheman merged commit ee0e2cb into main Jan 23, 2022
@miketheman miketheman deleted the renovate/starlette-0.x branch January 23, 2022 13:22
@miketheman miketheman added this to the 0.5.1 milestone Jan 23, 2022
@miketheman miketheman added the chore General maintenance items label Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore General maintenance items
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants