This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
discard adb9d8babb8 Update default branches for 3-1 add 1722ec0d285 Complete Arabic translation 2025-09-08 (#55384) add 6bd70bd3f34 Bump trove-classifiers from 2025.8.26.11 to 2025.9.8.13 (#55385) add b2a2e787381 Bump trove-classifiers from 2025.8.26.11 to 2025.9.8.13 in /airflow-core (#55387) add b978e8bf128 modify python path to sys executable (#55367) add 7ef251d0b62 Close German translation gaps for full UI translation 2025-09-08 (#55395) add a697d78310c feat(i18n): add missing Taiwanese Mandarin translation (#55401) add cde507afbaf Make `batch_is_authorized_` methods team aware (#55306) new 69ae7c43d9f Update default branches for 3-1 new d7311646e90 Pin Task-SDK for Airflow meta package new 4ccd0427986 Add release notes for 3.1.0b1 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (adb9d8babb8) \ N -- N -- N refs/heads/v3-1-test (4ccd0427986) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: RELEASE_NOTES.rst | 324 +++++++++++++++++++++ airflow-core/pyproject.toml | 2 +- .../core_api/routes/public/import_error.py | 8 +- .../src/airflow/api_fastapi/core_api/security.py | 123 +++++--- airflow-core/src/airflow/models/connection.py | 12 + airflow-core/src/airflow/models/dag.py | 11 + airflow-core/src/airflow/models/pool.py | 8 + airflow-core/src/airflow/models/variable.py | 10 + .../airflow/ui/public/i18n/locales/ar/common.json | 1 + .../src/airflow/ui/public/i18n/locales/ar/dag.json | 1 + .../airflow/ui/public/i18n/locales/de/common.json | 3 +- .../ui/public/i18n/locales/zh-TW/common.json | 4 +- .../airflow/ui/public/i18n/locales/zh-TW/dag.json | 3 + .../airflow/ui/public/i18n/locales/zh-TW/hitl.json | 2 + .../core_api/routes/public/test_import_error.py | 29 +- .../unit/api_fastapi/core_api/test_security.py | 31 +- airflow-core/tests/unit/models/test_connection.py | 15 + airflow-core/tests/unit/models/test_dag.py | 48 +++ airflow-core/tests/unit/models/test_pool.py | 9 + airflow-core/tests/unit/models/test_variable.py | 9 + pyproject.toml | 4 +- reproducible_build.yaml | 4 +- .../in_container/run_check_imports_in_providers.py | 2 +- 23 files changed, 599 insertions(+), 64 deletions(-)