Skip to content

Commit

Permalink
Add 2.2.5 to CHANGELOG.txt and UPDATING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy committed Mar 23, 2022
1 parent 0ff71fe commit ef70b89
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
Airflow 2.2.5, 2022-03-28
-------------------------

Bug Fixes
"""""""""
- Reduce DB load incurred by Stale DAG deactivation (#21399)
- Ensure ``clear_task_instances`` sets valid run state (#21116)
- Update ``ExternalTaskSensorLink`` to handle templated ``external_dag_id`` (#21192)
- Fix trigger dag redirect from task instance log view (#21239)
- Dispose unused connection pool (#21565)
- extends typing-extensions to be installed with python 3.8+ #21566 (#21567)
- Truncate stack trace to DAG user code for exceptions raised during execution (#20731)
- Fix: Do not render undefined graph edges (#19684)
- Fix Tasks getting stuck in scheduled state (#19747)
- Fix race condition between triggerer and scheduler (#21316)
- Log traceback in trigger execs (#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 changes
""""""""""""""""
- 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, 2022-02-22
-------------------------

Expand Down
5 changes: 5 additions & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ assists users migrating to a new version.
**Table of contents**

- [Main](#main)
- [Airflow 2.2.5](#airflow-225)
- [Airflow 2.2.4](#airflow-224)
- [Airflow 2.2.3](#airflow-223)
- [Airflow 2.2.2](#airflow-222)
Expand Down Expand Up @@ -81,6 +82,10 @@ https://developers.google.com/style/inclusive-documentation
-->

## Airflow 2.2.5

No breaking changes.

## Airflow 2.2.4

### Smart sensors deprecated
Expand Down

0 comments on commit ef70b89

Please sign in to comment.