Skip to content

Commit

Permalink
Add Changelog for 1.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Dec 3, 2020
1 parent 0ce9e18 commit 9b909b7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Airflow 1.10.14, 2020-12-07
----------------------------

Bug Fixes
"""""""""

- BugFix: Tasks with ``depends_on_past`` or ``task_concurrency`` are stuck (#12663)
- Fix issue with empty Resources in executor_config (#12633)
- Fix: Deprecated config ``force_log_out_after`` was not used (#12661)
- Fix empty asctime field in JSON formatted logs (#10515)
- [AIRFLOW-2809] Fix security issue regarding Flask SECRET_KEY (#3651)
- [AIRFLOW-2884] Fix Flask SECRET_KEY security issue in www_rbac (#3729)
- [AIRFLOW-2886] Generate random Flask SECRET_KEY in default config (#3738)
- Add missing coma in setup.py (#12790)

Improvements
""""""""""""

- Update setup.py to get non-conflicting set of dependencies (#12636)
- Rename ``[scheduler] max_threads`` to ``[scheduler] parsing_processes`` (#12605)
- Add metric for scheduling delay between first run task & expected start time (#9544)
- Add new-style 2.0 command names for Airflow 1.10.x (#12725)
- Add Kubernetes cleanup-pods CLI command for Helm Chart (#11802)
- Don't let webserver run with dangerous config (#12747)
- Replace pkg_resources with importlib.metadata to avoid VersionConflict errors (#12694)

Doc only changes
""""""""""""""""

- Clarified information about supported Databases


Airflow 1.10.13, 2020-11-24
----------------------------

Expand Down

0 comments on commit 9b909b7

Please sign in to comment.