]>
git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
Alejandra Klachquin [Mon, 30 Oct 2023 09:58:58 +0000 (06:58 -0300)]
📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1 (#10529)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github-actions [Mon, 30 Oct 2023 08:08:48 +0000 (08:08 +0000)]
📝 Update release notes
Koke [Mon, 30 Oct 2023 08:00:16 +0000 (05:00 -0300)]
✏️ Update Pydantic links to dotenv support (#10511)
github-actions [Mon, 30 Oct 2023 07:52:04 +0000 (07:52 +0000)]
📝 Update release notes
github-actions [Mon, 30 Oct 2023 07:51:12 +0000 (07:51 +0000)]
📝 Update release notes
github-actions [Mon, 30 Oct 2023 07:42:04 +0000 (07:42 +0000)]
📝 Update release notes
Hasnat Sajid [Mon, 30 Oct 2023 07:07:15 +0000 (12:07 +0500)]
✏️ Update links in `docs/en/docs/async.md` and `docs/zh/docs/async.md` to make them relative (#10498)
Hasnat Sajid [Mon, 30 Oct 2023 07:05:01 +0000 (12:05 +0500)]
✏️ Fix links in `docs/em/docs/async.md` (#10507)
Dmitry [Mon, 30 Oct 2023 07:01:00 +0000 (10:01 +0300)]
✏️ Fix typo in `docs/em/docs/index.md`, Python 3.8 (#10521)
typo in index page
7️⃣❌ -> 8️⃣✅
github-actions [Sun, 29 Oct 2023 09:49:57 +0000 (09:49 +0000)]
📝 Update release notes
dependabot[bot] [Sun, 29 Oct 2023 09:49:21 +0000 (13:49 +0400)]
⬆ Bump pillow from 9.5.0 to 10.1.0 (#10446)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.1.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions [Sun, 29 Oct 2023 09:33:47 +0000 (09:33 +0000)]
📝 Update release notes
github-actions [Sun, 29 Oct 2023 09:33:30 +0000 (09:33 +0000)]
📝 Update release notes
dependabot[bot] [Sun, 29 Oct 2023 09:33:11 +0000 (09:33 +0000)]
⬆ Update mkdocs-material requirement from <9.0.0,>=8.1.4 to >=8.1.4,<10.0.0 (#5862)
⬆ Update mkdocs-material requirement
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
- [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/8.1.4...9.0.3)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sun, 29 Oct 2023 09:32:50 +0000 (13:32 +0400)]
⬆ Bump mkdocs-material from 9.1.21 to 9.4.7 (#10545)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.21 to 9.4.7.
- [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.21...9.4.7)
---
updated-dependencies:
- dependency-name: mkdocs-material
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>
github-actions [Sun, 29 Oct 2023 09:12:56 +0000 (09:12 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 29 Oct 2023 09:12:11 +0000 (13:12 +0400)]
👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot (#10544)
github-actions [Wed, 25 Oct 2023 08:25:52 +0000 (08:25 +0000)]
📝 Update release notes
Sebastián Ramírez [Wed, 25 Oct 2023 08:25:03 +0000 (12:25 +0400)]
🔧 Update sponsors badges, Databento (#10519)
github-actions [Tue, 24 Oct 2023 20:26:43 +0000 (20:26 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 24 Oct 2023 20:26:06 +0000 (00:26 +0400)]
👷 Adopt Ruff format (#10517)
* 🔧 Update pre-commit, use ruff format
* ⬆️ Upgrade dependencies, use Ruff for formatting
* 🔧 Update Ruff config
* 🔨 Update lint and format scripts, use Ruff
* 🎨 Format internals with Ruff
* 🎨 Format docs scripts
* 🎨 Format tests
* 🎨 Format extra commas in src for docs
* 📝 Update docs mentioning `@lru_cache()`, use `@lru_cache` instead to keep consistency with the format
* 🎨 Update src for docs, use plain `@lru_cache`
* 🎨 Update src for docs format and docs references
github-actions [Sun, 22 Oct 2023 10:04:16 +0000 (10:04 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 22 Oct 2023 10:03:38 +0000 (14:03 +0400)]
🔧 Add `CITATION.cff` file for academic citations (#10496)
github-actions [Sun, 22 Oct 2023 07:35:50 +0000 (07:35 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 22 Oct 2023 07:35:13 +0000 (11:35 +0400)]
📝 Update data structure and render for external-links (#10495)
* 📝 Update data structure and render for external-links
* 📝 Update translations for external links
github-actions [Sat, 21 Oct 2023 07:11:00 +0000 (07:11 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 21 Oct 2023 07:10:18 +0000 (11:10 +0400)]
🐛 Fix overriding MKDocs theme lang in hook (#10490)
github-actions [Fri, 20 Oct 2023 09:21:13 +0000 (09:21 +0000)]
📝 Update release notes
worldworm [Fri, 20 Oct 2023 09:19:31 +0000 (11:19 +0200)]
✏️ Fix link to SPDX license identifier in `docs/en/docs/tutorial/metadata.md` (#10433)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Fri, 20 Oct 2023 09:13:35 +0000 (09:13 +0000)]
📝 Update release notes
Giulio Davide Carparelli [Fri, 20 Oct 2023 09:08:42 +0000 (11:08 +0200)]
📝 Update example validation error from Pydantic v1 to match Pydantic v2 in `docs/en/docs/tutorial/path-params.md` (#10043)
github-actions [Fri, 20 Oct 2023 09:03:34 +0000 (09:03 +0000)]
📝 Update release notes
github-actions [Fri, 20 Oct 2023 09:00:53 +0000 (09:00 +0000)]
📝 Update release notes
Heinz-Alexander Fuetterer [Fri, 20 Oct 2023 09:00:44 +0000 (11:00 +0200)]
✏️ Fix typos in emoji docs and in some source examples (#10438)
github-actions [Fri, 20 Oct 2023 09:00:11 +0000 (09:00 +0000)]
📝 Update release notes
Surav Shrestha [Fri, 20 Oct 2023 08:58:51 +0000 (14:43 +0545)]
✏️ Fix typo in `docs/en/docs/reference/dependencies.md` (#10465)
yogabonito [Fri, 20 Oct 2023 08:58:03 +0000 (10:58 +0200)]
✏️ Fix typos and rewordings in `docs/en/docs/tutorial/body-nested-models.md` (#10468)
github-actions [Fri, 20 Oct 2023 08:56:08 +0000 (08:56 +0000)]
📝 Update release notes
yogabonito [Fri, 20 Oct 2023 08:55:30 +0000 (10:55 +0200)]
📝 Update docs, remove references to removed `pydantic.Required` in `docs/en/docs/tutorial/query-params-str-validations.md` (#10469)
github-actions [Fri, 20 Oct 2023 08:53:37 +0000 (08:53 +0000)]
📝 Update release notes
Tiago Silva [Fri, 20 Oct 2023 08:52:59 +0000 (09:52 +0100)]
✏️ Fix typo in `docs/en/docs/reference/index.md` (#10467)
Fix small typo in reference/index.md
github-actions [Fri, 20 Oct 2023 08:39:45 +0000 (08:39 +0000)]
📝 Update release notes
Sebastián Ramírez [Fri, 20 Oct 2023 08:39:03 +0000 (12:39 +0400)]
🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord. (#10485)
github-actions [Fri, 20 Oct 2023 08:28:05 +0000 (08:28 +0000)]
📝 Update release notes
Sebastián Ramírez [Fri, 20 Oct 2023 08:27:26 +0000 (12:27 +0400)]
🔥 Remove unnecessary duplicated docstrings (#10484)
Sebastián Ramírez [Wed, 18 Oct 2023 12:51:07 +0000 (16:51 +0400)]
🔖 Release version 0.104.0
Sebastián Ramírez [Wed, 18 Oct 2023 12:50:22 +0000 (16:50 +0400)]
📝 Update release notes
github-actions [Wed, 18 Oct 2023 12:37:29 +0000 (12:37 +0000)]
📝 Update release notes
Sebastián Ramírez [Wed, 18 Oct 2023 12:36:40 +0000 (16:36 +0400)]
✨ Add reference (code API) docs with PEP 727, add subclass with custom docstrings for `BackgroundTasks`, refactor docs structure (#10392)
* ➕ Add mkdocstrings and griffe-typingdoc to dependencies
* 🔧 Add mkdocstrings configs to MkDocs
* 📝 Add first WIP reference page
* ⬆️ Upgrade typing-extensions to the minimum version including Doc()
* 📝 Add docs to FastAPI parameters
* 📝 Add docstrings for OpenAPI docs utils
* 📝 Add docstrings for security utils
* 📝 Add docstrings for UploadFile
* 📝 Update docstrings in FastAPI class
* 📝 Add docstrings for path operation methods
* 📝 Add docstring for jsonable_encoder
* 📝 Add docstrings for exceptions
* 📝 Add docstsrings for parameter functions
* 📝 Add docstrings for responses
* 📝 Add docstrings for APIRouter
* ♻️ Sub-class BackgroundTasks to document it with docstrings
* 📝 Update usage of background tasks in dependencies
* ✅ Update tests with new deprecation warnings
* 📝 Add new reference docs
* 🔧 Update MkDocs with new reference docs
* ✅ Update pytest fixture, deprecation is raised only once
* 🎨 Update format for types in exceptions.py
* ♻️ Update annotations in BackgroundTask, `Annotated` can't take ParamSpec's P.args or P.kwargs
* ✏️ Fix typos caught by @pawamoy
* 🔧 Update and fix MkDocstrings configs from @pawamoy tips
* 📝 Update reference docs
* ✏️ Fix typos found by @pawamoy
* ➕ Add HTTPX as a dependency for docs, for the TestClient
* 🔧 Update MkDocs config, rename websockets reference
* 🔇 Add type-ignores for Doc as the stubs haven't been released for mypy
* 🔥 Remove duplicated deprecated notice
* 🔇 Remove typing error for unreleased stub in openapi/docs.py
* ✅ Add tests for UploadFile for coverage
* ⬆️ Upgrade griffe-typingdoc==0.2.2
* 📝 Refactor docs structure
* 🔨 Update README generation with new index frontmatter and style
* 🔨 Update generation of languages, remove from top menu, keep in lang menu
* 📝 Add OpenAPI Pydantic models
* 🔨 Update docs script to not translate Reference and Release Notes
* 🔧 Add reference for OpenAPI models
* 🔧 Update MkDocs config for mkdocstrings insiders
* 👷 Install mkdocstring insiders in CI for docs
* 🐛 Fix MkDocstrings insiders install URL
* ➕ Move dependencies shared by docs and tests to its own requirements file
* 👷 Update cache keys for test and docs dependencies
* 📝 Remove no longer needed __init__ placeholder docstrings
* 📝 Move docstring for APIRouter to the class level (not __init__ level)
* 🔥 Remove no longer needed dummy placeholder __init__ docstring
github-actions [Tue, 17 Oct 2023 07:20:59 +0000 (07:20 +0000)]
📝 Update release notes
github-actions [Tue, 17 Oct 2023 07:20:20 +0000 (07:20 +0000)]
📝 Update release notes
dependabot[bot] [Tue, 17 Oct 2023 07:20:09 +0000 (11:20 +0400)]
⬆ Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0 (#10268)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.27.0...v2.28.0)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
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>
dependabot[bot] [Tue, 17 Oct 2023 07:19:41 +0000 (11:19 +0400)]
⬆ Bump actions/checkout from 3 to 4 (#10208)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions [Tue, 17 Oct 2023 07:19:26 +0000 (07:19 +0000)]
📝 Update release notes
dependabot[bot] [Tue, 17 Oct 2023 07:18:40 +0000 (11:18 +0400)]
⬆ Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.10 (#10061)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.10.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.10)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
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>
github-actions [Tue, 17 Oct 2023 05:59:55 +0000 (05:59 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 17 Oct 2023 05:59:11 +0000 (09:59 +0400)]
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
* 📝 Update docs, require Python 3.8+, drop 3.7
* 🔧 Update pyproject.toml, drop support for Python 3.7, require Python 3.8+
* 👷 Update CI GitHub Actions, drop support for Python 3.7, require 3.8+
* 📝 Update docs' references to Python 3.6 and 3.7, use Python 3.8
github-actions [Wed, 4 Oct 2023 22:52:00 +0000 (22:52 +0000)]
📝 Update release notes
Sebastián Ramírez [Wed, 4 Oct 2023 22:51:10 +0000 (17:51 -0500)]
🔧 Update sponsors, Bump.sh images (#10381)
github-actions [Mon, 2 Oct 2023 23:12:28 +0000 (23:12 +0000)]
📝 Update release notes
Sebastián Ramírez [Mon, 2 Oct 2023 23:11:52 +0000 (18:11 -0500)]
👥 Update FastAPI People (#10363)
Co-authored-by: github-actions <github-actions@github.com>
Sebastián Ramírez [Thu, 28 Sep 2023 19:57:42 +0000 (14:57 -0500)]
🔖 Release 0.103.2
Sebastián Ramírez [Thu, 28 Sep 2023 19:56:50 +0000 (14:56 -0500)]
📝 Update release notes
Sebastián Ramírez [Thu, 28 Sep 2023 19:51:39 +0000 (14:51 -0500)]
⬆️ Upgrade Python version in Docker images for GitHub Actions (#10350)
github-actions [Thu, 28 Sep 2023 19:42:38 +0000 (19:42 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 28 Sep 2023 19:41:17 +0000 (14:41 -0500)]
🔧 Update sponsors, remove Flint (#10349)
github-actions [Thu, 28 Sep 2023 04:15:17 +0000 (04:15 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 28 Sep 2023 04:14:40 +0000 (23:14 -0500)]
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344)
* 🚚 Refactor deprecated import general_plain_validator_function to with_info_plain_validator_function
* 🚚 Rename deprecated FieldValidationInfo to ValidationInfo
* ✅ Update tests with new defaults for JSON Schema for default values
* ♻️ Add Pydantic v1 version of with_info_plain_validator_function
* 👷 Invalidate cache
* ✅ Fix tests for Pydantic v1
* ✅ Tweak tests coverage for older Pydantic v2 versions
github-actions [Wed, 27 Sep 2023 23:02:35 +0000 (23:02 +0000)]
📝 Update release notes
Sebastián Ramírez [Wed, 27 Sep 2023 23:01:46 +0000 (18:01 -0500)]
🔧 Rename label "awaiting review" to "awaiting-review" to simplify search queries (#10343)
github-actions [Wed, 27 Sep 2023 20:55:18 +0000 (20:55 +0000)]
📝 Update release notes
ArtemKhymenko [Wed, 27 Sep 2023 20:53:36 +0000 (23:53 +0300)]
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/extra-data-types.md` (#10132)
Co-authored-by: ArtemKhymenko <ak@workconsult.ua>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rostyslav <rostik1410@users.noreply.github.com>
github-actions [Wed, 27 Sep 2023 20:53:18 +0000 (20:53 +0000)]
📝 Update release notes
Samuel Rigaud [Wed, 27 Sep 2023 20:52:31 +0000 (16:52 -0400)]
🌐 Fix typos in French translations for `docs/fr/docs/advanced/path-operation-advanced-configuration.md`, `docs/fr/docs/alternatives.md`, `docs/fr/docs/async.md`, `docs/fr/docs/features.md`, `docs/fr/docs/help-fastapi.md`, `docs/fr/docs/index.md`, `docs/fr/docs/python-types.md`, `docs/fr/docs/tutorial/body.md`, `docs/fr/docs/tutorial/first-steps.md`, `docs/fr/docs/tutorial/query-params.md` (#10154)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Wed, 27 Sep 2023 20:48:01 +0000 (20:48 +0000)]
📝 Update release notes
mkdir700 [Wed, 27 Sep 2023 20:47:21 +0000 (04:47 +0800)]
🌐 Add Chinese translation for `docs/zh/docs/async.md` (#5591)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jedore <jedore_fight@189.cn>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: 吴定焕 <108172295+wdh99@users.noreply.github.com>
github-actions [Mon, 25 Sep 2023 23:08:51 +0000 (23:08 +0000)]
📝 Update release notes
jaystone776 [Mon, 25 Sep 2023 23:06:09 +0000 (07:06 +0800)]
🌐 Update Chinese translation for `docs/tutorial/security/simple-oauth2.md` (#3844)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github-actions [Mon, 25 Sep 2023 23:05:48 +0000 (23:05 +0000)]
📝 Update release notes
Sion Shin [Mon, 25 Sep 2023 23:02:59 +0000 (08:02 +0900)]
🌐 Add Korean translation for `docs/ko/docs/deployment/cloud.md` (#10191)
Co-authored-by: Joona Yoon <joonas-yoon@users.noreply.github.com>
github-actions [Mon, 25 Sep 2023 23:02:43 +0000 (23:02 +0000)]
📝 Update release notes
Yusuke Tamura [Mon, 25 Sep 2023 23:01:57 +0000 (08:01 +0900)]
🌐 Add Japanese translation for `docs/ja/docs/deployment/https.md` (#10298)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github-actions [Mon, 25 Sep 2023 23:00:56 +0000 (23:00 +0000)]
📝 Update release notes
Aleksandr Andrukhov [Mon, 25 Sep 2023 23:00:09 +0000 (02:00 +0300)]
🌐 Fix typo in Russian translation for `docs/ru/docs/tutorial/body-fields.md` (#10224)
Co-authored-by: Vladislav Kramorenko <85196001+Xewus@users.noreply.github.com>
github-actions [Fri, 22 Sep 2023 23:39:37 +0000 (23:39 +0000)]
📝 Update release notes
Raman Bazhanau [Fri, 22 Sep 2023 23:38:53 +0000 (01:38 +0200)]
🌐 Add Polish translation for `docs/pl/docs/help-fastapi.md` (#10121)
Co-authored-by: Igor Sulim <30448496+isulim@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Antek S. <antoni.szych@gmail.com>
github-actions [Fri, 22 Sep 2023 23:37:34 +0000 (23:37 +0000)]
📝 Update release notes
Aleksandr Andrukhov [Fri, 22 Sep 2023 23:36:59 +0000 (02:36 +0300)]
🌐 Add Russian translation for `docs/ru/docs/tutorial/header-params.md` (#10226)
Co-authored-by: Artem Golicyn <86262613+AGolicyn@users.noreply.github.com>
Co-authored-by: Nikita <omegastrikeclan@yandex.ru>
github-actions [Fri, 22 Sep 2023 23:31:21 +0000 (23:31 +0000)]
📝 Update release notes
xzmeng [Fri, 22 Sep 2023 23:30:46 +0000 (07:30 +0800)]
🌐 Add Chinese translation for `docs/zh/docs/deployment/versions.md` (#10276)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Big Yellow Dog <dognasus@outlook.com>
github-actions [Fri, 15 Sep 2023 08:39:26 +0000 (08:39 +0000)]
📝 Update release notes
Sebastián Ramírez [Fri, 15 Sep 2023 08:38:48 +0000 (10:38 +0200)]
🔧 Update sponsors, enable Svix (revert #10228) (#10253)
* 🔧 Update sponsors, remove Svix (revert #10228)
This reverts commit
e0a99e24b8b96469b0a6ec51f3439a771d1767c8 .
* 🔧 Tweak and update sponsors data
github-actions [Sun, 10 Sep 2023 10:37:04 +0000 (10:37 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 10 Sep 2023 10:36:28 +0000 (12:36 +0200)]
🔧 Update sponsors, remove Svix (#10228)
github-actions [Sun, 10 Sep 2023 10:19:02 +0000 (10:19 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 10 Sep 2023 10:18:26 +0000 (12:18 +0200)]
🔧 Update sponsors, add Bump.sh (#10227)
Sebastián Ramírez [Sat, 2 Sep 2023 17:10:19 +0000 (19:10 +0200)]
🔖 Release version 0.103.1
Sebastián Ramírez [Sat, 2 Sep 2023 17:09:47 +0000 (19:09 +0200)]
📝 Update release notes
github-actions [Sat, 2 Sep 2023 17:06:22 +0000 (17:06 +0000)]
📝 Update release notes
github-actions [Sat, 2 Sep 2023 17:05:59 +0000 (17:05 +0000)]
📝 Update release notes