pierrejeambrun commented on code in PR #29978:
URL: https://github.com/apache/airflow/pull/29978#discussion_r1130205154


##########
RELEASE_NOTES.rst:
##########
@@ -21,6 +21,113 @@
 
 .. towncrier release notes start
 
+Airflow 2.5.2 (2023-03-13)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+The date-time fields passed as API parameters or Params should be 
RFC3339-compliant (#29395)
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+  In case of API calls, it was possible that "+" passed as part of the 
date-time fields were not URL-encoded, and
+  such date-time fields could pass validation. Such date-time parameters 
should now be URL-encoded (as ``%2B``).
+
+  In case of parameters, we still allow IS8601-compliant date-time (so for 
example it is possible that
+  ' ' was used instead of ``T`` separating date from time and no timezone was 
specified) but we raise
+  deprecation warning. (#29395)

Review Comment:
   Fixed



-- 
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]

Reply via email to