Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog with Python 3.9 support. #16918

Merged
merged 1 commit into from Jul 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.txt
@@ -1,4 +1,4 @@
Airflow 2.1.2, 2021-07-10
Airflow 2.1.2, 2021-07-13
-------------------------

Bug Fixes
Expand All @@ -10,14 +10,18 @@ Bug Fixes
- Mask value if the key is ``token`` (#16474)
- Fix impersonation issue with ``LocalTaskJob`` (#16852)

Misc
""""

- Add Python 3.9 support (#15515)


Airflow 2.1.1, 2021-07-02
-------------------------

Bug Fixes
"""""""""


- Don't crash attempting to mask secrets in dict with non-string keys (#16601)
- Always install sphinx_airflow_theme from ``PyPI`` (#16594)
- Remove limitation for elasticsearch library (#16553)
Expand Down