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

ephraimanierobi pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 786ae6bf332b1dd5ad193ccadb7bac110d3ecf66
Author: Ephraim Anierobi <splendidzig...@gmail.com>
AuthorDate: Tue Dec 5 11:31:27 2023 +0100

    Update RELEASE_NOTES.rst
---
 RELEASE_NOTES.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index b2c1c20a64..0657776984 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -41,6 +41,8 @@ Significant Changes
 New Features
 """"""""""""
 - AIP-58: Add Airflow ObjectStore (AFS) (`AIP-58 
<https://github.com/apache/airflow/pulls?q=is%3Apr+is%3Amerged+label%3AAIP-58+milestone%3A%22Airflow+2.8.0%22>`_)
+- Add XCom tab to Grid (#35719)
+- Add a public interface for custom ``weight_rule`` implementation (#35210)
 - Add "literal" wrapper to disable field templating (#35017)
 - Add task context logging feature to allow forwarding messages to task logs 
(#32646, #32693, #35857)
 - Add Listener hooks for Datasets (#34418)
@@ -63,6 +65,13 @@ New Features
 
 Improvements
 """"""""""""
+- Add multiselect to run state in grid view (#35403)
+- Fix warning message in ``Connection.get_hook`` in case of ImportError 
(#36005)
+- Add processor_subdir to import_error table to handle multiple dag processors 
(#35956)
+- Consolidate the call of change_state to fail or success in the core 
executors (#35901)
+- Relax mandatory requirement for start_date when schedule=None (#35356)
+- Use ExitStack to manage mutation of secrets_backend_list in dag.test (#34620)
+- improved visibility of tasks in ActionModal for taskInstance (#35810)
 - Create directories based on ``AIRFLOW_CONFIG`` path (#35818)
 - Implements ``JSON-string`` connection representation generator (#35723)
 - Move ``BaseOperatorLink`` into the separate module (#35032)
@@ -122,6 +131,13 @@ Improvements
 
 Bug Fixes
 """""""""
+- Update ``reset_user_sessions`` to work from either CLI or web (#36056)
+- Fix UI Grid error when DAG has been removed. (#36028)
+- Use dropdown instead of buttons when there are more than 10 retries in log 
tab (#36025)
+- Change Trigger UI to use HTTP POST in web ui (#36026)
+- Fix airflow db shell needing an extra keypress to exit (#35982)
+- Change dag grid overscroll behaviour to auto (#35717)
+- Run triggers inline with dag test (#34642)
 - Add ``borderWidthRight`` to grid for Firefox ``scrollbar`` (#35346)
 - Fix for infinite recursion due to secrets_masker (#35048)
 - Fix write ``processor_subdir`` in serialized_dag table (#35661)
@@ -146,6 +162,9 @@ Bug Fixes
 
 Misc/Internal
 """""""""""""
+- Bump FAB to ``4.3.10`` (#35991)
+- Mark daskexecutor provider as removed (#35965)
+- Rename ``Connection.to_json_dict`` to ``Connection.to_dict`` (#35894)
 - Upgrade to Pydantic v2 (#35551)
 - Bump ``moto`` version to ``>= 4.2.9`` (#35687)
 - Use ``pyarrow-hotfix`` to mitigate CVE-2023-47248 (#35650)
@@ -177,6 +196,7 @@ Misc/Internal
 
 Doc Only Changes
 """"""""""""""""
+- Add the section describing the security model of DAG Author capabilities 
(#36022)
 - Enhance docs for zombie tasks (#35825)
 - Reflect drop/add support of DB Backends versions in documentation (#35785)
 - More detail on mandatory task arguments (#35740)

Reply via email to