|
21 | 21 |
|
22 | 22 | .. towncrier release notes start
|
23 | 23 |
|
| 24 | +Airflow 2.4.1 (2022-09-30) |
| 25 | +-------------------------- |
| 26 | + |
| 27 | +Significant Changes |
| 28 | +^^^^^^^^^^^^^^^^^^^ |
| 29 | + |
| 30 | +No significant changes. |
| 31 | + |
| 32 | +Bug Fixes |
| 33 | +^^^^^^^^^ |
| 34 | + |
| 35 | +- When rendering template, unmap task in context (#26702) |
| 36 | +- Fix scroll overflow for ConfirmDialog (#26681) |
| 37 | +- Resolve deprecation warning re ``Table.exists()`` (#26616) |
| 38 | +- Fix XComArg zip bug (#26636) |
| 39 | +- Use COALESCE when ordering runs to handle NULL (#26626) |
| 40 | +- Check user is active (#26635) |
| 41 | +- No missing user warning for public admin (#26611) |
| 42 | +- Allow MapXComArg to resolve after serialization (#26591) |
| 43 | +- Resolve warning about DISTINCT ON query on dags view (#26608) |
| 44 | +- Log warning when secret backend kwargs is invalid (#26580) |
| 45 | +- Fix grid view log try numbers (#26556) |
| 46 | +- Template rendering issue in passing ``templates_dict`` to task decorator (#26390) |
| 47 | +- Fix Deferrable stuck as ``scheduled`` during backfill (#26205) |
| 48 | +- Suppress SQLALCHEMY_TRACK_MODIFICATIONS warning in db init (#26617) |
| 49 | +- Correctly set ``json_provider_class`` on Flask app so it uses our encoder (#26554) |
| 50 | +- Fix WSGI root app (#26549) |
| 51 | +- Fix deadlock when mapped task with removed upstream is rerun (#26518) |
| 52 | +- ExecutorConfigType should be ``cacheable`` (#26498) |
| 53 | +- Fix proper joining of the path for logs retrieved from celery workers (#26493) |
| 54 | +- DAG Deps extends ``base_template`` (#26439) |
| 55 | +- Don't update backfill run from the scheduler (#26342) |
| 56 | + |
| 57 | +Doc only changes |
| 58 | +^^^^^^^^^^^^^^^^ |
| 59 | + |
| 60 | +- Clarify owner links document (#26515) |
| 61 | +- Fix invalid RST in dataset concepts doc (#26434) |
| 62 | +- Document the ``non-sensitive-only`` option for ``expose_config`` (#26507) |
| 63 | +- Fix ``example_datasets`` dag names (#26495) |
| 64 | +- Zip-like effect is now possible in task mapping (#26435) |
| 65 | +- Use task decorator in docs instead of classic operators (#25711) |
| 66 | + |
24 | 67 | Airflow 2.4.0 (2022-09-19)
|
25 | 68 | -------------------------------
|
26 | 69 |
|
|
0 commit comments