mik-laj commented on a change in pull request #15811:
URL: https://github.com/apache/airflow/pull/15811#discussion_r632183267



##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,502 @@
+Airflow 2.1.0, 2021-05-11
+-------------------------
+
+New Features
+""""""""""""
+
+566127308 Add PythonVirtualenvDecorator to Taskflow API (#14761)
+da897c926 Add Taskgroup decorator (#15034)
+87e440ddd Create a DAG Calendar View (#15423)
+db0e9425c Create cross-DAG dependencies view (#13199)
+9dad095f7 Add rest API to query for providers (#13394)
+d295e708d Mask passwords and sensitive info in task logs and UI (#15599)
+59e33c1ec Add SubprocessHook for running commands from operators (#13423)
+61b613359 Add DAG Timeout in UI page "DAG Details" (#14165)
+ffd05e684 Add WeekDayBranchOperator (#13997)
+1872d8719 Add Apache Beam operators (#12814)
+6d6588fe2 Add Google Cloud Workflows Operators (#13366)
+adf7755ea Add ``extra`` field to get_connnection REST endpoint (#13885)
+10b8ecc86 Add params to the DAG details endpoint (#13790)
+6410f0710 Add __repr__ for Executors (#13753)
+2fef2ab1b Add JSON linter to DAG Trigger UI (#13551)
+1d2977f6a Add Neo4j hook and operator (#13324)
+0e510b2f2 Add DAG Description Doc to Trigger UI Page (#13365)
+429e54c19 Add support for no-menu plugin views (#11742)
+323084e97 Add timeout option to gcs hook methods. (#13156)
+1b96149f1 UI: Add queued_by_job_id & external_executor_id Columns to TI View 
(#13266)
+cb4755f8a Add airflow webserver URL into SLA miss email. (#13249)
+24aa3bf02 Add readonly REST API endpoints for users (#14735)
+7b83bf2c8 Add files to generate Airflow's Python SDK (#14739)
+e4bf8f349 Add dynamic fields to snowflake connection (#14724)
+0e134580d Add readonly REST API endpoint for roles and permissions (#14664)
+1e37a11e0 Add new datetime branch operator (#11964)
+20b72aea4 Adds new Airbyte provider (#14492)
+523e2f48c Allow ``additionalProperties`` in provider schema (#13440)
+35c9a9029 Add Google leveldb hook and operator (#13109) (#14105)
+11d03d2f6 Add Azure Data Factory hook (#11015)
+31acf95f5 Add plugins endpoint to the REST API (#14280)
+45e72ca83 Add Tableau provider separate from Salesforce Provider (#14030)
+dd7ff4621 Add worker_pod_pending_timeout support (#15263)
+19b74fd28 Add support for labelling DAG edges (#15142)
+eae22cec9 Adds 'Trino' provider (with lower memory footprint for tests) 
(#15187)
+6706b67fe Add CUD REST API endpoints for Roles (#14840)
+7cadb63d3 Import connections from a file (#15177)
+9b76b94c9 A bunch of template_fields_renderers additions (#15130)
+a2d99293c Add REST API query sort and order to some endpoints (#14895)
+88a74444b Add timezone context in new ui (#15096)
+9ca49b691 Add query mutations to new UI (#15068)
+2e3eb4209 Add different modes to sort dag files for parsing (#15046)
+76105c12f Auto refresh on Tree View (#15474)
+398ac7bdf Make skip_exit_code configurable in BashOperator (#14963)
+bc5ced3e5 Task Instance model: allow pool names >50 chars (#15203)
+e150bbfe0 Clear tasks by task ids in REST API (#14500)
+15f5bf4a9 Support jinja2 native Python types (#14603)
+b5aac82e1 Allow celery workers without gossip or mingle modes (#13880)
+456a7ddfd Remember expanded task groups in localStorage (#14661)
+d2c2a2285 Webserver: Allow Filtering TaskInstances by queued_dttm (#14708)
+78aa921a7 Make the role assigned to anonymous users customizable (#14042)
+914e9ce04 Retry critical methods in Scheduler loop in case of OperationalError 
(#14032)
+87a7557f8 Display message and docs link when no plugins are loaded (#13599)
+52339a55c Host key can be specified via SSH connection extras. (#12944)
+
+Improvements
+""""""""""""
+
+231d104e3 Enforce READ COMMITTED isolation when using mysql (#15714)
+37681bca0 Auto-apply apply_default to subclasses of BaseOperator (#15667)
+09674537c Emit error on duplicated DAG ID (#15302)
+1024c922e Update KubeExecutor pod templates to allow access to IAM permissions 
(#15669)
+86ad62815 More verbose logs when running `airflow check_migrations` (#15662)
+32c636268 When one_success mark task as failed if no success (#15467)
+c2a0cb958 Rename last_scheduler_run into last_parsed_time, and ensure it's 
updated in DB (#14581)
+943e3cae9 Add an option to trigger a dag w/o changing conf (#15591)
+ef0c17baa Add more flexibility with FAB menu links (#13903)
+7d60bbfd8 Add Airflow UI instance_name configuration option (#10162)
+6a0b8b208 Add a decorator to retry functions with DB transactions (#14109)
+2a3960f35 Add return to PythonVirtualenvOperator's execute method (#14061)
+e2a06a32c Added json_render method to separate filtering from view (#14024)
+24a54242d Add authentication to lineage endpoint for experimental API (#13870)
+d65cf7755 Add description to hint if conn_type is missing (#13778)
+614b70805 Add verify_ssl config for kubernetes (#13516)
+bfb7cb343 Add recipes for installing a few common tools in Docker image 
(#13655)
+ad64dfa0c Add NotFound response for DELETE methods in OpenAPI YAML (#13550)
+0ef084c3b Add plain format output to cli tables (#14546)
+f25ec3368 Add CLI check for scheduler (#14519)

Review comment:
       It is a new feature, because it's add a new CLI commaand.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to