@@ -21,7 +21,7 @@ Improvements
2121- [AIRFLOW-1523] Clicking on Graph View should display related DAG run (#5866)
2222- [AIRFLOW-5027] Generalized CloudWatch log grabbing for ECS and SageMaker operators (#5645)
2323- [AIRFLOW-5244] Add all possible themes to default_webserver_config.py (#5849)
24- - [AIRFLOW-5245] Tracks no tasks in the scheduler (#5853)
24+ - [AIRFLOW-5245] Add more metrics around the scheduler (#5853)
2525- [AIRFLOW-5048] Improve display of Kubernetes resources (#5665)
2626- [AIRFLOW-5284] Replace deprecated log.warn by log.warning (#5881)
2727- [AIRFLOW-5276] Remove unused helpers from airflow.utils.helpers (#5878)
@@ -48,6 +48,10 @@ Bug fixes
4848- [AIRFLOW-1772] Google Updated Sensor doesnt work with CRON expressions (#5730)
4949- [AIRFLOW-5085] When you run kubernetes git-sync test from TAG, it fails (#5699)
5050- [AIRFLOW-5258] ElasticSearch log handler, has 2 times of hours (%H and %I) in _clean_execution_dat (#5864)
51+ - [AIRFLOW-5348] Escape Label in deprecated chart view when set via JS (#5952)
52+ - [AIRFLOW-5357] Fix Content-Type for exported variables.json file (#5963)
53+ - [AIRFLOW-5109] Fix process races when killing processes (#5721)
54+ - [AIRFLOW-5240] Latest version of Kombu is breaking airflow for py2
5155
5256Misc/Internal
5357"""""""""""""
@@ -79,6 +83,12 @@ Misc/Internal
7983- [AIRFLOW-5329] Easy way to add local files to docker (#5933)
8084- [AIRFLOW-4027] Make experimental api tests more stateless (#4854)
8185
86+ Doc-only changes
87+ """"""""""""""""
88+ - [AIRFLOW-XXX] Fixed Azkaban link (#5865)
89+ - [AIRFLOW-XXX] Remove duplicate lines from CONTRIBUTING.md (#5830)
90+ - [AIRFLOW-XXX] Fix incorrect docstring parameter in SchedulerJob (#5729)
91+
8292Airflow 1.10.4, 2019-08-04
8393----------------------------
8494
0 commit comments