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

vatsrahul1001 pushed a change to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 7318cd901cb Add 3.3.0 release notes
 discard 7eb6f200bd5 Update version to 3.3.0
 discard 3bf5c4b5869 Update default branches for 3-3
     add f6bd8b48d29 Add team_name tag to scheduler metrics for multi-team 
deployments (#68594)
     add 86a75201759 Fix task runner failure on duplicate TI success update 
conflict (#63355)
     add 826999928ae Add agent guidance to comment sparingly (#68640)
     add 58480dd8386 Fix common.ai example DAGs failing to parse without the 
sql extra (#68497)
     add b191f539330 Add team_name tag to deadline metrics for multi-team 
deployments (#68589)
     add 9d92c221454 Warn release managers to verify 
prepare-providers-documentation output (#68641)
     add a42fdb94ea3 Sync uv.lock and provider-deps checksum for #66612 (#68620)
     add 7e9bdb245e0 Remove dead AIP-44 trigger-over-BaseSerialization path 
(DAT.BASE_TRIGGER) (#68528)
     add 5129c1f0d0e Fix flaky shared-stream overflow test that times out in CI 
(#68651)
     new 638772b68c0 Update default branches for 3-3
     new ce24c9309f8 Update version to 3.3.0
     new ee9ca6f4ddd Add 3.3.0 release notes

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   (7318cd901cb)
            \
             N -- N -- N   refs/heads/v3-3-test (ee9ca6f4ddd)

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:
 .github/instructions/code-review.instructions.md   |   2 +-
 AGENTS.md                                          |   1 +
 RELEASE_NOTES.rst                                  |   3 +
 .../execution_api/routes/task_instances.py         |  28 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |  63 ++-
 airflow-core/src/airflow/models/deadline.py        |  23 +-
 .../src/airflow/serialization/definitions/dag.py   |  11 +-
 airflow-core/src/airflow/serialization/enums.py    |   1 -
 .../airflow/serialization/serialized_objects.py    |  17 +-
 .../versions/head/test_task_instances.py           |  56 +++
 airflow-core/tests/unit/jobs/test_scheduler_job.py | 100 +++++
 airflow-core/tests/unit/models/test_deadline.py    | 120 ++++++
 .../unit/serialization/test_serialized_objects.py  |  32 +-
 .../tests/unit/triggers/test_shared_stream.py      |   9 +
 dev/README_RELEASE_PROVIDERS.md                    |  20 +-
 generated/provider_dependencies.json.sha256sum     |   2 +-
 .../common/ai/example_dags/example_agent.py        | 162 ++++----
 .../ai/example_dags/example_agent_capabilities.py  |  57 +--
 .../ai/example_dags/example_agent_durable.py       | 102 ++---
 .../common/ai/example_dags/example_agent_skills.py |  49 ++-
 .../common/ai/example_dags/example_llm_sql.py      | 251 ++++++------
 .../ai/example_dags/example_llm_survey_agentic.py  | 241 +++++------
 .../ai/example_dags/example_llm_survey_analysis.py | 450 +++++++++++----------
 reproducible_build.yaml                            |   4 +-
 uv.lock                                            |  16 +-
 25 files changed, 1104 insertions(+), 716 deletions(-)

Reply via email to