This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 88a85296edaa08ad96fa2500f3a9fa65f6025fd1 Author: Kaxil Naik <[email protected]> AuthorDate: Wed Dec 2 15:25:02 2020 +0000 Add Changelog for 1.10.14 --- CHANGELOG.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b818fef..4922987 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,32 @@ +Airflow 1.10.14, 2020-12-05 +---------------------------- + +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) + + +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) + +Doc only changes +"""""""""""""""" + +- Clarified information about supported Databases + + Airflow 1.10.13, 2020-11-24 ----------------------------
