Commit graph

  • 7982aa5143
    👥 Update FastAPI People (#4699) github-actions[bot] 2022-03-17 15:19:43 -0500
  • fd6ce67392 📝 Update release notes github-actions 2022-03-17 18:36:57 +0000
  • d3eb787090
    🐛 Fix FastAPI People generation to include missing file in commit (#4695) Sebastián Ramírez 2022-03-17 13:36:21 -0500
  • 6125dc72cd 📝 Update release notes github-actions 2022-03-15 15:48:22 +0000
  • cf8b40e660
    🔧 Update Classiq sponsor links (#4688) Sebastián Ramírez 2022-03-15 10:47:36 -0500
  • fab2a765de 📝 Update release notes github-actions 2022-03-10 02:30:13 +0000
  • 9aa698aa67
    🔧 Add Classiq sponsor (#4671) Sebastián Ramírez 2022-03-09 21:29:40 -0500
  • 87e29ec2c5 📝 Update release notes Sebastián Ramírez 2022-03-05 19:52:18 +0100
  • abd148f63a 📝 Update release notes github-actions 2022-03-05 18:49:46 +0000
  • 9f38a05954
    📝 Add Jina's QA Bot to the docs to help people that want to ask quick questions (#4655) Sebastián Ramírez 2022-03-05 10:49:15 -0800
  • c89dc736bd 📝 Update release notes Sebastián Ramírez 2022-03-04 23:11:21 +0100
  • 19769d0483 🔖 Release version 0.75.0 Sebastián Ramírez 2022-03-04 23:09:11 +0100
  • 586d17bfb5 📝 Update release notes Sebastián Ramírez 2022-03-04 23:08:06 +0100
  • 786b5858e5 📝 Update release notes github-actions 2022-03-04 22:02:55 +0000
  • 8a0d4c79c1
    Add support for custom generate_unique_id_function and docs for generating clients (#4650) Sebastián Ramírez 2022-03-04 14:02:18 -0800
  • 440d2d2d1a 🔖 Release version 0.74.1 Sebastián Ramírez 2022-02-21 16:54:18 +0100
  • e953059054 📝 Update release notes github-actions 2022-02-21 15:52:03 +0000
  • f5d7df3c6c
    Include route in scope to allow middleware and other tools to extract its information (#4603) Sebastián Ramírez 2022-02-21 16:51:26 +0100
  • 1ce16c2f40 🔖 Release version 0.74.0 Sebastián Ramírez 2022-02-17 17:08:23 +0100
  • 03d4d4c38e 📝 Update release notes Sebastián Ramírez 2022-02-17 17:05:38 +0100
  • 2d2f1dee5d 📝 Update release notes github-actions 2022-02-17 14:18:35 +0000
  • 59e36481dc
    🔧 Add Striveworks sponsor (#4596) Sebastián Ramírez 2022-02-17 15:18:01 +0100
  • 4fcb00328c 📝 Update release notes github-actions 2022-02-17 12:40:46 +0000
  • 9d56a3cb59
    Update internal AsyncExitStack to fix context for dependencies with yield (#4575) Sebastián Ramírez 2022-02-17 13:40:12 +0100
  • 78b07cb809 📝 Update release notes github-actions 2022-02-13 17:19:09 +0000
  • 6034f80687
    💚 Only build docs on push when on master to avoid duplicate runs from PRs (#4564) Sebastián Ramírez 2022-02-13 18:18:38 +0100
  • b93f8a709a 📝 Update release notes github-actions 2022-02-01 14:28:16 +0000
  • 618c99d774
    👥 Update FastAPI People (#4502) github-actions[bot] 2022-02-01 15:27:34 +0100
  • 7a04184d54 chore: small change Ruidy 2022-01-26 07:24:18 -0400
  • 76014e86c5
    Merge branch 'master' into feature/translation-fr-deployment-intro Ruidy 2022-01-26 07:19:31 -0400
  • 9deae6d463
    Merge branch 'master' into feature/translation-fr-deployment-versions Ruidy 2022-01-26 07:18:55 -0400
  • 6308b9dd04
    Merge branch 'master' into feature/translation-fr-deployment-https Ruidy 2022-01-26 07:16:52 -0400
  • 1749c8ec80
    Merge branch 'master' into feature/translation-fr-deployment-deta Ruidy 2022-01-26 07:16:02 -0400
  • 291180bf2d 🔖 Release version 0.73.0 Sebastián Ramírez 2022-01-23 23:38:51 +0100
  • cbe8d552c1 📝 Update release notes Sebastián Ramírez 2022-01-23 23:37:48 +0100
  • af18d5c49f 📝 Update release notes github-actions 2022-01-23 22:14:28 +0000
  • a698908ed6
    🐛 Fix bug preventing to use OpenAPI when using tuples (#3874) Victor Benichoux 2022-01-23 23:13:55 +0100
  • dba9ea8120 📝 Update release notes github-actions 2022-01-23 21:31:08 +0000
  • f8d4d04015
    📝 Tweak and improve docs for Request Files (#4470) Sebastián Ramírez 2022-01-23 22:30:35 +0100
  • 5a864d8261 📝 Update release notes github-actions 2022-01-23 19:14:47 +0000
  • 1bf55200a9
    Add support for declaring UploadFile parameters without explicit File() (#4469) Sebastián Ramírez 2022-01-23 20:14:13 +0100
  • 59b1f353b3 📝 Update release notes github-actions 2022-01-23 17:43:36 +0000
  • 569afb4378
    Add support for tags with Enums (#4468) Sebastián Ramírez 2022-01-23 18:43:04 +0100
  • 0f8349fcb7 📝 Update release notes Sebastián Ramírez 2022-01-23 18:03:42 +0100
  • 6215fdd39e 📝 Update release notes github-actions 2022-01-23 16:34:52 +0000
  • 94ca8c1e29
    🐛 Prefer custom encoder over defaults if specified in jsonable_encoder (#2061) Vivek Sunder 2022-01-23 11:34:18 -0500
  • f4963f05bf 📝 Update release notes github-actions 2022-01-23 16:32:35 +0000
  • d4608a00cf
    🐛 Prefer custom encoder over defaults if specified in jsonable_encoder (#4467) Sebastián Ramírez 2022-01-23 17:32:04 +0100
  • 699b5ef841 📝 Update release notes github-actions 2022-01-23 16:14:28 +0000
  • 3de0fb82bf
    🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466) Sebastián Ramírez 2022-01-23 17:13:49 +0100
  • 85518bc58b 📝 Update release notes github-actions 2022-01-23 15:55:36 +0000
  • ca5d57ea79
    Allow hiding from OpenAPI (and Swagger UI) Query, Cookie, Header, and Path parameters (#3144) Mark 2022-01-23 23:54:59 +0800
  • 347e391271 📝 Update release notes github-actions 2022-01-23 14:56:44 +0000
  • a75d080124
    🔧 Add sponsor Dropbase (#4465) Sebastián Ramírez 2022-01-23 15:56:14 +0100
  • f0388915a8 🔖 Release version 0.72.0 Sebastián Ramírez 2022-01-16 21:09:10 +0100
  • 9e2f5c67b6 📝 Update release notes Sebastián Ramírez 2022-01-16 21:08:04 +0100
  • 93e4a19e35 📝 Update release notes github-actions 2022-01-16 19:42:33 +0000
  • e1c6d7d310
    🌐 Update Chinese translation for docs/help-fastapi.md (#3847) jaystone776 2022-01-17 03:41:59 +0800
  • d23b295b96 📝 Update release notes github-actions 2022-01-16 19:41:49 +0000
  • 26e94116c1
    🌐 Fix Korean translation for docs/ko/docs/index.md (#4195) kty4119 2022-01-17 04:41:13 +0900
  • 24968937e5 📝 Update release notes github-actions 2022-01-16 19:37:21 +0000
  • 5c5b889288
    🌐 Add Polish translation for docs/pl/docs/index.md (#4245) MicroPanda123 2022-01-16 19:36:42 +0000
  • 436261b3ea 📝 Update release notes github-actions 2022-01-16 19:35:00 +0000
  • 5c62a59e7b
    🌐 Add Chinese translation for docs\tutorial\path-operation-configuration.md (#3312) jaystone776 2022-01-17 03:34:28 +0800
  • acbe79da37 📝 Update release notes github-actions 2022-01-16 19:27:03 +0000
  • a85aa125d2
    Enable configuring Swagger UI parameters (#2568) John Riebold 2022-01-16 11:26:24 -0800
  • 9af8cc69d5 📝 Update release notes github-actions 2022-01-16 14:44:43 +0000
  • 7fe79441c1
    📝 Update Python Types docs, add missing 3.6 / 3.9 example (#4434) Sebastián Ramírez 2022-01-16 15:44:08 +0100
  • b8ae84d460 📝 Update release notes github-actions 2022-01-16 14:35:21 +0000
  • ca2b1dbb64
    🔧 Enable MkDocs Material Insiders' content.tabs.link (#4399) Sebastián Ramírez 2022-01-16 15:34:45 +0100
  • 672c55ac62 🔖 Release version 0.71.0 Sebastián Ramírez 2022-01-07 18:07:59 +0100
  • 66c27c3e07 📝 Update release notes github-actions 2022-01-07 14:19:23 +0000
  • 44f4885c66
    👥 Update FastAPI People (#4354) github-actions[bot] 2022-01-07 15:18:45 +0100
  • 4da33e3031 📝 Update release notes github-actions 2022-01-07 14:17:49 +0000
  • a1ede32f29
    🔧 Add FastAPI Trove Classifier for PyPI (#4386) Sebastián Ramírez 2022-01-07 15:17:13 +0100
  • 0a82b3a900 📝 Update release notes github-actions 2022-01-07 14:12:16 +0000
  • d08a062ee2
    Add docs and tests for Python 3.9 and Python 3.10 (#3712) Sebastián Ramírez 2022-01-07 15:11:31 +0100
  • 83f6781037 📝 Update release notes github-actions 2022-01-07 10:24:43 +0000
  • 764ecae2d4
    ⬆ Upgrade MkDocs Material and configs (#4385) Sebastián Ramírez 2022-01-07 11:24:00 +0100
  • 4e9f75912f 📝 Update release notes github-actions 2022-01-07 09:35:10 +0000
  • 2b10ca1cc4
    ⬆️ Upgrade Starlette to 0.17.1 (#4145) simondale00 2022-01-07 04:34:28 -0500
  • 3efb4f7edf 🔖 Release version 0.70.1 Sebastián Ramírez 2021-12-12 12:39:32 +0100
  • 9c25f9615c 📝 Update release notes github-actions 2021-12-12 11:34:58 +0000
  • e7158bc592
    👥 Update FastAPI People (#4274) github-actions[bot] 2021-12-12 12:34:18 +0100
  • 6d642ef5fb 📝 Update release notes github-actions 2021-12-12 11:29:36 +0000
  • b0cd4d7e7e
    🐛 Fix JSON Schema for dataclasses, supporting the fixes in Pydantic 1.9 (#4272) Eric Jolibois 2021-12-12 12:28:35 +0100
  • 0a87bc88b8 📝 Update release notes github-actions 2021-12-09 10:48:10 +0000
  • 062efcbb5d
    🌐 Add Korean translation for docs/tutorial/request-forms-and-files.md (#3744) Nina Hwang 2021-12-09 19:47:26 +0900
  • aa4a69f790 📝 Update release notes github-actions 2021-12-09 10:45:00 +0000
  • eb79441a7f 📝 Update release notes github-actions 2021-12-09 10:40:14 +0000
  • fa5639cb35
    🌐 Add Korean translation for docs/tutorial/request-files.md (#3743) Nina Hwang 2021-12-09 00:52:01 +0900
  • 10e3a02582
    🌐 Add portuguese translation for docs/tutorial/query-params-str-validations.md (#3965) Leandro de Souza 2021-12-08 12:50:35 -0300
  • fb9c4b31b9 📝 Update release notes github-actions 2021-12-08 15:46:19 +0000
  • 39dbee9d56
    🌐 Add Korean translation for docs/tutorial/response-status-code.md (#3742) Nina Hwang 2021-12-09 00:45:37 +0900
  • dd463d0dc2 📝 Update release notes github-actions 2021-12-08 15:44:10 +0000
  • 461e0d4cce
    🌐 Add Korean translation for Tutorial - JSON Compatible Encoder (#3152) Kwang Soo Jeong 2021-12-09 00:43:31 +0900
  • da69a1c4c0 📝 Update release notes github-actions 2021-12-08 15:42:12 +0000
  • a5d697b9b5
    🌐 Add Korean translation for Tutorial - Path Parameters and Numeric Validations (#2432) Spike 2021-12-09 00:41:26 +0900
  • 8e416875ce 📝 Update release notes github-actions 2021-12-08 15:38:10 +0000
  • 446d194c46
    🌐 Add Korean translation for docs/ko/docs/deployment/versions.md (#4121) daehyeon kim 2021-12-09 00:37:30 +0900