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

husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 796699b0d8 Update version_added field for config that are released in 
2.10 (#41530)
796699b0d8 is described below

commit 796699b0d858db32ab075904731d97d3034433a3
Author: Utkarsh Sharma <[email protected]>
AuthorDate: Fri Aug 16 18:26:58 2024 +0530

    Update version_added field for config that are released in 2.10 (#41530)
---
 airflow/config_templates/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/config_templates/config.yml 
b/airflow/config_templates/config.yml
index 71bcf0abbd..8b06a68021 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -682,7 +682,7 @@ database:
         Improper configuration of sql_alchemy_session_maker can lead to 
serious issues,
         including data corruption, unrecoverable application crashes. Please 
review the SQLAlchemy
         documentation for detailed guidance on proper configuration and best 
practices.
-      version_added: 2.9.4
+      version_added: 2.10.0
       type: string
       example: 'airflow_local_settings._sessionmaker'
       default: ~

Reply via email to