Releases: astronomer/airflow
Releases · astronomer/airflow
Astronomer Certified 1.10.12-4, 2021-03-18
User-facing changes
Bugfixes
- Fix
sync-perm
to work correctly whenupdate_fab_perms = False
(apache#14847) (commit) - Webserver: Sanitize string passed to origin param (apache#14738) (commit)
Astronomer Certified 2.0.0-3, 2021-02-16
Bugfixes
- Bugfix: Return XCom Value in the XCom Endpoint API (commit)
- BugFix: Dag-level Callback Requests were not run (commit)
- Increase the default
min_file_process_interval
to decrease CPU Usage (commit) - Stop creating duplicate Dag File Processors (commit)
- Fix drop_user_and_chart migration rule for MySQL (commit)
- Bugfix: Import error when using custom backend and
sql_alchemy_conn_secret
(commit) - Fix broken SLA Mechanism (commit)
- Make v1/config endpoint respect webserver
expose_config
setting (commit) - Fix DB Migration for SQLite to upgrade to 2.0 (commit)
- Add authentication to lineage endpoint for experimental API (commit)
- Only compare updated time when Serialized DAG exists (commit)
- Fix race condition when using Dynamic DAGs (commit)
- Upgrade azure blob to v12 (commit)
Astronomer Certified 2.0.1-1, 2021-02-09
Astronomer Certified 1.10.14-2, 2021-01-05
Bug Fixes
- Bugfix: Unable to import Airflow plugins on Python 3.8 (commit
- Fix error in resolving env_from in KubernetesExecutor (commit)
- Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
- Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
- Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
- Include airflow/contrib/executors in the dist package (commit)
- Respect LogFormat when using ES logging with Json Format (commit)
Astronomer Certified 1.10.12-3, 2021-01-05
Bug Fixes
- Fix error in resolving env_from in KubernetesExecutor (commit)
- Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
- Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
- Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
- Respect LogFormat when using ES logging with Json Format (commit)
Astronomer Certified 1.10.10-7, 2021-01-05
Bug Fixes
- Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
- Pin
kubernetes
to a max version of 11.0.0 (commit) - Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
- Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
- Respect LogFormat when using ES logging with Json Format (commit)
Astronomer Certified 1.10.7-17, 2021-01-05
Bug Fixes
- Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
- Pin
kubernetes
to a max version of 11.0.0 (commit) - Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
- Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
- Respect LogFormat when using ES logging with Json Format (commit)
Astronomer Certified 2.0.0-2, 2020-12-23
Bugfixes
- Allow PID file path to be relative when daemonizing a process (scheduler, kerberos, etc) (apache#13232) (ebfb6f207)
- Dispose connections when running tasks with
os.fork
& CeleryExecutor (3a7d34c7a) - Bump datatables.net from 1.10.21 to 1.10.23 in /airflow/www (a46642b6d)
- Stop sending Callback Requests if no callbacks are defined on DAG (apache#13163) (0c54f684c)
- Filter DagRuns with Task Instances in removed State while Scheduling (apache#13165) (426ce80cc)
Astronomer Certified 2.0.0-1, 2020-12-17
User-facing CHANGELOG for AC 2.0.0+astro.1 from Airflow 2.0.0:
Bugfixes
- Fix race conditions in task callback invocations (b179f54)
Astronomer Certified 1.10.14-1, 2020-12-10
User-facing CHANGELOG for AC 1.10.14+astro.1
from Airflow 1.10.14
:
Improvements
- Enable DAG Serialization by default (commit)
- Stop showing Import Errors for Plugins in Webserver (commit)
- Add role-based authentication backend (commit)
New Features
- Show "Warning" to Users with Duplicate Connections (commit)