That is a good idea! Though it would involve some work right now as I don't think anyone (committers or contributors) have been particularly careful of what type of Jira issue they create. Or at least not uniformly.
-ash > On 5 Sep 2018, at 14:08, airflowuser <airflowu...@protonmail.com.INVALID> > wrote: > > May I suggest for future releases to show the change log as: > > Bug Fixes: > > New Features: > > etc... > > This makes it easier to look over the list. This shouldn't be manual work.. > it can be taken from the Jira ticket. > > > Sent with ProtonMail Secure Email. > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > On September 3, 2018 3:20 PM, Ash Berlin-Taylor <a...@apache.org> wrote: > >> Hi everyone, >> >> I'm starting the process of gathering fixes for a 1.10.1. So far the list of >> issues I have that we should pull in are >> https://issues.apache.org/jira/issues/?jql=project %3D AIRFLOW AND >> fixVersion %3D 1.10.1 ORDER BY key ASC (reproduces below) >> >> I will start pushing these as cherry-picked commits to the v1-10-stable >> branch today. >> >> If you have something that is not in the list below let me know. I'd like to >> keep this to bug fixes against 1.10.0 only if possible. >> >> https://issues.apache.org/jira/browse/AIRFLOW-2145 Deadlock after clearing a >> running task >> https://github.com/apache/incubator-airflow/pull/3657 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2476 update tabulate dep to >> 0.8.2 >> https://github.com/apache/incubator-airflow/pull/3835 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2778 Bad Import in collect_dag >> in DagBag >> https://github.com/apache/incubator-airflow/pull/3624 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2900 Show code for packaged >> DAGs >> https://github.com/apache/incubator-airflow/pull/3749 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2949 Add syntax highlight for >> single quote strings >> https://github.com/apache/incubator-airflow/pull/3795 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2984 Cannot convert >> naive_datetime when task has a naive start_date/end_date >> https://github.com/apache/incubator-airflow/pull/3822 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2979 Deprecated Celery Option >> not in Options list >> https://github.com/apache/incubator-airflow/pull/3832 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2989 No Parameter to change >> bootDiskType for DataprocClusterCreateOperator >> https://github.com/apache/incubator-airflow/pull/3825 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2990 Docstrings for >> Hooks/Operators are in incorrect format >> https://github.com/apache/incubator-airflow/pull/3820 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2994 flatten_results in >> BigQueryOperator/BigQueryHook should default to None >> https://github.com/apache/incubator-airflow/pull/3829 >> >> In addition to those PRs which are already marked with Fix Version of 1.10.1 >> I think we should also pull in these: >> >> https://issues.apache.org/jira/browse/AIRFLOW-2713 Rename async variable for >> Python 3.7.0 compatibility >> https://github.com/apache/incubator-airflow/pull/3561 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2895 Prevent scheduler from >> spamming heartbeats/logs >> https://github.com/apache/incubator-airflow/pull/3747 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2921 A trivial incorrectness >> in CeleryExecutor() >> https://github.com/apache/incubator-airflow/pull/3773 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2866 Missing CSRF Token Error >> on Web RBAC UI Create/Update Operations >> https://github.com/apache/incubator-airflow/pull/3804 >> >> https://issues.apache.org/jira/browse/AIRFLOW-2951 >> https://github.com/apache/incubator-airflow/pull/3798 Update dag_run table >> end_date when state change >> (though as written it has a few other deps to cherry pick in, so will see >> about this one) > >