vatsrahul1001 opened a new pull request, #68611:
URL: https://github.com/apache/airflow/pull/68611

   This consolidates the unreleased Execution API (Cadwyn) versions before the 
3.3.0 release, following the same process as #64480 (3.2.0) and #49116.
   
   The `2026-06-16` and `2026-06-30` versions were both added after 3.2.0 
(whose collapsed HEAD was `2026-04-06`) and have not shipped in any released 
Airflow version. Per the [release 
guide](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md#collapse-cadwyn-migrations),
 unreleased Cadwyn migrations between the last released version and the 
tentative release date are collapsed before the release.
   
   What this PR does:
   - Merges the four `VersionChange` classes from `2026-06-16` 
(`AddRetryPolicyFields`, `AddTeamNameField`, `AddAssetsByAliasEndpoint`, 
`AddTaskAndAssetStateStoreEndpoints`) into the single `2026-06-30` version, 
alongside its existing four (`AddVariableKeysEndpoint`, 
`AddConnectionTestEndpoint`, `AddTaskInstanceQueueField`, 
`AddAwaitingInputStatePayload`).
   - Removes the `v2026_06_16.py` version file and its registration in 
`versions/__init__.py`.
   - Points the version-gated tests at the new previous version (`2026-04-06`).
   
   HEAD is unchanged, so the Task SDK generated datamodels (`API_VERSION = 
"2026-06-30"`) are unaffected.
   
   Note: the separate Task SDK supervisor wire-schema bundle 
(`task-sdk/.../execution_time/schema/versions`) still has a single unreleased 
`2026-06-16` version. It has no intermediate migrations to collapse and is out 
of scope for this step ("execution api for now" per the guide); its date can be 
addressed separately if desired.
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes (please specify the tool below)
   
   <!--
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   -->
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to