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


    from e5e510479d6 Bump trove-classifiers from 2025.9.9.12 to 2025.9.11.17 in 
/airflow-core (#55606)
     new 364547048fd fix(hitl): check whether task instance is deferring when 
fetching pending actions (#55539)
     new 03d75acd4a5 Fix alignment of arrows in RTL mode (#55619)
     new 37783d9e301 CI: Bump zizmor hook (#55618)
     new 9bbd1cdeb41 Fix xcom access in DAG processor callbacks for notifiers 
(#55542)
     new bf0a9277f9c Fix Dag/TI states names in Hebrew (#55621)
     new 6c34a1a53cd Close Dutch translation gaps (2025-09-12) (#55583)
     new dd2a83ac56c Allow slash in Variable keys from TaskSDK 
read/write(#55324)
     new 8aaa1330d5f Add missing `.level` property on our structlog shim. 
(#55638)
     new 107c1f70d08 Add documentation for context parameter  (#55377)
     new 6a51f595d94 Removed unused config: dag_stale_not_seen_duration (#55601)
     new 099dda2a66c Improve contrast in Clear Task Instance dialog selectors 
(#55423)
     new 38ca6d3409e Upgrade important versions of dependencies (#55646)

The 12 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:
 .github/actions/install-prek/action.yml            |   2 +-
 .github/workflows/ci-image-build.yml               |   3 +-
 .github/workflows/prod-image-build.yml             |   3 +-
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/docs/core-concepts/operators.rst      |  20 +++-
 airflow-core/docs/faq.rst                          |   1 -
 .../src/airflow/api_fastapi/common/parameters.py   |   5 +-
 .../airflow/api_fastapi/core_api/routes/ui/dags.py |   6 +-
 .../api_fastapi/execution_api/routes/variables.py  |  15 ++-
 .../src/airflow/config_templates/config.yml        |   7 --
 .../src/airflow/dag_processing/processor.py        |  52 ++++++++-
 .../src/airflow/jobs/scheduler_job_runner.py       |   1 -
 .../airflow/ui/public/i18n/locales/he/common.json  |  26 ++---
 .../ui/public/i18n/locales/he/dashboard.json       |   6 +-
 .../airflow/ui/public/i18n/locales/nl/admin.json   |   2 +-
 .../airflow/ui/public/i18n/locales/nl/common.json  |   1 +
 .../src/airflow/ui/public/i18n/locales/nl/dag.json |   3 +-
 .../ui/src/components/NeedsReviewButton.tsx        |   5 +-
 .../src/airflow/ui/src/components/StatsCard.tsx    |   6 +-
 .../ui/src/components/ui/SegmentedControl.tsx      |   2 +
 .../ui/src/layouts/Nav/UserSettingsButton.tsx      |  16 ++-
 .../src/pages/Dashboard/Stats/DAGImportErrors.tsx  |   5 +-
 .../airflow/ui/src/pages/Dashboard/Stats/Stats.tsx |   8 +-
 .../api_fastapi/core_api/routes/ui/test_dags.py    |   3 +-
 .../execution_api/versions/head/test_variables.py  |  75 ++++++++----
 .../tests/unit/dag_processing/test_processor.py    | 127 +++++++++++++++++++++
 dev/breeze/README.md                               |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/uv.lock                                 |  48 ++++----
 .../src/airflow_shared/logging/structlog.py        |  13 +--
 33 files changed, 365 insertions(+), 108 deletions(-)

Reply via email to