This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2c43ca3ede0d6c3e4090fe0cbd799f72e256c951 Author: Ephraim Anierobi <[email protected]> AuthorDate: Wed Aug 9 07:55:58 2023 +0100 Update RELEASE_NOTES.rst --- RELEASE_NOTES.rst | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 24c927764f..2883cdf47b 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -165,11 +165,14 @@ New Features Improvements """""""""""" +- Configurable health check threshold for triggerer (#33089, #33084) +- Add documentation generation for CLI commands from executors (#33081, #33143, #33081) +- add dag_run_ids and task_ids filter for the batch task instance API endpoint (#32705) - Ensure DAG-level references are filled on unmap (#33083) - Add support for arrays of different data types in the Trigger Form UI (#32734) - Always show gantt and code tabs (#33029) - Move listener success hook to after SQLAlchemy commit (#32988) -- Rename ``db upgrade`` to ``db migrate`` and add ``connections create-default-connections`` (#32810) +- Rename ``db upgrade`` to ``db migrate`` and add ``connections create-default-connections`` (#32810, #33136) - Remove old gantt chart and redirect to grid views gantt tab (#32908) - Adjust graph zoom based on selected task (#32792) - Call listener on_task_instance_running after rendering templates (#32716) @@ -214,6 +217,12 @@ Improvements Bug Fixes """"""""" +- Fix ``virtualenv`` detection for Python ``virtualenv`` operator (#33223) +- Correctly log when there are problems trying to ``chmod`` ``airflow.cfg`` (#33118) +- Pass app context to webserver_config.py (#32759) +- Skip served logs for non-running task try (#32561) +- Fix reload gunicorn workers (#32102) +- Fix future DagRun rarely triggered by race conditions when ``max_active_runs`` reached its upper limit. (#31414) - Fix BaseOperator ``get_task_instances`` query (#33054) - Fix issue with using the various state enum value in logs (#33065) - Use string concatenation to prepend base URL for log_url (#33063) @@ -262,6 +271,14 @@ Bug Fixes Misc/Internal """"""""""""" +- For now limit ``Pydantic`` to ``< 2.0.0`` (#33235) +- Refactor: Simplify code in models (#33181) +- Add elasticsearch group to pre-2.7 defaults (#33166) +- Refactor: Simplify dict manipulation in airflow/cli (#33159) +- Remove redundant dict.keys() call (#33158) +- Upgrade ruff to latest 0.0.282 version in pre-commits (#33152) +- Move openlineage configuration to provider (#33124) +- Replace State by TaskInstanceState in Airflow executors (#32627) - Get rid of Python 2 numeric relics (#33050) - Remove legacy dag code (#33058) - Remove legacy task instance modal (#33060) @@ -304,7 +321,8 @@ Misc/Internal Docs only changes """"""""""""""""" -- Documentation change to enhance readability (#33006) +- Add links to ``DAGRun / DAG / Task`` in templates-ref.rst (#33013) +- Add example for list-import-errors as a CI check (#32811) - Clean-up of our new security page (#32951) - Cleans up Extras reference page (#32954) - Update Dag trigger API and command docs (#32696)
