]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
thirdparty/fastapi/fastapi.git
13 months ago📝 Fix minor typos and issues in the documentation (#12063)
Sofie Van Landeghem [Sat, 24 Aug 2024 21:52:09 +0000 (23:52 +0200)] 
📝 Fix minor typos and issues in the documentation (#12063)

13 months ago📝 Update release notes
github-actions [Sat, 24 Aug 2024 20:04:51 +0000 (20:04 +0000)] 
📝 Update release notes

13 months ago📝 Add note in Docker docs about ensuring graceful shutdowns and lifespan events with...
GPla [Sat, 24 Aug 2024 20:04:30 +0000 (22:04 +0200)] 
📝 Add note in Docker docs about ensuring graceful shutdowns and lifespan events with `CMD` exec form (#11960)

Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago🔖 Release version 0.112.2 0.112.2
Sebastián Ramírez [Sat, 24 Aug 2024 19:34:50 +0000 (14:34 -0500)] 
🔖 Release version 0.112.2

13 months ago📝 Update release notes
github-actions [Sat, 24 Aug 2024 19:27:59 +0000 (19:27 +0000)] 
📝 Update release notes

13 months ago🐛 Fix `allow_inf_nan` option for Param and Body classes (#11867)
Giunio [Sat, 24 Aug 2024 19:27:37 +0000 (21:27 +0200)] 
🐛 Fix `allow_inf_nan` option for Param and Body classes (#11867)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: svlandeg <svlandeg@github.com>
13 months ago📝 Update release notes
github-actions [Sat, 24 Aug 2024 19:10:14 +0000 (19:10 +0000)] 
📝 Update release notes

13 months ago🐛 Ensure that `app.include_router` merges nested lifespans (#9630)
Pastukhov Nikita [Sat, 24 Aug 2024 19:09:52 +0000 (22:09 +0300)] 
🐛 Ensure that `app.include_router` merges nested lifespans (#9630)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
Sebastián Ramírez [Sat, 24 Aug 2024 03:48:20 +0000 (22:48 -0500)] 
📝 Update release notes

13 months ago📝 Update release notes
github-actions [Sat, 24 Aug 2024 03:16:48 +0000 (03:16 +0000)] 
📝 Update release notes

13 months ago📝 Fix a typo in virtual environement page (#12064)
Aymen [Sat, 24 Aug 2024 03:16:23 +0000 (04:16 +0100)] 
📝 Fix a typo in virtual environement page (#12064)

13 months ago📝 Update release notes
github-actions [Thu, 22 Aug 2024 00:47:57 +0000 (00:47 +0000)] 
📝 Update release notes

13 months ago📝 Add docs about Environment Variables and Virtual Environments (#12054)
Sebastián Ramírez [Thu, 22 Aug 2024 00:47:31 +0000 (19:47 -0500)] 
📝 Add docs about Environment Variables and Virtual Environments (#12054)

13 months ago📝 Update release notes
github-actions [Wed, 21 Aug 2024 16:58:20 +0000 (16:58 +0000)] 
📝 Update release notes

13 months ago🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request_file.md` (#12018)
João Pedro Pereira Holanda [Wed, 21 Aug 2024 16:56:50 +0000 (13:56 -0300)] 
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request_file.md` (#12018)

13 months ago📝 Update release notes
github-actions [Wed, 21 Aug 2024 16:55:38 +0000 (16:55 +0000)] 
📝 Update release notes

13 months ago🌐 Add Japanese translation for `docs/ja/docs/learn/index.md` (#11592)
Yuki Watanabe [Wed, 21 Aug 2024 16:55:16 +0000 (01:55 +0900)] 
🌐 Add Japanese translation for `docs/ja/docs/learn/index.md` (#11592)

13 months ago📝 Update release notes
github-actions [Tue, 20 Aug 2024 00:40:55 +0000 (00:40 +0000)] 
📝 Update release notes

13 months ago⬆ [pre-commit.ci] pre-commit autoupdate (#12046)
pre-commit-ci[bot] [Tue, 20 Aug 2024 00:40:31 +0000 (19:40 -0500)] 
⬆ [pre-commit.ci] pre-commit autoupdate (#12046)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0)
- https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 months ago📝 Update release notes
github-actions [Mon, 19 Aug 2024 18:15:49 +0000 (18:15 +0000)] 
📝 Update release notes

13 months ago📝 Update Spanish translation docs for consistency (#12044)
Alejandra [Mon, 19 Aug 2024 18:15:21 +0000 (13:15 -0500)] 
📝 Update Spanish translation docs for consistency (#12044)

13 months ago📝 Update release notes
github-actions [Mon, 19 Aug 2024 17:35:25 +0000 (17:35 +0000)] 
📝 Update release notes

13 months ago🌐 Update docs about dependencies with yield (#12028)
xuvjso [Mon, 19 Aug 2024 17:35:03 +0000 (01:35 +0800)] 
🌐 Update docs about dependencies with yield (#12028)

13 months ago📝 Update release notes
github-actions [Sun, 18 Aug 2024 23:26:36 +0000 (23:26 +0000)] 
📝 Update release notes

13 months ago📝 Add Asyncer mention in async docs (#12037)
Sebastián Ramírez [Sun, 18 Aug 2024 23:26:14 +0000 (18:26 -0500)] 
📝 Add Asyncer mention in async docs (#12037)

13 months ago📝 Update release notes
github-actions [Sun, 18 Aug 2024 23:17:21 +0000 (23:17 +0000)] 
📝 Update release notes

13 months ago📝 Move the Features docs to the top level to improve the main page menu (#12036)
Sebastián Ramírez [Sun, 18 Aug 2024 23:16:56 +0000 (18:16 -0500)] 
📝 Move the Features docs to the top level to improve the main page menu (#12036)

13 months ago📝 Update release notes
github-actions [Sun, 18 Aug 2024 21:08:39 +0000 (21:08 +0000)] 
📝 Update release notes

13 months ago🔧 Update coverage config files (#12035)
Sebastián Ramírez [Sun, 18 Aug 2024 21:07:03 +0000 (16:07 -0500)] 
🔧 Update coverage config files (#12035)

13 months ago📝 Update release notes
github-actions [Sat, 17 Aug 2024 21:20:52 +0000 (21:20 +0000)] 
📝 Update release notes

13 months ago📝 Update FastAPI People, do not translate to have the most recent info (#12034)
Sebastián Ramírez [Sat, 17 Aug 2024 21:20:31 +0000 (16:20 -0500)] 
📝 Update FastAPI People, do not translate to have the most recent info (#12034)

13 months ago📝 Update release notes
github-actions [Sat, 17 Aug 2024 06:54:13 +0000 (06:54 +0000)] 
📝 Update release notes

13 months ago✏️ Fix import typo in reference example for `Security` (#11168)
0shah0 [Sat, 17 Aug 2024 06:53:52 +0000 (12:23 +0530)] 
✏️ Fix import typo in reference example for `Security` (#11168)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Sat, 17 Aug 2024 06:42:28 +0000 (06:42 +0000)] 
📝 Update release notes

13 months ago🌐 Update Urdu translation for `docs/ur/docs/benchmarks.md` (#10046)
Ahsan Sheraz [Sat, 17 Aug 2024 06:42:07 +0000 (08:42 +0200)] 
🌐 Update Urdu translation for `docs/ur/docs/benchmarks.md` (#10046)

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>
13 months ago📝 Update release notes
github-actions [Sat, 17 Aug 2024 04:52:53 +0000 (04:52 +0000)] 
📝 Update release notes

13 months ago🎨 Fix typing annotation for semi-internal `FastAPI.add_api_route()` (#10240)
Jamie Phan [Sat, 17 Aug 2024 04:52:31 +0000 (14:52 +1000)] 
🎨 Fix typing annotation for semi-internal `FastAPI.add_api_route()` (#10240)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Sat, 17 Aug 2024 04:14:10 +0000 (04:14 +0000)] 
📝 Update release notes

13 months ago⬆️ Upgrade version of Ruff and reformat (#12032)
Sebastián Ramírez [Sat, 17 Aug 2024 04:13:50 +0000 (23:13 -0500)] 
⬆️ Upgrade version of Ruff and reformat (#12032)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 months ago📝 Update release notes
github-actions [Sat, 17 Aug 2024 04:00:12 +0000 (04:00 +0000)] 
📝 Update release notes

13 months ago🔨 Standardize shebang across shell scripts (#11942)
gitworkflows [Sat, 17 Aug 2024 03:59:06 +0000 (09:59 +0600)] 
🔨 Standardize shebang across shell scripts (#11942)

13 months ago📝 Update release notes
github-actions [Sat, 17 Aug 2024 03:57:45 +0000 (03:57 +0000)] 
📝 Update release notes

13 months ago📝 Highlight correct line in tutorial `docs/en/docs/tutorial/body-multiple-params...
Sofie Van Landeghem [Sat, 17 Aug 2024 03:57:21 +0000 (05:57 +0200)] 
📝 Highlight correct line in tutorial `docs/en/docs/tutorial/body-multiple-params.md` (#11978)

Co-authored-by: Esteban Maya <emayacadavid9@gmail.com>
13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 23:18:21 +0000 (23:18 +0000)] 
📝 Update release notes

13 months ago🔥 Remove Sentry link from Advanced Middleware docs (#12031)
Alejandra [Fri, 16 Aug 2024 23:18:02 +0000 (18:18 -0500)] 
🔥 Remove Sentry link from Advanced Middleware docs (#12031)

13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 22:32:33 +0000 (22:32 +0000)] 
📝 Update release notes

13 months agoMerge pull request #11979 from fastapi/dependabot/pip/sqlalchemy-gte-1.3.18-and-lt...
Esteban Maya [Fri, 16 Aug 2024 22:32:10 +0000 (17:32 -0500)] 
Merge pull request #11979 from fastapi/dependabot/pip/sqlalchemy-gte-1.3.18-and-lt-2.0.33

⬆ Update sqlalchemy requirement from <1.4.43,>=1.3.18 to >=1.3.18,<2.0.33

13 months agoMerge branch 'master' into dependabot/pip/sqlalchemy-gte-1.3.18-and-lt-2.0.33 11979/head
Esteban Maya [Fri, 16 Aug 2024 22:21:47 +0000 (17:21 -0500)] 
Merge branch 'master' into dependabot/pip/sqlalchemy-gte-1.3.18-and-lt-2.0.33

13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 21:56:54 +0000 (21:56 +0000)] 
📝 Update release notes

13 months ago📝 Clarify management tasks for translations, multiples files in one PR (#12030)
Sebastián Ramírez [Fri, 16 Aug 2024 21:56:33 +0000 (16:56 -0500)] 
📝 Clarify management tasks for translations, multiples files in one PR (#12030)

13 months ago⬆ Update sqlalchemy requirement
dependabot[bot] [Fri, 16 Aug 2024 17:45:47 +0000 (17:45 +0000)] 
⬆ Update sqlalchemy requirement

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 17:44:48 +0000 (17:44 +0000)] 
📝 Update release notes

13 months ago🔊 Remove old ignore warnings (#11950)
Sebastián Ramírez [Fri, 16 Aug 2024 17:44:28 +0000 (12:44 -0500)] 
🔊 Remove old ignore warnings (#11950)

13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 17:29:43 +0000 (17:29 +0000)] 
📝 Update release notes

13 months ago⬆️ Upgrade griffe-typingdoc for the docs (#12029)
Sebastián Ramírez [Fri, 16 Aug 2024 17:29:21 +0000 (12:29 -0500)] 
⬆️ Upgrade griffe-typingdoc for the docs (#12029)

13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 16:56:43 +0000 (16:56 +0000)] 
📝 Update release notes

13 months ago🙈 Add .coverage* to `.gitignore` (#11940)
gitworkflows [Fri, 16 Aug 2024 16:56:19 +0000 (22:56 +0600)] 
🙈 Add .coverage* to `.gitignore` (#11940)

13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 16:52:46 +0000 (16:52 +0000)] 
📝 Update release notes

13 months ago📝 Edit the link to the OpenAPI "Responses Object" and "Response Object" sections...
VaitoSoi [Fri, 16 Aug 2024 16:51:25 +0000 (23:51 +0700)] 
📝 Edit the link to the OpenAPI "Responses Object" and "Response Object" sections in the "Additional Responses in OpenAPI" section (#11996)

Co-authored-by: svlandeg <svlandeg@github.com>
13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 16:50:25 +0000 (16:50 +0000)] 
📝 Update release notes

13 months ago🔨 Specify `email-validator` dependency with dash (#11515)
Jiri Kuncar [Fri, 16 Aug 2024 16:50:01 +0000 (18:50 +0200)] 
🔨 Specify `email-validator` dependency with dash (#11515)

Co-authored-by: svlandeg <svlandeg@github.com>
13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 02:05:14 +0000 (02:05 +0000)] 
📝 Update release notes

13 months ago🌐 Add Spanish translation for `docs/es/docs/project-generation.md` (#11947)
Alejandra [Fri, 16 Aug 2024 02:04:50 +0000 (21:04 -0500)] 
🌐 Add Spanish translation for `docs/es/docs/project-generation.md` (#11947)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 01:58:02 +0000 (01:58 +0000)] 
📝 Update release notes

13 months ago⚙️ Record and show test coverage contexts (what test covers which line) (#11518)
Sławomir Ehlert [Fri, 16 Aug 2024 01:57:38 +0000 (03:57 +0200)] 
⚙️ Record and show test coverage contexts (what test covers which line) (#11518)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Fri, 16 Aug 2024 00:05:21 +0000 (00:05 +0000)] 
📝 Update release notes

13 months ago📝 Fix minor typo (#12026)
Micael Jarniac [Fri, 16 Aug 2024 00:04:55 +0000 (21:04 -0300)] 
📝 Fix minor typo (#12026)

13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 23:30:36 +0000 (23:30 +0000)] 
📝 Update release notes

13 months ago📝 Several docs improvements, tweaks, and clarifications (#11390)
Nils Lindemann [Thu, 15 Aug 2024 23:30:12 +0000 (01:30 +0200)] 
📝 Several docs improvements, tweaks, and clarifications (#11390)

Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 22:38:22 +0000 (22:38 +0000)] 
📝 Update release notes

13 months ago📝 Add missing `compresslevel` parameter on docs for `GZipMiddleware` (#11350)
Jun-Ah 준아 [Thu, 15 Aug 2024 22:38:02 +0000 (07:38 +0900)] 
📝 Add missing `compresslevel` parameter on docs for `GZipMiddleware` (#11350)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 22:31:36 +0000 (22:31 +0000)] 
📝 Update release notes

13 months ago📝 Fix inconsistent response code when item already exists in docs for testing (#11818)
Luke Okomilo [Thu, 15 Aug 2024 22:31:16 +0000 (23:31 +0100)] 
📝 Fix inconsistent response code when item already exists in docs for testing (#11818)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 21:30:26 +0000 (21:30 +0000)] 
📝 Update release notes

13 months ago📝 Update `docs/en/docs/tutorial/body.md` with Python 3.10 union type example (#11415)
Cedric L'homme [Thu, 15 Aug 2024 21:29:58 +0000 (23:29 +0200)] 
📝 Update `docs/en/docs/tutorial/body.md` with Python 3.10 union type example (#11415)

Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago🔖 Release version 0.112.1 0.112.1
Sebastián Ramírez [Thu, 15 Aug 2024 21:00:47 +0000 (16:00 -0500)] 
🔖 Release version 0.112.1

13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 20:58:06 +0000 (20:58 +0000)] 
📝 Update release notes

13 months ago⬆ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#11727)
dependabot[bot] [Thu, 15 Aug 2024 20:56:19 +0000 (15:56 -0500)] 
⬆ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#11727)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 18:51:01 +0000 (18:51 +0000)] 
📝 Update release notes

13 months ago🔧 Add changelog URL to `pyproject.toml`, shows in PyPI (#11152)
Pierre V-F [Thu, 15 Aug 2024 18:50:31 +0000 (20:50 +0200)] 
🔧 Add changelog URL to `pyproject.toml`, shows in PyPI (#11152)

Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 18:39:22 +0000 (18:39 +0000)] 
📝 Update release notes

13 months ago👷 Do not sync labels as it overrides manually added labels (#12024)
Sebastián Ramírez [Thu, 15 Aug 2024 18:38:43 +0000 (13:38 -0500)] 
👷 Do not sync labels as it overrides manually added labels (#12024)

13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 15:51:59 +0000 (15:51 +0000)] 
📝 Update release notes

13 months ago⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0` (#11876)
Ben Beasley [Thu, 15 Aug 2024 15:51:33 +0000 (11:51 -0400)] 
⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0` (#11876)

Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 15:41:45 +0000 (15:41 +0000)] 
📝 Update release notes

13 months ago🌐 Add Portuguese translation for `docs/pt/docs/tutorial/bigger-applications.md` ...
marcelomarkus [Thu, 15 Aug 2024 15:38:22 +0000 (12:38 -0300)] 
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/bigger-applications.md` (#11971)

13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 15:38:02 +0000 (15:38 +0000)] 
📝 Update release notes

13 months ago🌐 Add Portuguese translation for `docs/pt/docs/advanced/testing-websockets.md` (...
Rafael de Oliveira Marques [Thu, 15 Aug 2024 15:36:31 +0000 (17:36 +0200)] 
🌐 Add Portuguese translation for `docs/pt/docs/advanced/testing-websockets.md` (#11994)

13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 15:35:41 +0000 (15:35 +0000)] 
📝 Update release notes

13 months ago🌐 Add Portuguese translation for `docs/pt/docs/advanced/testing-dependencies.md`...
Rafael de Oliveira Marques [Thu, 15 Aug 2024 15:35:17 +0000 (17:35 +0200)] 
🌐 Add Portuguese translation for `docs/pt/docs/advanced/testing-dependencies.md` (#11995)

13 months ago📝 Update release notes
github-actions [Thu, 15 Aug 2024 15:21:51 +0000 (15:21 +0000)] 
📝 Update release notes

13 months ago📝 Update docs section about "Don't Translate these Pages" (#12022)
Sebastián Ramírez [Thu, 15 Aug 2024 15:21:25 +0000 (10:21 -0500)] 
📝 Update docs section about "Don't Translate these Pages" (#12022)

13 months ago📝 Update release notes
github-actions [Wed, 14 Aug 2024 22:57:35 +0000 (22:57 +0000)] 
📝 Update release notes

13 months ago📝 Add documentation for non-translated pages and scripts to verify them (#12020)
Sebastián Ramírez [Wed, 14 Aug 2024 22:57:10 +0000 (17:57 -0500)] 
📝 Add documentation for non-translated pages and scripts to verify them (#12020)

13 months ago📝 Update release notes
github-actions [Wed, 14 Aug 2024 18:29:51 +0000 (18:29 +0000)] 
📝 Update release notes

13 months ago👷🏻 Update Labeler GitHub Actions (#12019)
Sebastián Ramírez [Wed, 14 Aug 2024 18:29:24 +0000 (13:29 -0500)] 
👷🏻 Update Labeler GitHub Actions (#12019)

13 months ago📝 Update release notes
github-actions [Wed, 14 Aug 2024 14:33:49 +0000 (14:33 +0000)] 
📝 Update release notes

13 months ago🔧 Update configs for MkDocs for languages and social cards (#12016)
Sebastián Ramírez [Wed, 14 Aug 2024 14:33:27 +0000 (09:33 -0500)] 
🔧 Update configs for MkDocs for languages and social cards (#12016)

13 months ago📝 Update release notes
github-actions [Wed, 14 Aug 2024 00:31:10 +0000 (00:31 +0000)] 
📝 Update release notes

13 months ago👷 Update permissions and config for labeler GitHub Action (#12008)
Sebastián Ramírez [Wed, 14 Aug 2024 00:30:46 +0000 (19:30 -0500)] 
👷 Update permissions and config for labeler GitHub Action (#12008)