|
1 | | -Airflow 1.10.4, - 2019-07-04 |
| 1 | +Airflow 1.10.4, - 2019-07-18 |
2 | 2 | ---------------------------- |
3 | 3 |
|
4 | 4 | New Features |
5 | 5 | """""""""""" |
| 6 | +- [AIRFLOW-4884] Roll up import_errors in RBAC UI (#5516) |
6 | 7 | - [AIRFLOW-4871] Allow creating DagRuns via RBAC UI (#5507) |
7 | 8 | - [AIRFLOW-4591] Make default_pool a real pool (#5349) |
8 | 9 | - [AIRFLOW-4844] Add optional is_paused_upon_creation argument to DAG (#5473) |
@@ -46,6 +47,15 @@ New Features |
46 | 47 |
|
47 | 48 | Improvement |
48 | 49 | """"""""""" |
| 50 | +- [AIRFLOW-4797] Improve performance and behaviour of zombie detection (#5511) |
| 51 | +- [AIRFLOW-4911] Silence the FORBIDDEN errors from the KubernetesExecutor (#5547) |
| 52 | +- [AIRFLOW-3495] Validate one of query and query_uri passed to DataProcSparkSqlOperator (#5510) |
| 53 | +- [AIRFLOW-4925] Improve css style for Variables Import file field (#5552) |
| 54 | +- [AIRFLOW-4906] Improve debugging for the SparkSubmitHook (#5542) |
| 55 | +- [AIRFLOW-4904] unittest.cfg name and path can be overriden by setting $AIRFLOW_TEST_CONFIG (#5540) |
| 56 | +- [AIRFLOW-4920] Use html.escape instead of cgi.escape to fix DeprecationWarning (#5551) |
| 57 | +- [AIRFLOW-4919] DataProcJobBaseOperator dataproc_*_properties templated (#5555) |
| 58 | +- [AIRFLOW-4478] Lazily instantiate default resources objects. (#5259) |
49 | 59 | - [AIRFLOW-4564] AzureContainerInstance bugfixes and improvements (#5319) |
50 | 60 | - [AIRFLOW-4237] Including Try Number of Task in Gantt Chart (#5037) |
51 | 61 | - [AIRFLOW-4862] Allow directly using IP address as hostname for webserver logs (#5501) |
@@ -136,11 +146,22 @@ Improvement |
136 | 146 |
|
137 | 147 | Bug fixes |
138 | 148 | """"""""" |
| 149 | +- [AIRFLOW-4934] Fix ProxyFix due to Werkzeug upgrade (#5563) (#5571) |
| 150 | +- [AIRFLOW-4136] fix key_file of hook is overwritten by SSHHook connection (#5558) |
| 151 | +- [AIRFLOW-4587] Replace self.conn with self.get_conn() in AWSAthenaHook (#5545) |
| 152 | +- [AIRFLOW-1740] Fix xcom creation and update via UI (#5530) (#5531) |
| 153 | +- [AIRFLOW-4900] Resolve incompatible version of Werkzeug (#5535) |
| 154 | +- [AIRFLOW-4510] Don't mutate default_args during DAG initialization (#5277) |
| 155 | +- [AIRFLOW-3360] Make the DAGs search respect other querystring parameters with url-search-params-polyfill for IE support (#5503) |
| 156 | +- [AIRFLOW-4896] Make KubernetesExecutorConfig's default args immutable (#5534) |
| 157 | +- [AIRFLOW-4494] Remove ``shell=True`` in DaskExecutor (#5273) |
| 158 | +- [AIRFLOW-4890] Fix Log link in TaskInstance's View for Non-RBAC (#5525) |
| 159 | +- [AIRFLOW-4892] Fix connection creation via UIs (#5527) |
139 | 160 | - [AIRFLOW-4406] Fix a method name typo: NullFernet.decrpyt to decrypt (#5509) |
140 | 161 | - [AIRFLOW-4849] Add gcp_conn_id to cloudsqldatabehook class to use correctly CloudSqlProxyRunner class (#5478) |
141 | 162 | - [AIRFLOW-4769] Pass gcp_conn_id to BigtableHook (#5445) |
142 | 163 | - [AIRFLOW-4524] Fix incorrect field names in view for Mark Success/Failure (#5486) |
143 | | -- [AIRFLOW-3671] Remove arg `replace` of MongoToS3Operator from `kwargs` (#4480) |
| 164 | +- [AIRFLOW-3671] Remove arg ``replace`` of MongoToS3Operator from ``kwargs`` (#4480) |
144 | 165 | - [AIRFLOW-4845] Fix bug where runAsUser 0 doesn't get set in k8s security context (#5474) |
145 | 166 | - [AIRFLOW-4354] Fix exception in "between" date filter in classic UI (#5480) |
146 | 167 | - [AIRFLOW-4587] Replace self.conn with self.get_conn() in AWSAthenaHook (#5462) |
@@ -208,6 +229,8 @@ Bug fixes |
208 | 229 |
|
209 | 230 | Misc/Internal |
210 | 231 | """"""""""""" |
| 232 | +- [AIRFLOW-4937] Fix lodash security issue with version below 4.17.13 (#5572) (used only in build-pipeline, not runtime) |
| 233 | +- [AIRFLOW-4868] Fix typo in kubernetes/docker/build.sh (#5505) |
211 | 234 | - [AIRFLOW-4211] Add tests for WebHDFSHook (#5015) |
212 | 235 | - [AIRFLOW-4320] Add tests for SegmentTrackEventOperator (#5104) |
213 | 236 | - [AIRFLOW-4319] Add tests for Bigquery related Operators (#5101) |
@@ -235,6 +258,8 @@ Misc/Internal |
235 | 258 |
|
236 | 259 | Doc-only changes |
237 | 260 | """""""""""""""" |
| 261 | +- [AIRFLOW-XXX] Correct BaseSensorOperator docs (#5562) |
| 262 | +- [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() (#5553) |
238 | 263 | - [AIRFLOW-4860] Remove Redundant Information in Example Dags (#5497) |
239 | 264 | - [AIRFLOW-4767] Fix errors in the documentation of Dataproc Operator (#5487) |
240 | 265 | - [AIRFLOW-1684] Branching based on XCom variable (Docs) (#4365) |
|
0 commit comments