potiuk commented on code in PR #67920: URL: https://github.com/apache/airflow/pull/67920#discussion_r3344814216
########## providers/edge3/docs/changelog.rst: ########## @@ -27,6 +27,42 @@ Changelog --------- +3.8.0 +..... + +.. note:: + This release of the Edge provider requires Apache Airflow 3.3+; the new execute-callback worker support (#67679) relies on APIs available only in Airflow 3.3 and later. + +Features +~~~~~~~~ + +* ``Fix edge executor to support handling execute callback workload (#67679)`` + +Misc +~~~~ + +* ``Fix exceptions of positional session use in Edge provider (2) (#67812)`` +* ``Bump the edge-ui-package-updates group across 1 directory with 16 updates (#67740)`` +* ``Fix exceptions of positional session use in Edge provider (#67661)`` +* ``Replace Sphinx Redoc with Swagger API Docs (#67390)`` Review Comment: Moved `Replace Sphinx Redoc with Swagger API Docs (#67390)` to the **Doc-only** section. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting ########## providers/edge3/docs/changelog.rst: ########## @@ -27,6 +27,42 @@ Changelog --------- +3.8.0 +..... + +.. note:: + This release of the Edge provider requires Apache Airflow 3.3+; the new execute-callback worker support (#67679) relies on APIs available only in Airflow 3.3 and later. + +Features +~~~~~~~~ + +* ``Fix edge executor to support handling execute callback workload (#67679)`` + +Misc +~~~~ + +* ``Fix exceptions of positional session use in Edge provider (2) (#67812)`` +* ``Bump the edge-ui-package-updates group across 1 directory with 16 updates (#67740)`` +* ``Fix exceptions of positional session use in Edge provider (#67661)`` +* ``Replace Sphinx Redoc with Swagger API Docs (#67390)`` +* ``Add prek hook to enforce HTTPException is imported from fastapi (#67367)`` +* ``Remove dead auth code from Airflow2 times in Edge (#67374)`` +* ``Add prek hook enforcing the "example" tag on example DAGs (#67354)`` + +Doc-only +~~~~~~~~ + +* ``Correct README.rst common compat version reference inconsistency (#67554)`` +* ``Add some more clarifications on edge roles (#67379)`` +* ``docs(edge3): clarify WorkerQueuesBase.team_name is an experimental hint, cross-ref workload.rst (#66718)`` Review Comment: Done — `Clarify WorkerQueuesBase.team_name is an experimental hint, cross-ref workload.rst (#66718)`. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting ########## providers/google/docs/changelog.rst: ########## @@ -27,6 +27,42 @@ Changelog --------- +22.1.0 +...... + +Features +~~~~~~~~ + +* ``feat: add idle/auto stop TTLs and master/worker instance flexibility … (#65653)`` Review Comment: Done — `Add idle/auto stop TTLs and master/worker instance flexibility … (#65653)`. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting ########## providers/openlineage/docs/changelog.rst: ########## @@ -26,6 +26,34 @@ Changelog --------- +2.18.0 +...... + +Features +~~~~~~~~ + +* ``Openlineage: Read HTTP API key auth from Airflow connection (#66342)`` + +Bug Fixes +~~~~~~~~~ + +* ``fix(openlineage): self-heal ProcessPoolExecutor on BrokenProcessPool (#67400)`` Review Comment: Done — `Self-heal ProcessPoolExecutor on BrokenProcessPool (#67400)`. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting ########## providers/amazon/docs/changelog.rst: ########## @@ -26,6 +26,44 @@ Changelog --------- +9.30.0 +...... + +Features +~~~~~~~~ + +* ``Add 'GlueCatalogBatchDeletePartitionOperator' (#66721)`` +* ``Fix inconsistency in S3 transfer operators (#67378)`` Review Comment: Agreed — moved `Fix inconsistency in S3 transfer operators (#67378)` to **Bug Fixes**. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting -- 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]
