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/15 13:47:33 UTC

[airflow] branch v2-4-test 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 v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-4-test by this push:
     new 643a947f86 Move the deserialization of custom XCom Backend to 2.4.0 (#26392)
643a947f86 is described below

commit 643a947f86b33aebd697a0871bf0a59590bc9820
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.
    
    (cherry picked from commit 41e48aaf4dbec24c924a03198b224a0b81c432d4)
---
 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;
       };