This is an automated email from the ASF dual-hosted git repository.

rahulvats pushed a change to branch changes-3.1.8rc1
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 898d1e5e515 Update RELEASE_NOTES.rst
    omit 599161abf90 Update version to 3.1.8
    omit 2983a6be861 [v3-1-test] Bump python 3.13 to 3.13.12 (#61425) (#61429)
     add 4912581b587 [v3-1-test] Fix backfill permissions (#62856) (#62873)
     add 15a088fd474 [v3-1-test] fix missing logs in UI for tasks in 
`UP_FOR_RETRY` and `UP_FOR_RESCHEDULE` states (#54547) (#62862)
     add 9b9dc13e87a [v3-1- test] Scope session token in cookie to base_url 
(#62771) (#62851)
     add 21e3601e3b6 [v3-1-test] fix: use 
useAssetServiceGetDagAssetQueuedEvents to get the correct number of ADRQs 
(#62868) (#62902)
     add 1bf7cbc9a52 [v3-1-test] Fix: Adds task instance validation for hitl 
(#62886) (#62909)
     add 908d1ca1c98 Backport UI part only and skip the queryClient.ts change 
(#62859)
     add 97717133551 [v3-1-test] Make elasticsearch compatible with 
remote_task_log (#62121) (#62940)
     add d12f014756f [v3-1-test] fix: always include kid in JWT header for 
symmetric key tokens (#62883) (#62943)
     add fc9ca47e5e9 Update version to 3.1.8
     add 5c9eb106e92 Update RELEASE_NOTES.rst

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   (898d1e5e515)
            \
             N -- N -- N   refs/heads/changes-3.1.8rc1 (5c9eb106e92)

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.

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.rst                                  |  8 ++++
 .../docs/core-concepts/auth-manager/index.rst      |  3 +-
 airflow-core/src/airflow/api_fastapi/app.py        | 10 +++++
 .../auth/managers/simple/routes/login.py           |  2 +
 .../auth/managers/simple/ui/src/login/Login.tsx    | 25 ++++++++++--
 .../api_fastapi/auth/middlewares/refresh_token.py  |  3 +-
 .../src/airflow/api_fastapi/auth/tokens.py         | 10 ++---
 .../api_fastapi/core_api/routes/public/auth.py     |  2 +
 .../src/airflow/api_fastapi/core_api/security.py   |  9 ++++-
 .../api_fastapi/execution_api/routes/hitl.py       |  8 +++-
 .../config_templates/airflow_local_settings.py     | 38 ++++++++-----------
 .../ui/src/pages/DagsList/AssetSchedule.tsx        | 44 ++++++++++++++++++----
 .../src/airflow/utils/log/file_task_handler.py     | 11 +++++-
 .../auth/middlewares/test_refresh_token.py         | 31 +++++++++++++++
 .../tests/unit/api_fastapi/auth/test_tokens.py     | 24 ++++++++++++
 .../core_api/routes/public/test_auth.py            | 15 ++++++++
 .../unit/api_fastapi/core_api/test_security.py     |  6 +--
 airflow-core/tests/unit/api_fastapi/test_app.py    | 22 +++++++++++
 pyproject.toml                                     |  4 +-
 reproducible_build.yaml                            |  4 +-
 scripts/ci/prek/update_airflow_pyproject_toml.py   |  1 +
 21 files changed, 229 insertions(+), 51 deletions(-)

Reply via email to