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

ephraimanierobi pushed a change to branch v3-1-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 406a0785987 Update RELEASE_NOTES.rst
     add 9d9b7bcfdba [v3-1-test] Fix inconsistent Dag hashes when template 
fields contain unordered dicts (#59091) (#59175)
     add 696c6ffb155 Revert "Find only relevant up/downstream tis when clearing 
(#57758) (#58987)"
     add 5f2ed48ee45 [v3-1-test] Update release candidate commands (#59186) 
(#59187)
     add 42984c5926c Handle invalid token in `JWTRefreshMiddleware` (#56904)
     add a67604716d7 Fix refresh token middleware error handling (#56892)
     add 60f6b2ca985 Update RELEASE_NOTES.rst for rc2

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.rst                                  |   5 +-
 .../api_fastapi/auth/middlewares/refresh_token.py  |  45 ++--
 .../core_api/routes/public/task_instances.py       |  60 ++---
 .../example_dags/example_dynamic_task_mapping.py   |  32 +--
 airflow-core/src/airflow/models/taskinstance.py    | 246 +++++++--------------
 airflow-core/src/airflow/serialization/helpers.py  |  14 ++
 .../auth/middlewares/test_refresh_token.py         |  28 ++-
 .../core_api/routes/public/test_task_instances.py  |  21 --
 .../tests/unit/models/test_serialized_dag.py       |  53 +++++
 .../tests/unit/models/test_taskinstance.py         |  54 -----
 dev/README_RELEASE_AIRFLOW.md                      |   2 +-
 .../commands/release_candidate_command.py          |  29 ++-
 reproducible_build.yaml                            |   4 +-
 13 files changed, 252 insertions(+), 341 deletions(-)

Reply via email to