You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/03/22 19:47:08 UTC

[airflow] 31/31: Add 2.2.5 to CHANGELOG.txt and UPDATING.md

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

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

commit b50aae1c4d645047fd545fe9a511ab64a22eac53
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Tue Mar 22 20:45:06 2022 +0100

    Add 2.2.5 to CHANGELOG.txt and UPDATING.md
---
 CHANGELOG.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cb50c54..636077b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,39 @@
+Airflow 2.2.4, 2022-03-25
+-------------------------
+
+bug-fix
+"""""""
+- Fix Tasks getting stuck in scheduled state (#19747)
+- Reduce DB load incurred by Stale DAG deactivation (#21399)
+- Fix race condition between triggerer and scheduler (#21316)
+- Log traceback in trigger excs (#21213)
+- Fix duplicate trigger creation race condition (#20699)
+- Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is set to true. (#19491)
+- Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
+- fix: Update custom connection field processing (#20883)
+- A trigger might use a connection; make sure we mask passwords (#21207)
+- Fix max_active_runs=1 not scheduling runs when min_file_process_interval is high (#21413)
+- Fix Resources __eq__ check (#21442)
+- Filter out default configs when overrides exist. (#21539)
+- Fix logging JDBC SQL error when task fails (#21540)
+- Disable default_pool delete on web ui (#21658)
+- Log exception in local executor (#21667)
+- Correctly handle multiple '=' in LocalFileSystem secrets. (#21694)
+- Fix stray order_by(TaskInstance.execution_date) (#21705)
+- Fix filesystem sensor for directories (#21729)
+- Fix graph autorefresh on page load (#21736)
+- Fix triggerer --capacity parameter (#21753)
+- Fix assignment of unassigned triggers (#21770)
+- Fix incorrect data provided to tries & landing times charts (#21928)
+
+doc-only
+""""""""
+- adding `on_execute_callback` to callbacks docs (#22362)
+- Add documentation on specifying a DB schema. (#22347)
+- Fix postgres part of pipeline example of tutorial (#21586)
+- Extend documentation for states of DAGs & tasks and update trigger rules docs (#21382)
+- DB upgrade is required when updating Airflow (#22061)
+
 Airflow 2.2.4, 2021-02-22
 -------------------------