Add Changes to CHANGELOG
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8c9a3c0..b5a0ef1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-Airflow 1.10.2, 2019-01-17
+Airflow 1.10.2, 2019-01-19
--------------------------
New features
@@ -34,6 +34,8 @@
- [AIRFLOW-3220] Add Instance Group Manager Operators for GCE (#4167)
- [AIRFLOW-2882] Add import and export for pool cli using JSON
- [AIRFLOW-2965] CLI tool to show the next execution datetime (#3834)
+- [AIRFLOW-2874] Enables FAB's theme support (#3719)
+- [AIRFLOW-3336] Add new TriggerRule for 0 upstream failures (#4182)
Improvements
""""""""""""
@@ -133,6 +135,13 @@
- [Airflow 2782] Upgrades Dagre D3 version to latest possible
- [Airflow 2783] Implement eslint for JS code check (#3641)
- [AIRFLOW-2805] Display multiple timezones on UI (#3687)
+- [AIRFLOW-3302] Small CSS fixes (#4140)
+- [Airflow-2766] Respect shared datetime across tabs
+- [AIRFLOW-2776] Compress tree view JSON
+- [AIRFLOW-2407] Use feature detection for reload() (#3298)
+- [AIRFLOW-3452] Removed an unused/dangerous display-none (#4295)
+- [AIRFLOW-3348] Update run statistics on dag refresh (#4197)
+- [AIRFLOW-3125] Monitor Task Instances creation rates (#3966)
Bug fixes
@@ -205,6 +214,17 @@
- [AIRFLOW-3690] Fix bug to set state of a task for manually-triggered DAGs (#4504)
- [AIRFLOW-3319] KubernetsExecutor: Need in try_number in labels if getting them later (#4163)
- [AIRFLOW-3724] Fix the broken refresh button on Graph View in RBAC UI
+- [AIRFLOW-3732] Fix issue when trying to edit connection in RBAC UI
+- [AIRFLOW-2866] Fix missing CSRF token head when using RBAC UI (#3804)
+- [AIRFLOW-3259] Fix internal server error when displaying charts (#4114)
+- [AIRFLOW-3271] Fix issue with persistence of RBAC Permissions modified via UI (#4118)
+- [AIRFLOW-3141] Handle duration View for missing dag (#3984)
+- [AIRFLOW-2766] Respect shared datetime across tabs
+- [AIRFLOW-1413] Fix FTPSensor failing on error message with unexpected (#2450)
+- [AIRFLOW-3378] KubernetesPodOperator does not delete on timeout failure (#4218)
+- [AIRFLOW-3245] Fix list processing in resolve_template_files (#4086)
+- [AIRFLOW-2703] Catch transient DB exceptions from scheduler's heartbeat it does not crash (#3650)
+- [AIRFLOW-1298] Clear UPSTREAM_FAILED using the clean cli (#3886)
Doc-only changes
""""""""""""""""
@@ -236,6 +256,17 @@
- [AIRFLOW-3696] Add Version info to Airflow Documentation (#4512)
- [AIRFLOW-XXX] Correct Typo in sensor's exception (#4545)
- [AIRFLOW-XXX] Fix a typo of config (#4544)
+- [AIRFLOW-XXX] Fix BashOperator Docstring (#4052)
+- [AIRFLOW-3018] Fix Minor issues in Documentation
+- [AIRFLOW-XXX] Fix Minor issues with Azure Cosmos Operator (#4289)
+- [AIRFLOW-3382] Fix incorrect docstring in DatastoreHook (#4222)
+- [AIRFLOW-XXX] Fix copy&paste mistake (#4212)
+- [AIRFLOW-3260] Correct misleading BigQuery error (#4098)
+- [AIRFLOW-XXX] Fix Typo in SFTPOperator docstring (#4016)
+- [AIRFLOW-XXX] Fixing the issue in Documentation (#3998)
+- [AIRFLOW-XXX] Fix undocumented params in S3_hook
+- [AIRFLOW-XXX] Fix SlackWebhookOperator execute method comment (#3963)
+- [AIRFLOW-3070] Refine web UI authentication-related docs (#3863)
Airflow 1.10.1, 2018-11-13
--------------------------