Skip to content

Commit

Permalink
Add changelog for 2.2.3rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Dec 14, 2021
1 parent 4989eea commit 06c82e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Airflow 2.2.3, 2021-12-14
Airflow 2.2.3, 2021-12-20
-------------------------

Bug Fixes
"""""""""

- Lazy Jinja2 context (#20217)
- Exclude ``snowflake-sqlalchemy`` v1.2.5 (#20245)
- Move away from legacy ``importlib.resources`` API (#19091)
- Move setgid as the first command executed in forked task runner (#20040)
- Fix race condition when starting ``DagProcessorAgent`` (#19935)
- Limit ``httpx`` to <0.20.0 (#20218)
- Log provider import errors as debug warnings (#20172)
- Bump minimum required ``alembic`` version (#20153)
- Fix log link in gantt view (#20121)
Expand Down Expand Up @@ -37,6 +43,7 @@ Bug Fixes
Doc only changes
""""""""""""""""

- Warn without tracebacks when example_dags are missing deps (#20295)
- Deferrable operators doc clarification (#20150)
- Ensure the example DAGs are all working (#19355)
- Updating core example DAGs to use TaskFlow API where applicable (#18562)
Expand Down

0 comments on commit 06c82e1

Please sign in to comment.