pbylicki / rfhub2

Rewrite of rfhub with FastAPI
Apache License 2.0
30 stars 10 forks source link

Bump fastapi from 0.65.2 to 0.66.0 #427

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps fastapi from 0.65.2 to 0.66.0.

Release notes

Sourced from fastapi's releases.

0.66.0

Features

  • ✨ Allow setting the response_class to RedirectResponse or FileResponse and returning the URL from the function. New and updated docs are in the tutorial section Custom Response - HTML, Stream, File, others, in RedirectResponse and in FileResponse. PR #3457 by @​tiangolo.

Fixes

  • 🐛 Fix include/exclude for dicts in jsonable_encoder. PR #2016 by @​Rubikoid.
  • 🐛 Support custom OpenAPI / JSON Schema fields in the generated output OpenAPI. PR #1429 by @​jmagnusson.

Translations

  • 🌐 Add Spanish translation for tutorial/query-params.md. PR #2243 by @​mariacamilagl.
  • 🌐 Add Spanish translation for advanced/response-directly.md. PR #1253 by @​jfunez.
  • 🌐 Add Spanish translation for advanced/additional-status-codes.md. PR #1252 by @​jfunez.
  • 🌐 Add Spanish translation for advanced/path-operation-advanced-configuration.md. PR #1251 by @​jfunez.

0.65.3

Fixes

  • ♻ Assume request bodies contain JSON when no Content-Type header is provided. This fixes a breaking change introduced by [0.65.2 with PR #2118](tiangolo/fastapi#2118). It should allow upgrading FastAPI applications with clients that send JSON data without a Content-Type header. And there's still protection against CSRFs. PR #3456 by @​tiangolo.

Translations

Internal

Commits
  • 7e9d5aa 🔖 Release version 0.66.0
  • d27a218 📝 Update release notes
  • 0c4ded8 📝 Update release notes
  • 0e0931d 🐛 Fix include/exclude for dicts in jsonable_encoder (#2016)
  • dcfa9eb 📝 Update release notes
  • 6ebf60b 🌐 Add Spanish translation for tutorial/query-params.md (#2243)
  • a4d0724 📝 Update release notes
  • c235e9b 🌐 Add Spanish translation for advanced/response-directly.md (#1253)
  • 5fa3e23 📝 Update release notes
  • 3d1b107 🌐 Add Spanish translation for advanced/additional-status-codes.md (#1252)
  • Additional commits viewable 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #427 (c225489) into master (1711854) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #427   +/-   ##
=======================================
  Coverage   96.44%   96.44%           
=======================================
  Files          46       46           
  Lines        1378     1378           
=======================================
  Hits         1329     1329           
  Misses         49       49           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1711854...c225489. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #432.