You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/09/14 12:17:50 UTC

[airflow] branch main updated: Move the deserialization of custom XCom Backend to 2.4.0 (#26392)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 41e48aaf4d Move the deserialization of custom XCom Backend to 2.4.0 (#26392)
41e48aaf4d is described below

commit 41e48aaf4dbec24c924a03198b224a0b81c432d4
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Wed Sep 14 14:17:40 2022 +0200

    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.
---
 airflow/api_connexion/openapi/v1.yaml        | 2 +-
 airflow/www/static/js/types/api-generated.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml
index 2cd55b00e9..f6ec246d90 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -1428,7 +1428,7 @@ paths:
 
             This parameter is not meaningful when using the default XCom backend.
 
-            *New in version 2.5.0*
+            *New in version 2.4.0*
       responses:
         '200':
           description: Success.
diff --git a/airflow/www/static/js/types/api-generated.ts b/airflow/www/static/js/types/api-generated.ts
index 50bfb3c653..adeec4e6cb 100644
--- a/airflow/www/static/js/types/api-generated.ts
+++ b/airflow/www/static/js/types/api-generated.ts
@@ -3423,7 +3423,7 @@ export interface operations {
          *
          * This parameter is not meaningful when using the default XCom backend.
          *
-         * *New in version 2.5.0*
+         * *New in version 2.4.0*
          */
         deserialize?: boolean;
       };