utkarsharma2 commented on code in PR #40546:
URL: https://github.com/apache/airflow/pull/40546#discussion_r1670079496


##########
RELEASE_NOTES.rst:
##########
@@ -21,6 +21,68 @@
 
 .. towncrier release notes start
 
+Airflow 2.9.3 (2024-07-02)

Review Comment:
   Updated in the RELEASE_NOTES.rst



##########
RELEASE_NOTES.rst:
##########
@@ -21,6 +21,68 @@
 
 .. towncrier release notes start
 
+Airflow 2.9.3 (2024-07-02)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+Time unit for ``scheduled_duration`` and ``queued_duration`` changed (#37936)
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+``scheduled_duration`` and ``queued_duration`` metrics are now emitted in 
milliseconds instead of seconds.
+
+By convention all statsd metrics should be emitted in milliseconds, this is 
later expected in e.g. ``prometheus`` statsd-exporter.
+
+
+Support for OpenTelemetry Metrics is no longer "Experimental" (#40286)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+Official support for OpenTelemetry
+
+
+
+Bug Fixes
+"""""""""
+- Fix calendar view scroll (#40458)
+- Validating provider description for urls in provider list view (#40475)
+- Fix compatibility with old MySQL 8.0 (#40314)
+- Fix dag (un)pausing won't work on environment where dag files are missing 
(#40345)
+- Extra being passed to SQLalchemy (#40391)
+- Handle unsupported operand int + str when value of tag is int (job_id) 
(#40407)
+- Fix TriggeredDagRunOperator triggered link (#40336)
+- Add ``[webserver]update_fab_perms`` to deprecated configs (#40317)
+- Swap dag run link from legacy graph to grid with graph tab (#40241)
+- Change ``httpx`` to ``requests`` in ``file_task_handler`` (#39799)
+- Fix import future annotations in venv jinja template (#40208)
+- Ensures DAG params order regardless of backend (#40156)
+- Fix highlight of example code in dags.rst (#40114)

Review Comment:
   Updated in the RELEASE_NOTES.rst



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to