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

ephraimanierobi 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 8bfad056d8 Add a note to ``Signicant Changes`` in 2.6.3 
RELEASE_NOTES.rst (#33047)
8bfad056d8 is described below

commit 8bfad056d8ef481cc44288c5749fa5c54efadeaa
Author: jkramer-ginkgo <[email protected]>
AuthorDate: Thu Aug 3 01:57:33 2023 -0400

    Add a note to ``Signicant Changes`` in 2.6.3 RELEASE_NOTES.rst (#33047)
---
 RELEASE_NOTES.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 1b491e365f..d231cc864f 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -27,7 +27,10 @@ Airflow 2.6.3 (2023-07-10)
 Significant Changes
 ^^^^^^^^^^^^^^^^^^^
 
-No significant changes.
+Default allowed pattern of a run_id has been changed to 
``^[A-Za-z0-9_.~:+-]+$`` (#32293).
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+Previously, there was no validation on the run_id string. There is now a 
validation regex that
+can be set by configuring ``allowed_run_id_pattern`` in ``scheduler`` section.
 
 Bug Fixes
 """""""""

Reply via email to