]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
thirdparty/fastapi/fastapi.git
22 months ago📝 Update release notes
Sebastián Ramírez [Fri, 25 Aug 2023 19:23:44 +0000 (21:23 +0200)] 
📝 Update release notes

22 months ago🔖 Release version 0.102.0 0.102.0
Sebastián Ramírez [Fri, 25 Aug 2023 19:18:38 +0000 (21:18 +0200)] 
🔖 Release version 0.102.0

22 months ago📝 Update release notes
Sebastián Ramírez [Fri, 25 Aug 2023 19:18:09 +0000 (21:18 +0200)] 
📝 Update release notes

22 months ago📝 Update release notes
github-actions [Fri, 25 Aug 2023 19:11:02 +0000 (19:11 +0000)] 
📝 Update release notes

22 months ago✨ Add support for disabling the separation of input and output JSON Schemas in OpenAP...
Sebastián Ramírez [Fri, 25 Aug 2023 19:10:22 +0000 (21:10 +0200)] 
✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (#10145)

* 📝 Add docs for Separate OpenAPI Schemas for Input and Output

* 🔧 Add new docs page to MkDocs config

* ✨ Add separate_input_output_schemas parameter to FastAPI class

* 📝 Add source examples for separating OpenAPI schemas

* ✅ Add tests for separated OpenAPI schemas

* 📝 Add source examples for Python 3.10, 3.9, and 3.7+

* 📝 Update docs for Separate OpenAPI Schemas with new multi-version examples

* ✅ Add and update tests for different Python versions

* ✅ Add tests for corner cases with separate_input_output_schemas

* 📝 Update tutorial to use Union instead of Optional

* 🐛 Fix type annotations

* 🐛 Fix correct import in test

* 💄 Add CSS to simulate browser windows for screenshots

* ➕ Add playwright as a dev dependency to automate generating screenshots

* 🔨 Add Playwright scripts to generate screenshots for new docs

* 📝 Update docs, tweak text to match screenshots

* 🍱 Add screenshots for new docs

22 months ago📝 Update release notes
github-actions [Sat, 19 Aug 2023 19:54:40 +0000 (19:54 +0000)] 
📝 Update release notes

22 months ago📝 Add new docs section, How To - Recipes, move docs that don't have to be read by...
Sebastián Ramírez [Sat, 19 Aug 2023 19:54:04 +0000 (21:54 +0200)] 
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (#10114)

* 📝 Start How To docs section, move Peewee, remove Peewee from dependencies

* 🚚 Move em files to new locations

* 🚚 Move and re-structure advanced docs, move relevant to How To

* 🔧 Update MkDocs config, new files in How To

* 📝 Move docs for Conditional OpenAPI for Japanese to How To

* 📝 Move example source files for Extending OpenAPI into each of the new sections

* ✅ Update tests with new locations for source files

* 🔥 Remove init from Peewee examples

22 months ago📝 Update release notes
github-actions [Sat, 19 Aug 2023 18:48:35 +0000 (18:48 +0000)] 
📝 Update release notes

22 months ago♻️ Refactor tests for new Pydantic 2.2.1 (#10115)
Sebastián Ramírez [Sat, 19 Aug 2023 18:47:59 +0000 (20:47 +0200)] 
♻️ Refactor tests for new Pydantic 2.2.1 (#10115)

22 months ago📝 Update release notes
github-actions [Sat, 19 Aug 2023 14:09:02 +0000 (14:09 +0000)] 
📝 Update release notes

22 months ago📝 Update Advanced docs, add links to sponsor courses (#10113)
Sebastián Ramírez [Sat, 19 Aug 2023 14:08:16 +0000 (16:08 +0200)] 
📝 Update Advanced docs, add links to sponsor courses (#10113)

22 months ago📝 Update release notes
github-actions [Sat, 19 Aug 2023 13:51:12 +0000 (13:51 +0000)] 
📝 Update release notes

22 months ago📝 Update docs for generating clients (#10112)
Sebastián Ramírez [Sat, 19 Aug 2023 13:49:54 +0000 (15:49 +0200)] 
📝 Update docs for generating clients (#10112)

22 months ago📝 Update release notes
github-actions [Sat, 19 Aug 2023 13:34:10 +0000 (13:34 +0000)] 
📝 Update release notes

22 months ago📝 Tweak MkDocs and add redirects (#10111)
Sebastián Ramírez [Sat, 19 Aug 2023 13:33:32 +0000 (15:33 +0200)] 
📝 Tweak MkDocs and add redirects (#10111)

22 months ago📝 Update release notes
github-actions [Sat, 19 Aug 2023 13:12:09 +0000 (13:12 +0000)] 
📝 Update release notes

22 months ago📝 Restructure docs for cloud providers, include links to sponsors (#10110)
Sebastián Ramírez [Sat, 19 Aug 2023 13:11:35 +0000 (15:11 +0200)] 
📝 Restructure docs for cloud providers, include links to sponsors (#10110)

22 months ago📝 Update release notes
github-actions [Thu, 17 Aug 2023 08:52:40 +0000 (08:52 +0000)] 
📝 Update release notes

22 months ago🔧 Update sponsors, add Speakeasy (#10098)
Sebastián Ramírez [Thu, 17 Aug 2023 08:51:58 +0000 (10:51 +0200)] 
🔧 Update sponsors, add Speakeasy (#10098)

22 months ago🔖 Release version 0.101.1 0.101.1
Sebastián Ramírez [Mon, 14 Aug 2023 10:03:14 +0000 (12:03 +0200)] 
🔖 Release version 0.101.1

22 months ago📝 Update release notes
Sebastián Ramírez [Mon, 14 Aug 2023 10:02:43 +0000 (12:02 +0200)] 
📝 Update release notes

22 months ago📝 Update release notes
github-actions [Mon, 14 Aug 2023 09:50:40 +0000 (09:50 +0000)] 
📝 Update release notes

22 months ago✨ Add `ResponseValidationError` printable details, to show up in server error logs...
Sebastián Ramírez [Mon, 14 Aug 2023 09:49:57 +0000 (11:49 +0200)] 
✨ Add `ResponseValidationError` printable details, to show up in server error logs (#10078)

22 months ago📝 Update release notes
github-actions [Mon, 14 Aug 2023 09:17:05 +0000 (09:17 +0000)] 
📝 Update release notes

22 months ago📝 Update release notes
github-actions [Mon, 14 Aug 2023 09:15:26 +0000 (09:15 +0000)] 
📝 Update release notes

22 months ago🌐 Add Japanese translation for `docs/ja/docs/deployment/concepts.md` (#10062)
Yusuke Tamura [Mon, 14 Aug 2023 09:14:37 +0000 (18:14 +0900)] 
🌐 Add Japanese translation for `docs/ja/docs/deployment/concepts.md` (#10062)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
22 months ago🌐 Add Japanese translation for `docs/ja/docs/deployment/server-workers.md` (#10064)
Yusuke Tamura [Mon, 14 Aug 2023 09:13:28 +0000 (18:13 +0900)] 
🌐 Add Japanese translation for `docs/ja/docs/deployment/server-workers.md` (#10064)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
22 months ago📝 Update release notes
github-actions [Mon, 14 Aug 2023 09:13:05 +0000 (09:13 +0000)] 
📝 Update release notes

22 months ago🌐 Update Japanese translation for `docs/ja/docs/deployment/docker.md` (#10073)
Yusuke Tamura [Mon, 14 Aug 2023 09:12:14 +0000 (18:12 +0900)] 
🌐 Update Japanese translation for `docs/ja/docs/deployment/docker.md` (#10073)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
22 months ago📝 Update release notes
github-actions [Mon, 14 Aug 2023 09:10:51 +0000 (09:10 +0000)] 
📝 Update release notes

22 months ago🌐 Add Ukrainian translation for `docs/uk/docs/fastapi-people.md` (#10059)
Rostyslav [Mon, 14 Aug 2023 09:10:06 +0000 (12:10 +0300)] 
🌐 Add Ukrainian translation for `docs/uk/docs/fastapi-people.md` (#10059)

23 months ago📝 Update release notes 4480/head
github-actions [Thu, 10 Aug 2023 15:59:15 +0000 (15:59 +0000)] 
📝 Update release notes

23 months ago🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-params.md` (#10032)
Rostyslav [Thu, 10 Aug 2023 15:58:13 +0000 (18:58 +0300)] 
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-params.md` (#10032)

23 months ago📝 Update release notes
github-actions [Thu, 10 Aug 2023 15:55:32 +0000 (15:55 +0000)] 
📝 Update release notes

23 months ago🌐 Add Russian translation for `docs/ru/docs/deployment/docker.md` (#9971)
Vladislav Kramorenko [Thu, 10 Aug 2023 15:53:26 +0000 (18:53 +0300)] 
🌐 Add Russian translation for `docs/ru/docs/deployment/docker.md` (#9971)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yois4101 <119609381+Yois4101@users.noreply.github.com>
23 months ago📝 Update release notes
github-actions [Thu, 10 Aug 2023 15:53:06 +0000 (15:53 +0000)] 
📝 Update release notes

23 months ago🌐 Add Vietnamese translation for `docs/vi/docs/python-types.md` (#10047)
Nguyễn Khắc Thành [Thu, 10 Aug 2023 15:52:25 +0000 (22:52 +0700)] 
🌐 Add Vietnamese translation for `docs/vi/docs/python-types.md` (#10047)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
23 months ago📝 Update release notes
github-actions [Wed, 9 Aug 2023 17:05:31 +0000 (17:05 +0000)] 
📝 Update release notes

23 months ago🔧 Add sponsor Porter (#10051)
Sebastián Ramírez [Wed, 9 Aug 2023 17:04:49 +0000 (19:04 +0200)] 
🔧 Add sponsor Porter (#10051)

23 months ago📝 Update release notes
github-actions [Wed, 9 Aug 2023 13:27:14 +0000 (13:27 +0000)] 
📝 Update release notes

23 months ago🔧 Update sponsors, add Jina back as bronze sponsor (#10050)
Sebastián Ramírez [Wed, 9 Aug 2023 13:26:33 +0000 (15:26 +0200)] 
🔧 Update sponsors, add Jina back as bronze sponsor (#10050)

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:46:58 +0000 (08:46 +0000)] 
📝 Update release notes

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:44:36 +0000 (08:44 +0000)] 
📝 Update release notes

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:43:01 +0000 (08:43 +0000)] 
📝 Update release notes

23 months ago✏️ Fix typo in deprecation warnings in `fastapi/params.py` (#9854)
Russ Biggs [Sat, 5 Aug 2023 08:41:21 +0000 (02:41 -0600)] 
✏️ Fix typo in deprecation warnings in `fastapi/params.py` (#9854)

fix typo for deprecation warnings depreacated -> deprecated

23 months ago✏️ Fix typo in release notes (#9835)
Francis Bergin [Sat, 5 Aug 2023 08:40:24 +0000 (04:40 -0400)] 
✏️ Fix typo in release notes (#9835)

23 months ago✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi...
ElliottLarsen [Sat, 5 Aug 2023 08:39:38 +0000 (02:39 -0600)] 
✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (#9590)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:38:32 +0000 (08:38 +0000)] 
📝 Update release notes

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:36:27 +0000 (08:36 +0000)] 
📝 Update release notes

23 months ago📝 Add external article: Build an SMS Spam Classifier Serverless Database with FaunaDB...
Adejumo Ridwan Suleiman [Sat, 5 Aug 2023 08:36:05 +0000 (09:36 +0100)] 
📝 Add external article: Build an SMS Spam Classifier Serverless Database with FaunaDB and FastAPI (#9847)

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:35:55 +0000 (08:35 +0000)] 
📝 Update release notes

23 months ago📝 Fix typo in `docs/en/docs/contributing.md` (#9878)
Vicente Merino [Sat, 5 Aug 2023 08:34:07 +0000 (04:34 -0400)] 
📝 Fix typo in `docs/en/docs/contributing.md` (#9878)

Co-authored-by: Vicente Merino <vmerino@rexmas.com>
23 months ago📝 Fix code highlighting in `docs/en/docs/tutorial/bigger-applications.md` (#9806)
Reza Rohani [Sat, 5 Aug 2023 08:33:08 +0000 (12:03 +0330)] 
📝 Fix code highlighting in `docs/en/docs/tutorial/bigger-applications.md` (#9806)

Update bigger-applications.md

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:28:26 +0000 (08:28 +0000)] 
📝 Update release notes

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:26:40 +0000 (08:26 +0000)] 
📝 Update release notes

23 months ago🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/global-dependencies...
Aleksandr Pavlov [Sat, 5 Aug 2023 08:26:03 +0000 (12:26 +0400)] 
🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/global-dependencies.md` (#9970)

Co-authored-by: dedkot <dedkot01@gmail.com>
Co-authored-by: Vladislav Kramorenko <85196001+Xewus@users.noreply.github.com>
23 months ago🌐 Add Urdu translation for `docs/ur/docs/benchmarks.md` (#9974)
Ahsan Sheraz [Sat, 5 Aug 2023 08:24:21 +0000 (13:24 +0500)] 
🌐 Add Urdu translation for `docs/ur/docs/benchmarks.md` (#9974)

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:23:39 +0000 (08:23 +0000)] 
📝 Update release notes

23 months ago📝 Update release notes
github-actions [Sat, 5 Aug 2023 08:23:14 +0000 (08:23 +0000)] 
📝 Update release notes

23 months ago⬆ Bump mypy from 1.4.0 to 1.4.1 (#9756)
dependabot[bot] [Sat, 5 Aug 2023 08:22:58 +0000 (10:22 +0200)] 
⬆ Bump mypy from 1.4.0 to 1.4.1 (#9756)

Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1.
- [Commits](https://github.com/python/mypy/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months ago⬆ Bump mkdocs-material from 9.1.17 to 9.1.21 (#9960)
dependabot[bot] [Sat, 5 Aug 2023 08:22:39 +0000 (10:22 +0200)] 
⬆ Bump mkdocs-material from 9.1.17 to 9.1.21 (#9960)

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.17 to 9.1.21.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.17...9.1.21)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months ago🔖 Release version 0.101.0 0.101.0
Sebastián Ramírez [Fri, 4 Aug 2023 21:00:17 +0000 (23:00 +0200)] 
🔖 Release version 0.101.0

23 months ago📝 Update release notes
Sebastián Ramírez [Fri, 4 Aug 2023 20:59:44 +0000 (22:59 +0200)] 
📝 Update release notes

23 months ago📝 Update release notes
github-actions [Fri, 4 Aug 2023 20:58:08 +0000 (20:58 +0000)] 
📝 Update release notes

23 months ago📌 Do not allow Pydantic 2.1.0 that breaks (require 2.1.1) (#10012)
Sebastián Ramírez [Fri, 4 Aug 2023 20:57:30 +0000 (22:57 +0200)] 
📌 Do not allow Pydantic 2.1.0 that breaks (require 2.1.1) (#10012)

23 months ago📝 Update release notes
Sebastián Ramírez [Fri, 4 Aug 2023 20:50:34 +0000 (22:50 +0200)] 
📝 Update release notes

23 months ago📝 Update release notes
github-actions [Fri, 4 Aug 2023 20:47:42 +0000 (20:47 +0000)] 
📝 Update release notes

23 months ago✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's...
Sebastián Ramírez [Fri, 4 Aug 2023 20:47:07 +0000 (22:47 +0200)] 
✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients (#10011)

* ✨ Enable Pydantic's serialization mode for responses

* ✅ Update tests with new Pydantic v2 serialization mode

* ✅ Add a test for Pydantic v2's computed_field

23 months ago📝 Update release notes
github-actions [Fri, 4 Aug 2023 18:19:22 +0000 (18:19 +0000)] 
📝 Update release notes

23 months ago👷 Add GitHub Actions step dump context to debug external failures (#10008)
Sebastián Ramírez [Fri, 4 Aug 2023 18:18:38 +0000 (20:18 +0200)] 
👷 Add GitHub Actions step dump context to debug external failures (#10008)

23 months ago📝 Update release notes
github-actions [Fri, 4 Aug 2023 17:48:24 +0000 (17:48 +0000)] 
📝 Update release notes

23 months ago🔧 Restore MkDocs Material pin after the fix (#10001)
Sebastián Ramírez [Fri, 4 Aug 2023 17:47:42 +0000 (19:47 +0200)] 
🔧 Restore MkDocs Material pin after the fix (#10001)

23 months ago📝 Update release notes
github-actions [Thu, 3 Aug 2023 16:00:19 +0000 (16:00 +0000)] 
📝 Update release notes

23 months ago🔧 Update the Question template to ask for the Pydantic version (#10000)
Sebastián Ramírez [Thu, 3 Aug 2023 15:59:41 +0000 (17:59 +0200)] 
🔧 Update the Question template to ask for the Pydantic version (#10000)

23 months ago📝 Update release notes
github-actions [Thu, 3 Aug 2023 15:47:35 +0000 (15:47 +0000)] 
📝 Update release notes

23 months ago✅ Fix tests for compatibility with pydantic 2.1.1 (#9943)
David Montague [Thu, 3 Aug 2023 15:46:57 +0000 (16:46 +0100)] 
✅ Fix tests for compatibility with pydantic 2.1.1 (#9943)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
23 months ago📝 Update release notes
github-actions [Thu, 3 Aug 2023 15:25:10 +0000 (15:25 +0000)] 
📝 Update release notes

23 months ago➖ Remove direct dependency on MkDocs, Material for MkDocs defines its own dependency...
Sebastián Ramírez [Thu, 3 Aug 2023 15:24:31 +0000 (17:24 +0200)] 
➖ Remove direct dependency on MkDocs, Material for MkDocs defines its own dependency (#9986)

23 months ago📝 Update release notes
github-actions [Thu, 3 Aug 2023 14:25:48 +0000 (14:25 +0000)] 
📝 Update release notes

23 months ago👥 Update FastAPI People (#9999)
Sebastián Ramírez [Thu, 3 Aug 2023 14:25:11 +0000 (16:25 +0200)] 
👥 Update FastAPI People (#9999)

Co-authored-by: github-actions <github-actions@github.com>
23 months ago📝 Update release notes
github-actions [Thu, 3 Aug 2023 14:13:59 +0000 (14:13 +0000)] 
📝 Update release notes

23 months ago🐳 Update Dockerfile with compatibility versions, to upgrade later (#9998)
Sebastián Ramírez [Thu, 3 Aug 2023 14:12:28 +0000 (16:12 +0200)] 
🐳 Update Dockerfile with compatibility versions, to upgrade later (#9998)

23 months ago📝 Update release notes
github-actions [Wed, 2 Aug 2023 18:58:29 +0000 (18:58 +0000)] 
📝 Update release notes

23 months ago➕ Add pydantic-settings to FastAPI People dependencies (#9988)
Sebastián Ramírez [Wed, 2 Aug 2023 18:57:48 +0000 (20:57 +0200)] 
➕ Add pydantic-settings to FastAPI People dependencies (#9988)

23 months ago📝 Update release notes
github-actions [Wed, 2 Aug 2023 15:57:57 +0000 (15:57 +0000)] 
📝 Update release notes

23 months ago♻️ Update FastAPI People logic with new Pydantic (#9985)
Sebastián Ramírez [Wed, 2 Aug 2023 15:57:20 +0000 (17:57 +0200)] 
♻️ Update FastAPI People logic with new Pydantic (#9985)

23 months ago📝 Update release notes
github-actions [Wed, 2 Aug 2023 15:29:13 +0000 (15:29 +0000)] 
📝 Update release notes

23 months ago✅ Fix test error in Windows for `jsonable_encoder` (#9840)
Irfanuddin Shafi Ahmed [Wed, 2 Aug 2023 15:28:34 +0000 (20:58 +0530)] 
✅ Fix test error in Windows for `jsonable_encoder` (#9840)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
23 months ago📝 Update release notes
github-actions [Wed, 2 Aug 2023 15:15:10 +0000 (15:15 +0000)] 
📝 Update release notes

23 months ago🌐 Add Russian translation for `docs/ru/docs/tutorial/security/index.md` (#9963)
Nikita [Wed, 2 Aug 2023 15:14:19 +0000 (18:14 +0300)] 
🌐 Add Russian translation for `docs/ru/docs/tutorial/security/index.md` (#9963)

Co-authored-by: dedkot <dedkot01@gmail.com>
Co-authored-by: Vladislav Kramorenko <85196001+Xewus@users.noreply.github.com>
23 months ago📝 Update release notes
github-actions [Tue, 1 Aug 2023 21:40:00 +0000 (21:40 +0000)] 
📝 Update release notes

23 months ago🍱 Update sponsors, Fern badge (#9982)
Sebastián Ramírez [Tue, 1 Aug 2023 21:39:22 +0000 (23:39 +0200)] 
🍱 Update sponsors, Fern badge (#9982)

23 months ago📝 Update release notes
github-actions [Tue, 1 Aug 2023 09:20:23 +0000 (09:20 +0000)] 
📝 Update release notes

23 months ago👷 Deploy docs to Cloudflare Pages (#9978)
Sebastián Ramírez [Tue, 1 Aug 2023 09:19:44 +0000 (11:19 +0200)] 
👷 Deploy docs to Cloudflare Pages (#9978)

23 months ago📝 Update release notes
github-actions [Mon, 31 Jul 2023 21:49:56 +0000 (21:49 +0000)] 
📝 Update release notes

23 months ago🔧 Update sponsor Fern (#9979)
Sebastián Ramírez [Mon, 31 Jul 2023 21:49:19 +0000 (23:49 +0200)] 
🔧 Update sponsor Fern (#9979)

23 months ago📝 Update release notes
github-actions [Mon, 31 Jul 2023 19:54:46 +0000 (19:54 +0000)] 
📝 Update release notes

23 months ago👷 Update CI debug mode with Tmate (#9977)
Sebastián Ramírez [Mon, 31 Jul 2023 19:54:07 +0000 (21:54 +0200)] 
👷 Update CI debug mode with Tmate (#9977)

23 months ago📝 Update release notes
github-actions [Fri, 28 Jul 2023 12:16:16 +0000 (12:16 +0000)] 
📝 Update release notes

23 months ago🌐 Remove Vietnamese note about missing translation (#9957)
Sebastián Ramírez [Fri, 28 Jul 2023 12:15:29 +0000 (14:15 +0200)] 
🌐 Remove Vietnamese note about missing translation (#9957)