Skip to content

Commit

Permalink
Move significant note for past release to release notes (#39283)
Browse files Browse the repository at this point in the history
Once the release is out, these should be added directly to the release
notes - newsfragments are all about future releases!
  • Loading branch information
jedcunningham committed Apr 27, 2024
1 parent 60b17bb commit 8dfdc3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.rst
Expand Up @@ -111,6 +111,14 @@ Xcom table column ``value`` type has changed from ``blob`` to ``longblob``. This

To downgrade from revision: ``b4078ac230a1``, ensure that you don't have Xcom values larger than 65,535 bytes. Otherwise, you'll need to clean those rows or run ``airflow db clean xcom`` to clean the Xcom table.

Stronger validation for key parameter defaults in taskflow context variables (#38015)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

As for the taskflow implementation in conjunction with context variable defaults invalid parameter orders can be
generated, it is now not accepted anymore (and validated) that taskflow functions are defined with defaults
other than ``None``. If you have done this before you most likely will see a broken DAG and a error message like
``Error message: Context key parameter my_param can't have a default other than None``.

New Features
""""""""""""
- Allow users to write dag_id and task_id in their national characters, added display name for dag / task (v2) (#38446)
Expand Down
4 changes: 2 additions & 2 deletions airflow/reproducible_build.yaml
@@ -1,2 +1,2 @@
release-notes-hash: 416d01241f2b6ed259e8d991fb7ac1f8
source-date-epoch: 1712672348
release-notes-hash: aad86522e49984ce17db1b8647cfb54a
source-date-epoch: 1714165337
6 changes: 0 additions & 6 deletions newsfragments/38015.significant.rst

This file was deleted.

0 comments on commit 8dfdc3a

Please sign in to comment.