jscheffl commented on code in PR #67920: URL: https://github.com/apache/airflow/pull/67920#discussion_r3344504612
########## 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: Propose to beautify ```suggestion * ``Clarify WorkerQueuesBase.team_name is an experimental hint, cross-ref workload.rst (#66718)`` ``` -- 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]
