Skip to content

Commit 41e48aa

Browse files
authored
Move the deserialization of custom XCom Backend to 2.4.0 (#26392)
The change has been cherry-picked so we need to update the docs.
1 parent e60a459 commit 41e48aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airflow/api_connexion/openapi/v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ paths:
14281428
14291429
This parameter is not meaningful when using the default XCom backend.
14301430
1431-
*New in version 2.5.0*
1431+
*New in version 2.4.0*
14321432
responses:
14331433
'200':
14341434
description: Success.

airflow/www/static/js/types/api-generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,7 @@ export interface operations {
34233423
*
34243424
* This parameter is not meaningful when using the default XCom backend.
34253425
*
3426-
* *New in version 2.5.0*
3426+
* *New in version 2.4.0*
34273427
*/
34283428
deserialize?: boolean;
34293429
};

0 commit comments

Comments
 (0)